repo.or.cz
/
cloog-ppl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove some files left in builddir after make clean
[cloog-ppl.git]
/
test
/
lu.cloog
blob
77530069cedea210e4d185d97340b19298c13792
1
# language: C
2
c
3
4
# parameter n
5
1 3
6
# n 1
7
1 0 1
8
1
9
n
10
11
2 # Number of statements
12
13
1
14
# {i, j | 1<=i<=n; i+1<=j<=n}
15
4 5
16
# i j n 1
17
1 1 0 0 -1
18
1 -1 0 1 0
19
1 -1 1 0 -1
20
1 0 -1 1 0
21
0 0 0
22
23
1
24
# {i, j, k | 1<=i<=n; i+1<=j<=n i+1<=k<=n}
25
6 6
26
# i j k n 1
27
1 1 0 0 0 -1
28
1 -1 0 0 1 0
29
1 -1 1 0 0 -1
30
1 0 -1 0 1 0
31
1 -1 0 1 0 -1
32
1 0 0 -1 1 0
33
0 0 0
34
0
35
36
2 # Scattering functions
37
# Et les instructions de chunking...
38
2 7
39
# c1 c2 i j n 1
40
0 1 0 -1 0 0 0
41
0 0 1 0 0 -1 0
42
43
2 8
44
# c1 c2 i j k n 1
45
0 1 0 0 0 -1 0 0
46
0 0 1 0 -1 0 0 0
47
0