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_gist: add missing isl_vec_cow
[isl.git]
/
test_inputs
/
codegen
/
cloog
/
reservoir-bastoul3.c
blob
05e95d2c3381ce0513fc25f1b989cb57bbc7dba6
1
for
(
int
c0
=
3
;
c0
<=
9
;
c0
+=
1
)
2
for
(
int
c1
=
max
(((
c0
+
1
) %
2
) +
1
,
c0
-
6
);
c1
<=
min
(
c0
-
2
,
3
);
c1
+=
2
)
3
S1
(
c0
,
c1
, (
c0
-
c1
) /
2
);