First commit : 0.14.0 version (with roadmap in doc instead of
[cloog/uuh.git] / test / gesced.cloog
blob5f3704658f20ee92dc09d12128bb82158c74a9ad
1 # language: C
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
12 3 # Number of statements
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
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
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
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
49 1 7
50 # c1  i  j  m  n  1
51 0  1  0 -1  0 -1  0
53 1 7
54 # c1  i  j  m  n  1
55 0  1  0 -1  0 -2  0