First commit : 0.14.0 version (with roadmap in doc instead of
[cloog/uuh.git] / test / nul_basic2.cloog
blobbf3c78c169ae7d20f105eb5b3eee312e88fd7ba7
1 # Optimal code is in fact :
3 # for (i=0;i<=M;i+=2) {
4 #   S1 ;
5 # }
6  
7 # language: C
10 # parameter n
11 1 3
12 #  n  1
13 1  1 -2
17 2 # Number of statements
20 # {i, j | i=2*j; 1<=i<=n}
21 3 5
22 #  i  j  n  1
23 0  1 -2  0  0
24 1  1  0  0 -1
25 1 -1  0  1  0
26 0  0  0
29 # {i, j | i=4*j; 1<=i<=n}
30 3 5
31 #  i  j  n  1
32 0  1 -4  0  0
33 1  1  0  0 -1
34 1 -1  0  1  0
35 0  0  0
38 0 # Scattering functions
39 5 10
40 # t1 t2 t3 t4 t5  i  j  n  1
41 0  1  0  0  0  0  0  0  0  0
42 0  0  1  0  0  0 -1  0  0  0
43 0  0  0  1  0  0  0  0  0  0
44 0  0  0  0  1  0  0 -1  0  0
45 0  0  0  0  0  1  0  0  0  0
47 5 10
48 # t1 t2 t3 t4 t5  i  j  n  1
49 0  1  0  0  0  0  0  0  0  0
50 0  0  1  0  0  0 -1  0  0  0
51 0  0  0  1  0  0  0  0  0  0
52 0  0  0  0  1  0  0 -1  0  0
53 0  0  0  0  0  1  0  0  0  0