1 /* Generated from ../../../git/cloog/test/cholesky2.cloog by CLooG 0.14.0-72-gefe2fc2 gmp bits in 0.11s. */
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. */
24 for (c2
=1;c2
<=M
-1;c2
++) {
26 for (c3
=c2
+1;c3
<=M
;c3
++) {
40 for (c2
=3;c2
<=M
;c2
++) {
42 for (i
=2;i
<=c2
-1;i
++) {
50 for (c1
=3;c1
<=3*M
-7;c1
++) {
68 for (c2
=ceild(c1
+7,3);c2
<=M
;c2
++) {
78 for (i
=ceild(c1
+4,3);i
<=c2
-1;i
++) {
85 for (c1
=max(3*M
-6,3);c1
<=3*M
-4;c1
++) {
95 for (c2
=ceild(c1
+4,3);c2
<=M
;c2
++) {