First commit : 0.14.0 version (with roadmap in doc instead of
[cloog.git] / test / overlap.cloog
blob4c1f7171480638aa8e3e7ee9a3c06f528c11cd42
1 # language: C
4 # parameter {n d | n >= 0 d >= 0}
5 2 4
6 #  n  d  1
7 1  1  0  0
8 1  0  1  0
10 n d
12 2 # Number of statements:
15 # {i, j | n<=i<=2*n n<=j<=2*n}
16 4 6
17 #   i   j   n   d   1
18 1   1   0  -1   0   0
19 1  -1   0   2   0   0
20 1   0   1  -1   0   0
21 1   0  -1   2   0   0
22 0   0   0
25 # {i, j | n+d<=i<=2*n+d n+d<=j<=2*n+d}
26 4 6
27 #   i   j   n   d   1
28 1   1   0  -1  -1   0
29 1  -1   0   2   1   0
30 1   0   1  -1  -1   0
31 1   0  -1   2   1   0
32 0   0   0
35 0 # Scattering functions