Get rid of the warning about ignoring the return value of fgets
[cloog/uuh.git] / test / gauss.cloog
blob0a84b0107d6ce4142c4540a6ac12cf3aa626ba53
1 # language: C
4 # parameter n
5 1 3
6 #  n  1
7 1  0  1
10 2 # Number of statements
13 # {i, j, k | 1<=i<=n; 1<=j<=i-1 i+1<=k<=n}
14 6 6
15 #  i  j  k  n  1
16 1  1  0  0  0 -1
17 1 -1  0  0  1  0
18 1  0  1  0  0 -1
19 1  1 -1  0  0 -1
20 1 -1  0  1  0 -1
21 1  0  0 -1  1  0
22 0  0  0
25 # {i, j, k | 1<=i<=n; i+1<=j<=n i+1<=k<=n}
26 6 6
27 #  i  j  k  n  1
28 1  1  0  0  0 -1
29 1 -1  0  0  1  0
30 1 -1  1  0  0 -1
31 1  0 -1  0  1  0
32 1 -1  0  1  0 -1
33 1  0  0 -1  1  0
34 0  0  0
37 2 # Scattering functions
38 # Et les instructions de chunking...
39 2 8
40 # c1 c2  i  j  k  n  1
41 0  1  0 -1  0  0  0  0
42 0  0  1  0  0 -1  0  0
44 2 8
45 # c1 c2  i  j  k  n  1
46 0  1  0 -1  0  0  0  0
47 0  0  1  0  0 -1  0  0
51 # Et les instructions de chunking...
52 1 7
53 # c1  i  j  k  n  1
54 0  1  0  0  0 -1  2
56 1 7
57 # c1  i  j  k  n  1
58 0  1 -1  0  0  0  1
62 # Et les instructions de chunking...
63 2 8
64 # c1 c2  i  j  k  n  1
65 0  1  0 -1  0  0  0  0
66 0  0  1  0  0 -1  0  0
68 2 8
69 # c1 c2  i  j  k  n  1
70 0  1  0 -1  0  0  0  0
71 0  0  1  0  0 -1  0  0