repo.or.cz
/
cloog-polylib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update cloog-core to version 0.16.3
[cloog-polylib.git]
/
test
/
wavefront.c
blob
aae3b225a5de4fdabd4f09620c8de7ee74443df5
1
/* Generated from ../../../git/cloog/test/wavefront.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.00s. */
2
if
((
m
>=
1
) && (
n
>=
1
)) {
3
for
(
c1
=
2
;
c1
<=
n
+
m
;
c1
++) {
4
for
(
c2
=
max
(
1
,
c1
-
m
);
c2
<=
min
(
n
,
c1
-
1
);
c2
++) {
5
S1
(
c2
,
c1
-
c2
) ;
6
}
7
}
8
}