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
/
reservoir
/
bastoul3.c
blob
a96d9bdb21ac61e4311b520504b9a623c07edd53
1
/* Generated from ./reservoir/bastoul3.cloog by CLooG 0.18.1-2-g43fc508 gmp bits in 0.00s. */
2
for
(
i
=
3
;
i
<=
9
;
i
++) {
3
for
(
j
=
max
(
i
-
6
,
i
-
2
*
floord
(
i
+
1
,
2
)+
2
);
j
<=
min
(
3
,
i
-
2
);
j
+=
2
) {
4
S1
(
i
,
j
,((
i
-
j
)/
2
));
5
}
6
}