repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_aff_floor: normalize result
[isl.git]
/
test_inputs
/
codegen
/
cloog
/
rectangle.c
blob
a6ea93aba5f555105988d80b044b44282cf11faa
1
for
(
int
c0
=
0
;
c0
<=
2
*
n
;
c0
+=
1
)
2
for
(
int
c1
=
max
(
0
, -
n
+
c0
);
c1
<=
min
(
c0
,
n
);
c1
+=
1
)
3
S1
(
c1
,
c0
-
c1
);