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

« back to all changes in this revision

Viewing changes to test/readme.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 | n>=2} {m | m>=2}
5
 
2 4
6
 
#  m  n  1
7
 
1  1  0 -2
8
 
1  0  1 -2
9
 
1 # We set manually the parameter names: m, n
10
 
m n
11
 
 
12
 
1 # Number of statements:
13
 
 
14
 
1
15
 
# {i, j | 2<=i<=n 2<=j<=m n+2-i-j>=0}
16
 
5 6
17
 
#   i   j   m   n   1
18
 
1   1   0   0   0  -2
19
 
1  -1   0   0   1   0
20
 
1   0   1   0   0  -2
21
 
1   0  -1   1   0   0
22
 
1  -1  -1   0   1   2
23
 
0   0   0
24
 
1 # We set manually the iterator names: i, j
25
 
i j
26
 
 
27
 
0 # No scattering functions