update isl for reading of extended PolyLib format
[cloog/uuh.git] / test / mode.c
blob83f4d1f5e7d71e87022ff562c1c91f6b7e3cbd55
1 /* Generated from ../../../git/cloog/test/mode.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.02s. */
2 if (M >= 0) {
3 for (i=0;i<=min(M,N-1);i++) {
4 for (j=0;j<=i;j++) {
5 S1(i,j) ;
6 S2(i,j) ;
8 for (j=i+1;j<=N;j++) {
9 S2(i,j) ;
12 if ((M >= N) && (N >= 0)) {
13 for (j=0;j<=N;j++) {
14 S1(N,j) ;
15 S2(N,j) ;
18 if (N >= 0) {
19 for (i=N+1;i<=M;i++) {
20 for (j=0;j<=N;j++) {
21 S1(i,j) ;
22 S2(i,j) ;
24 for (j=N+1;j<=i;j++) {
25 S1(i,j) ;
29 if (N <= -1) {
30 for (i=0;i<=M;i++) {
31 for (j=0;j<=i;j++) {
32 S1(i,j) ;