diff options
Diffstat (limited to 'test/tiling3.cloog')
-rw-r--r-- | test/tiling3.cloog | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/test/tiling3.cloog b/test/tiling3.cloog deleted file mode 100644 index c1c77e0..0000000 --- a/test/tiling3.cloog +++ /dev/null @@ -1,41 +0,0 @@ -# language: C -f - -# parameter {n | n>= 0} -1 3 -# n 1 -1 1 0 -1 -n - -1 # Number of statements: - -1 -# {i, jj, j | 1<=i<=n t*jj<=j<=t*jj+t-1 1<=j<=n} -6 6 -# i jj j n 1 -1 1 0 0 0 -1 -1 -1 0 0 1 0 -1 0 0 1 0 -1 -1 0 0 -1 1 0 -1 0 10 -1 0 9 -1 0 -10 1 0 0 -0 0 0 -1 -i jj j - -1 # Scattering functions - - -2 8 -# c1 c2 i jj j n 1 -0 1 0 0 -1 0 0 0 -0 0 1 -1 0 -1 0 0 -0 - - -1 7 -# c1 i jj j n 1 -0 1 0 -1 0 0 0 -0 - |