repo.or.cz
/
cloog.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.git]
/
test
/
gesced.cloog
blob
5f3704658f20ee92dc09d12128bb82158c74a9ad
1
# language: C
2
c
3
4
# parameters {n, m | n<=m n>=2 m>=2}
5
3 4
6
# m n 1
7
1 1 -1 0
8
1 1 0 -2
9
1 0 1 -2
10
0
11
12
3 # Number of statements
13
14
1
15
# {i | 1<=i<=n}
16
2 5
17
# i m n 1
18
1 1 0 0 -1
19
1 -1 0 1 0
20
0 0 0
21
22
1
23
# {i, j | 1<=i<=n 1<=j<=m}
24
4 6
25
# i j m n 1
26
1 1 0 0 0 -1
27
1 -1 0 0 1 0
28
1 0 1 0 0 -1
29
1 0 -1 1 0 0
30
0 0 0
31
32
1
33
# {i, j | 1<=i<=n 1<=j<=m}
34
4 6
35
# i j m n 1
36
1 1 0 0 0 -1
37
1 -1 0 0 1 0
38
1 0 1 0 0 -1
39
1 0 -1 1 0 0
40
0 0 0
41
0
42
43
3 # Scattering functions
44
# Et les instructions de chunking (prog init)...
45
1 6
46
# c1 i m n 1
47
0 1 -1 0 0 0
48
49
1 7
50
# c1 i j m n 1
51
0 1 0 -1 0 -1 0
52
53
1 7
54
# c1 i j m n 1
55
0 1 0 -1 0 -2 0
56
0