Imported Upstream version 0.15.10
[platform/upstream/cloog-isl.git] / test / reservoir / pingali1.c.ppl
1 /* Generated from ././reservoir/pingali1.cloog by CLooG 0.15 64 bits in 0.03s. */
2 if (N >= 2) {
3   for (c2=1;c2<=M;c2++) {
4     for (c4=1;c4<=2;c4++) {
5       if ((c4+1)%2 == 0) {
6         j = (c4+1)/2 ;
7         S2(i = c2) ;
8       }
9     }
10     for (c4=3;c4<=2*N-1;c4++) {
11       for (c6=max(c4-N,1);c6<=floord(c4-1,2);c6++) {
12         j = c4-c6 ;
13         S1(i = c2,k = c6) ;
14       }
15       if ((c4+1)%2 == 0) {
16         j = (c4+1)/2 ;
17         S2(i = c2) ;
18       }
19     }
20   }
21 }
22 if (N == 1) {
23   for (c2=1;c2<=M;c2++) {
24     S2(i = c2,j = 1) ;
25   }
26 }