repo.or.cz
/
cloog
/
bastoul.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix error with automake 1.13+
[cloog/bastoul.git]
/
test
/
tiling3.cloog
blob
c1c77e0bc6111af02027a09e6c766d198b61cd07
1
# language: C
2
f
3
4
# parameter {n | n>= 0}
5
1 3
6
# n 1
7
1 1 0
8
1
9
n
10
11
1 # Number of statements:
12
13
1
14
# {i, jj, j | 1<=i<=n t*jj<=j<=t*jj+t-1 1<=j<=n}
15
6 6
16
# i jj j n 1
17
1 1 0 0 0 -1
18
1 -1 0 0 1 0
19
1 0 0 1 0 -1
20
1 0 0 -1 1 0
21
1 0 10 -1 0 9
22
1 0 -10 1 0 0
23
0 0 0
24
1
25
i jj j
26
27
1 # Scattering functions
28
29
30
2 8
31
# c1 c2 i jj j n 1
32
0 1 0 0 -1 0 0 0
33
0 0 1 -1 0 -1 0 0
34
0
35
36
37
1 7
38
# c1 i jj j n 1
39
0 1 0 -1 0 0 0
40
0
41