Add simple unrolling test case
[cloog/uuh.git] / test / isl / unroll.good.c
blob9daca4df62dd2eea41834923e53f5d70f1f83cff
1 /* Generated from ./isl/unroll.cloog by CLooG 0.16.3-14-g80e4ef0 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) { hash(1); hash(i); }
12 void test(int M)
14 /* Original iterators. */
15 int i;
16 S1(0);
17 S1(1);
18 S1(2);
19 S1(3);
20 S1(4);
21 S1(5);
22 S1(6);
23 S1(7);
24 S1(8);
25 S1(9);
26 S1(10);