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

« back to all changes in this revision

Viewing changes to test/published/PACT2004/youcefn.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
 
# Optimal code is in fact :
2
 
3
 
# for (i=0;i<=M;i++) {
4
 
#   S1 ;
5
 
#   for (j=0;j<=N;j++) {
6
 
#     S2 ;
7
 
#   }
8
 
#   S3 ;
9
 
# }
10
 
 
11
 
# language: C
12
 
c
13
 
 
14
 
# parameters {n, m | n>=2 m>=n}
15
 
2  4
16
 
1  1  0 -2
17
 
1 -1  1  0
18
 
1
19
 
n m
20
 
 
21
 
3 # Number of statements
22
 
 
23
 
1
24
 
# {i | 0<=i<=n i==j}
25
 
3 6
26
 
1  1  0  0  0 -1
27
 
1 -1  0  1  0  0
28
 
0  1 -1  0  0  0
29
 
0  0  0
30
 
 
31
 
1
32
 
# {i | 0<=i<=n i<=j<=n}
33
 
4 6
34
 
1  1  0  0  0 -1
35
 
1 -1  0  1  0  0
36
 
1 -1  1  0  0  0
37
 
1  0 -1  1  0  0
38
 
0  0  0
39
 
 
40
 
1
41
 
# {i | 0<=i<=m j==n}
42
 
3 6
43
 
1  1  0  0  0 -1
44
 
1 -1  0  0  1  0
45
 
0  0  1 -1  0  0
46
 
0  0  0
47
 
0
48
 
 
49
 
0 # Scattering functions