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
CLooG 0.18.4
[cloog/uuh.git]
/
test
/
stage.cloog
blob
501173338b53ee680065dbba3119b0dcced516a0
1
# language: C
2
c
3
4
# parameter {n | n>= 0}
5
1 3
6
# n 1
7
0 1 -10
8
1
9
n
10
11
2 # Number of statements:
12
13
1
14
# {i | 0<=i<=n}
15
2 4
16
# i n 1
17
1 1 0 0
18
1 -1 1 0
19
0 0 0
20
21
1
22
# {ii, i | 0<=i<=n 0<=j<=n}
23
3 5
24
# i j n 1
25
0 -1 2 0 0
26
1 0 1 0 0
27
1 0 -1 1 0
28
0 0 0
29
0
30
31
0 # Scattering functions
32
33
1 6
34
# c1 j i n 1
35
0 1 -1 -1 0 0
36
0