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
/
multi-stride2.c
blob
a30b9b78448df4053f064bdc496689285af56558
1
/* Generated from ./multi-stride2.cloog by CLooG 0.18.1-2-g43fc508 gmp bits in 0.00s. */
2
for
(
i
=
5
;
i
<=
100
;
i
+=
6
) {
3
S1
(
i
,((
i
-
1
)/
2
),((
i
-
2
)/
3
));
4
}