repo.or.cz
/
cloog
/
uuh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add backend independent functions for creating CloogDomains and CloogScatterings
[cloog/uuh.git]
/
test
/
polylib
/
min-1-1.c
blob
b7328b7cd909c1e679ae9a7c2ccea926cb101faf
1
/* Generated from ../../../git/cloog/test/min-1-1.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.00s. */
2
if
((
M
>=
0
) && (
N
>=
1
)) {
3
for
(
i
=
1
;
i
<=
N
;
i
++) {
4
for
(
j
=
0
;
j
<=
min
(
min
(
M
,
i
),-
i
+
N
);
j
++) {
5
S1
(
i
,
j
) ;
6
}
7
}
8
}