First commit : 0.14.0 version (with roadmap in doc instead of
[cloog.git] / test / mode.c
blob14bd6bfa94aee48e98b1a68afbb1530e5ca3c165
1 /* Generated by CLooG v0.12 in 0.00s. */
2 for (i=0;i<=min(M,N-1);i++) {
3 for (j=0;j<=i;j++) {
4 S1 ;
5 S2 ;
7 for (j=i+1;j<=N;j++) {
8 S2 ;
11 if ((M >= N) && (N >= 0)) {
12 for (j=0;j<=N;j++) {
13 S1(i = N) ;
14 S2(i = N) ;
17 if (N >= 0) {
18 for (i=N+1;i<=M;i++) {
19 for (j=0;j<=N;j++) {
20 S1 ;
21 S2 ;
23 for (j=N+1;j<=i;j++) {
24 S1 ;
28 if (N <= -1) {
29 for (i=0;i<=M;i++) {
30 for (j=0;j<=i;j++) {
31 S1 ;