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
CLooG 0.18.4
[cloog.git]
/
test
/
min-4-1.c
blob
91e5e657967bd5d7bfe96e6339809c1b1ffa9850
1
/* Generated from ../../../git/cloog/test/min-4-1.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
2
if
((
M
>= -
N
) && (
M
>= -
O
) && (
N
>=
0
) && (
N
>= -
O
)) {
3
for
(
i
=
max
(-
M
,-
N
);
i
<=
min
(
N
,
O
);
i
++) {
4
S1
(
i
) ;
5
}
6
}