buildtools/cloog/test/cholesky.c
Jerome Duval 5873a060ca imported PPL 0.11.1 and CLooG 0.18.0.
* these are dependencies for gcc 4 Graphite engine build.
* CLooG 0.18.0 includes ISL 0.11.1 which is the backend that the build script enables.
* PPL is needed by GCC build even if it isn't the chosen backend.
2013-04-06 15:10:34 +02:00

37 lines
627 B
C

/* Generated from ../../../git/cloog/test/cholesky.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.04s. */
if (n >= 1) {
if (n >= 2) {
S1(1) ;
S3(1) ;
for (c3=2;c3<=n;c3++) {
S4(1,c3) ;
S6(1,c3) ;
}
}
if (n == 1) {
S1(1) ;
S3(1) ;
}
for (c1=2;c1<=n-1;c1++) {
S1(c1) ;
for (c3=1;c3<=c1-1;c3++) {
S2(c1,c3) ;
}
S3(c1) ;
for (c3=c1+1;c3<=n;c3++) {
S4(c1,c3) ;
for (c5=1;c5<=c1-1;c5++) {
S5(c1,c3,c5) ;
}
S6(c1,c3) ;
}
}
if (n >= 2) {
S1(n) ;
for (c3=1;c3<=n-1;c3++) {
S2(n,c3) ;
}
S3(n) ;
}
}