Update m4 script for Clang build
[cloog/uuh.git] / test / union.good.c
blob70b4537d3a31bf51165391edd86f16b863b7e3b6
1 /* Generated from ../../../git/cloog/test/union.cloog by CLooG 0.14.0-277-g62f7d82 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 /* Scattering iterators. */
15 int c1;
16 /* Original iterators. */
17 int i;
18 if (M <= -1) {
19 for (c1=0;c1<=100;c1++) {
20 S1(c1);
23 if (M >= 1) {
24 if (M >= 11) {
25 for (c1=-100;c1<=0;c1++) {
26 S1(-c1);
29 if (M <= 10) {
30 for (c1=0;c1<=100;c1++) {
31 S1(c1);