Imported Upstream version 0.15.10
[platform/upstream/cloog-isl.git] / test / reservoir / jacobi3.c.polylib
1 /* Generated from ./reservoir/jacobi3.cloog by CLooG v0.14.0 gmp bits in 0.04s. */
2 /* CLooG asked for 204 KBytes. */
3 if ((M >= 1) && (N >= 3)) {
4   for (c4=2;c4<=N-1;c4++) {
5     for (c6=2;c6<=N-1;c6++) {
6       S1(i = 1,j = c4,k = c6) ;
7     }
8   }
9 }
10 if (N >= 3) {
11   for (c2=3;c2<=2*M;c2++) {
12     for (c4=2;c4<=N-1;c4++) {
13       for (c6=2;c6<=N-1;c6++) {
14         if (c2%2 == 0) {
15           S1(i = c2/2,j = c4,k = c6) ;
16         }
17       }
18     }
19     for (c4=2;c4<=N-1;c4++) {
20       for (c6=2;c6<=N-1;c6++) {
21         if ((c2+1)%2 == 0) {
22           i = (c2-1)/2 ;
23           S2(j = c4,k = c6) ;
24         }
25       }
26     }
27   }
28 }
29 if ((M >= 1) && (N >= 3)) {
30   c2 = 2*M+1 ;
31   for (c4=2;c4<=N-1;c4++) {
32     for (c6=2;c6<=N-1;c6++) {
33       S2(i = M,j = c4,k = c6) ;
34     }
35   }
36 }