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
/
largeur.c
blob
ff49b940355ad49b943db270793a508fc7d6a2dc
1
/* Generated from ../../../git/cloog/test/largeur.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.00s. */
2
if
(
M
>=
1
) {
3
for
(
c1
=
1
;
c1
<=
M
;
c1
++) {
4
for
(
c2
=
1
;
c2
<=
c1
;
c2
++) {
5
S1
(
c2
,
c1
) ;
6
}
7
}
8
}