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
/
stride.c
blob
bfbabff3f425e6072a920d1b7d1bdab68d891741
1
/* Generated from ./reservoir/stride.cloog by CLooG 0.18.1-2-g43fc508 gmp bits in 0.00s. */
2
if
(
M
>=
2
) {
3
for
(
c2
=
2
;
c2
<=
M
;
c2
+=
7
) {
4
S1
(
c2
,((
c2
-
2
)/
7
));
5
}
6
}