repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update isl to version 0.10
[pet.git]
/
tests
/
ceild.c
blob
959e593e1e5200b518511f1588d70467e9a20a0f
1
void
foo
(
int
N
)
2
{
3
int
i
;
4
int
a
[
N
];
5
6
#pragma scop
7
for
(
i
=
ceild
(
N
,
3
);
i
<
floord
(
N
,
2
); ++
i
)
8
a
[
i
] =
i
;
9
#pragma endscop
10
}