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
/
reservoir
/
jacobi2.c
blob
421e8a9e786bceb7e6596059ede49bc112eba3d7
1
/* Generated from ../../../git/cloog/test/./reservoir/jacobi2.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.00s. */
2
for
(
c2
=
0
;
c2
<=
M
-
1
;
c2
++) {
3
for
(
c4
=
0
;
c4
<=
M
-
1
;
c4
++) {
4
S1
(
c2
,
c4
) ;
5
}
6
}