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
/
loechner3.c
blob
46856d5a49517bd074fff1337063bafd1962d502
1
/* Generated from ./reservoir/loechner3.cloog by CLooG 0.18.1-2-g43fc508 gmp bits in 0.00s. */
2
if
(
M
>=
1
) {
3
for
(
c2
=
1
;
c2
<=
M
;
c2
++) {
4
for
(
c4
=
2
;
c4
<=
c2
+
M
;
c4
++) {
5
for
(
c6
=
max
(
1
,-
c2
+
c4
);
c6
<=
min
(
M
,
c4
-
1
);
c6
++) {
6
S1
(
c2
,
c6
,(
c4
-
c6
));
7
}
8
}
9
}
10
}