repo.or.cz
/
cloog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Get rid of the warning about ignoring the return value of fgets
[cloog.git]
/
test
/
wavefront.c
blob
c4ee6867a0ae60bed2be73f0467146b957eeb2f0
1
/* Generated from ./wavefront.cloog by CLooG 0.18.1-2-g43fc508 gmp bits in 0.00s. */
2
if
((
m
>=
1
) && (
n
>=
1
)) {
3
for
(
c1
=
2
;
c1
<=
n
+
m
;
c1
++) {
4
for
(
c2
=
max
(
1
,
c1
-
m
);
c2
<=
min
(
n
,
c1
-
1
);
c2
++) {
5
S1
(
c2
,(
c1
-
c2
));
6
}
7
}
8
}