Fix include directory for libcloog-isl
[cloog/bastoul.git] / test / reservoir / two.good.c
bloba80671f3e9cd9c82eb1ee6ad3b13339cd0f26ad1
1 /* Generated from ../../../git/cloog/test/./reservoir/two.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,k) { hash(1); hash(i); hash(j); hash(k); }
12 void test()
14 /* Original iterators. */
15 int i, j, k;
16 for (i=0;i<=1;i++) {
17 if ((i+1)%2 == 0) {
18 j = (-i+3)/2 ;
19 k = (i+9)/2 ;
20 S1(i,(-i+3)/2,(i+9)/2) ;