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
/
stride3.c
blob
9f7b8285fa23f66ac203d07eb72d793b63084397
1
/* Generated from ./stride3.cloog by CLooG 0.18.1-2-g43fc508 gmp bits in 0.00s. */
2
if
((
m
<=
n
) && (
n
>=
1
)) {
3
for
(
p1
=
max
(
50
,
50
*
m
);
p1
<=
50
*
n
;
p1
+=
50
) {
4
S1
((
p1
/
50
));
5
}
6
}