~ubuntu-branches/ubuntu/trusty/cloog/trusty

« back to all changes in this revision

Viewing changes to test/diagonal.cloog

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-13 04:29:53 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20130113042953-yffow2nvsub33dcd
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# language: C
 
2
c
 
3
 
 
4
# parameter {n | n>= 0}
 
5
0 3
 
6
1
 
7
n m
 
8
 
 
9
2 # Number of statements:
 
10
 
 
11
1
 
12
# {i, j | 1<=i<=n 1<=j<=n}
 
13
4 5
 
14
#   i   j   n    1
 
15
1   1   0   0   -1
 
16
1  -1   0   1    0
 
17
1   0   1   0   -1
 
18
1   0  -1   1    0
 
19
0   0   0
 
20
 
 
21
1
 
22
# {i, j | i=j 1<=j<=n}
 
23
3 5
 
24
#   i   j   n    1
 
25
0   1  -1   0    0
 
26
1   0   1   0   -1
 
27
1   0  -1   1    0
 
28
0   0   0
 
29
0
 
30
 
 
31
0 # Scattering functions