1 /* Generated from ../../../git/cloog/test/cholesky.cloog by CLooG 0.14.0-72-gefe2fc2 gmp bits in 0.05s. */
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); }
11 #define S2(i,j) { hash(2); hash(i); hash(j); }
12 #define S3(i) { hash(3); hash(i); }
13 #define S4(i,j) { hash(4); hash(i); hash(j); }
14 #define S5(i,j,k) { hash(5); hash(i); hash(j); hash(k); }
15 #define S6(i,j) { hash(6); hash(i); hash(j); }
19 /* Scattering iterators. */
21 /* Original iterators. */
26 for (c3
=2;c3
<=n
;c3
++) {
35 for (c1
=2;c1
<=n
-1;c1
++) {
37 for (c3
=1;c3
<=c1
-1;c3
++) {
41 for (c3
=c1
+1;c3
<=n
;c3
++) {
43 for (c5
=1;c5
<=c1
-1;c5
++) {
51 for (c3
=1;c3
<=n
-1;c3
++) {