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
/
iftestf.f
blob
91d44fd53f2ac822ded66c89a79981ddaf5824ce
1
!
Generated from
../../../
git
/
cloog
/
test
/
iftestf
.
cloog by CLooG
0.14.0
-
136
-
gb91ef26 gmp bits in
0.00
s
.
2
IF
(
n
>=
1
)
THEN
3
DO
i
=
1
,
n
4
IF
(
i
<=
2
*
m
)
THEN
5
S1
(
i
)
6
END IF
7
IF
(
i
>=
MAX
(
m
,
2
*
m
+
1
))
THEN
8
S1
(
i
)
9
END IF
10
END DO
11
END IF