~ubuntu-branches/ubuntu/utopic/cloog/utopic

« back to all changes in this revision

Viewing changes to test/overlap.cloog

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-26 14:21:11 UTC
  • mfrom: (3.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140226142111-vsbb1isby30uundd
Tags: 0.18.2-1
New upstream version.

Show diffs side-by-side

added added

removed removed

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