Add osl extbody extension support
[cloog/bastoul.git] / test / reservoir / jacobi3.c
blob0182c158fe52e44bdb2d1faec2beb7d47fe80312
1 /* Generated from ../../../git/cloog/test/./reservoir/jacobi3.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.02s. */
2 if ((M >= 1) && (N >= 3)) {
3 for (c4=2;c4<=N-1;c4++) {
4 for (c6=2;c6<=N-1;c6++) {
5 S1(1,c4,c6) ;
8 for (c2=3;c2<=2*M;c2++) {
9 for (c4=2;c4<=N-1;c4++) {
10 for (c6=2;c6<=N-1;c6++) {
11 if (c2%2 == 0) {
12 S1(c2/2,c4,c6) ;
16 for (c4=2;c4<=N-1;c4++) {
17 for (c6=2;c6<=N-1;c6++) {
18 if ((c2+1)%2 == 0) {
19 S2((c2-1)/2,c4,c6) ;
24 for (c4=2;c4<=N-1;c4++) {
25 for (c6=2;c6<=N-1;c6++) {
26 S2(M,c4,c6) ;