1 /* Generated from ./openscop/loops.scop by CLooG 0.18.3 gmp bits in 0.04s. */
3 #define floord(n,d) (((n)<0) ? -((-(n)+(d)-1)/(d)) : (n)/(d))
4 #define ceild(n,d) (((n)<0) ? -((-(n))/(d)) : ((n)+(d)-1)/(d))
5 #define max(x,y) ((x) > (y) ? (x) : (y))
6 #define min(x,y) ((x) < (y) ? (x) : (y))
9 #define IF_TIME(foo) foo;
14 /* Scattering iterators. */
15 int t2
, t3
, t4
, t5
, t6
, t9
;
16 /* Original iterators. */
24 #pragma omp parallel for private(lbv,ubv,t3,t4,t5,t6,t7,t8,t9)
25 for (t2
=lbp
;t2
<=ubp
;t2
++) {
26 for (t3
=0;t3
<=floord(N
-1,32);t3
++) {
27 for (t4
=32*t2
;t4
<=min(N
-1,32*t2
+31);t4
++) {
29 ubv
=min(N
-1,32*t3
+31);
32 for (t9
=lbv
;t9
<=ubv
;t9
++) {
40 #pragma omp parallel for private(lbv,ubv,t3,t4,t5,t6,t7,t8,t9)
41 for (t2
=lbp
;t2
<=ubp
;t2
++) {
42 for (t3
=0;t3
<=floord(N
-1,32);t3
++) {
43 for (t4
=0;t4
<=floord(N
-1,32);t4
++) {
44 for (t5
=32*t2
;t5
<=min(N
-1,32*t2
+31);t5
++) {
45 for (t6
=32*t4
;t6
<=min(N
-1,32*t4
+31);t6
++) {
47 ubv
=min(N
-1,32*t3
+31);
50 for (t9
=lbv
;t9
<=ubv
;t9
++) {
51 c
[t5
][t9
] = c
[t5
][t9
] + a
[t5
][t6
]*b
[t6
][t9
];