repo.or.cz
/
cloog-ppl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
include conditionally ppl_c.h
[cloog-ppl.git]
/
test
/
forwardsub-3-1-2.c
blob
bb43807d2a2cbeec7729504bdee42a417be475ca
1
/* Generated by CLooG v0.10.7 */
2
S3
(
i
=
2
,
j
=
1
) ;
3
S1
(
i
=
3
,
j
=
1
) ;
4
S1
(
i
=
4
,
j
=
1
) ;
5
S4
(
i
=
4
,
j
=
2
) ;
6
for
(
i
=
5
;
i
<=
M
+
1
;
i
++) {
7
S1
(
j
=
1
) ;
8
for
(
j
=
2
;
j
<=
floord
(
i
-
1
,
2
);
j
++) {
9
S2
;
10
}
11
if
(
i
%
2
==
0
) {
12
S4
(
j
=
i
/
2
) ;
13
}
14
}
15
for
(
i
=
M
+
2
;
i
<=
2
*
M
-
1
;
i
++) {
16
for
(
j
=
i
-
M
;
j
<=
floord
(
i
-
1
,
2
);
j
++) {
17
S2
;
18
}
19
if
(
i
%
2
==
0
) {
20
S4
(
j
=
i
/
2
) ;
21
}
22
}
23
i
=
2
*
M
;
24
S4
(
j
=
M
) ;