repo.or.cz
/
cloog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add isl and cloog-isl CMake modules (for CMake find_package function)
[cloog.git]
/
test
/
multi-stride2.c
blob
443107b3e929c6031d8375cefc0aa68ef10f9973
1
/* Generated from ../../../git/cloog/test/multi-stride2.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
2
for
(
i
=
5
;
i
<=
100
;
i
+=
6
) {
3
S1
(
i
,(
i
-
1
)/
2
,(
i
-
2
)/
3
) ;
4
}