summaryrefslogtreecommitdiff
path: root/test/dot.cloog
blob: 112816e0c9186a4f947e2c057c0ad1c52a54cae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# language: C
c

# parameters {M, N | M>=1 N >=1}
2 4
1  1  0 -1
1  0  1 -1
0

2 # Number of statements

1
# {i, j | i=0 0<=i<=N 1<=j<=M}
5 6
0  1  0  0  0  0
1  1  0  0  0  0
1 -1  0  0  1  0
1  0  1  0  0 -1
1  0 -1  1  0  0
0  0  0

1
# {i, j | i>=1 0<=i<=N 1<=j<=M}
5 6
1  1  0  0  0 -1
1  1  0  0  0  0
1 -1  0  0  1  0
1  0  1  0  0 -1
1  0 -1  1  0  0
0  0  0
0
 
0 # Scattering functions