summaryrefslogtreecommitdiff
path: root/test/reservoir/mg-resid.c.polylib
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-09-09 02:18:21 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-09-09 02:18:21 +0900
commit40ef93558be42b604f5eb912414f767972a70b8c (patch)
treedd3a18995e2d72f452f3804d87b8a205f0f0a936 /test/reservoir/mg-resid.c.polylib
parenteea72ec0021ec2c1c84631af37435123c063eaf1 (diff)
downloadcloog-tizen_2.3.1.tar.gz
cloog-tizen_2.3.1.tar.bz2
cloog-tizen_2.3.1.zip
Diffstat (limited to 'test/reservoir/mg-resid.c.polylib')
-rw-r--r--test/reservoir/mg-resid.c.polylib53
1 files changed, 0 insertions, 53 deletions
diff --git a/test/reservoir/mg-resid.c.polylib b/test/reservoir/mg-resid.c.polylib
deleted file mode 100644
index 3d0ec6f..0000000
--- a/test/reservoir/mg-resid.c.polylib
+++ /dev/null
@@ -1,53 +0,0 @@
-/* Generated from ./reservoir/mg-resid.cloog by CLooG v0.14.0 gmp bits in 0.06s. */
-/* CLooG asked for 300 KBytes. */
-if ((M >= 3) && (N >= 4)) {
- for (c2=2;c2<=O-1;c2++) {
- for (c6=1;c6<=M;c6++) {
- S1(i = c2,j = 2,k = c6) ;
- S2(i = c2,j = 2,k = c6) ;
- }
- for (c4=4;c4<=2*N-3;c4++) {
- for (c6=1;c6<=M;c6++) {
- if ((c4+1)%2 == 0) {
- j = (c4+1)/2 ;
- S1(i = c2,k = c6) ;
- S2(i = c2,k = c6) ;
- }
- }
- for (c6=2;c6<=M-1;c6++) {
- if (c4%2 == 0) {
- S3(i = c2,j = c4/2,k = c6) ;
- }
- }
- }
- c4 = 2*N-2 ;
- for (c6=2;c6<=M-1;c6++) {
- j = N-1 ;
- S3(i = c2,k = c6) ;
- }
- }
-}
-if ((M >= 3) && (N == 3)) {
- for (c2=2;c2<=O-1;c2++) {
- for (c6=1;c6<=M;c6++) {
- S1(i = c2,j = 2,k = c6) ;
- S2(i = c2,j = 2,k = c6) ;
- }
- for (c6=2;c6<=M-1;c6++) {
- S3(i = c2,j = 2,k = c6) ;
- }
- }
-}
-if ((M >= 1) && (M <= 2) && (N >= 3)) {
- for (c2=2;c2<=O-1;c2++) {
- for (c4=3;c4<=2*N-3;c4++) {
- for (c6=1;c6<=M;c6++) {
- if ((c4+1)%2 == 0) {
- j = (c4+1)/2 ;
- S1(i = c2,k = c6) ;
- S2(i = c2,k = c6) ;
- }
- }
- }
- }
-}