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
Add isl and cloog-isl CMake modules (for CMake find_package function)
[cloog.git]
/
test
/
christian.c
blob
cc3c5d3974ae021b351a31c17c1ec0446188d6cf
1
/* Generated from ../../../git/cloog/test/christian.cloog by CLooG 0.16.2-5-g3b3bf96 gmp bits in 0.01s. */
2
if
(
N
>=
1
) {
3
S1
(
0
,
N
-
1
);
4
for
(
p
=-
N
+
2
;
p
<=
N
-
1
;
p
++) {
5
if
(
p
>=
1
) {
6
S2
(
p
-
1
,
0
);
7
}
8
for
(
i
=
max
(
0
,
p
);
i
<=
min
(
N
-
1
,
p
+
N
-
2
);
i
++) {
9
S1
(
i
,-
p
+
i
);
10
S2
(
i
,-
p
+
i
+
1
);
11
}
12
if
(
p
<=
0
) {
13
S1
(
p
+
N
-
1
,
N
-
1
);
14
}
15
}
16
S2
(
N
-
1
,
0
);
17
}