include stride constraint in saved domains
[cloog.git] / test / non_optimal / youcef.good.c
blob9fe1d312f835885c4e29f60aef15011ff164b6fc
1 /* Generated from ../../../git/cloog/test/./non_optimal/youcef.cloog by CLooG 0.14.0-72-gefe2fc2 gmp bits in 0.00s. */
2 extern void hash(int);
4 /* Useful macros. */
5 #define floord(n,d) (((n)<0) ? -((-(n)+(d)-1)/(d)) : (n)/(d))
6 #define ceild(n,d) (((n)<0) ? -((-(n))/(d)) : ((n)+(d)-1)/(d))
7 #define max(x,y) ((x) > (y) ? (x) : (y))
8 #define min(x,y) ((x) < (y) ? (x) : (y))
10 #define S1(i,j) { hash(1); hash(i); hash(j); }
11 #define S2(i,j) { hash(2); hash(i); hash(j); }
12 #define S3(i,j) { hash(3); hash(i); hash(j); }
14 void test()
16 /* Original iterators. */
17 int i, j;
18 for (i=0;i<=3;i++) {
19 S1(i,i) ;
20 S2(i,i) ;
21 for (j=i+1;j<=4;j++) {
22 S2(i,j) ;
24 S2(i,5) ;
25 S3(i,5) ;
27 S1(4,4) ;
28 S2(4,4) ;
29 S2(4,5) ;
30 S3(4,5) ;
31 S1(5,5) ;
32 S2(5,5) ;
33 S3(5,5) ;