repo.or.cz
/
cloog-ppl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix uninitialized configure variable
[cloog-ppl.git]
/
test
/
not_equal.cloog
blob
73bb8e3fc6858e2f3d36894b6ec31a6cfef9fc03
1
# language: C
2
c
3
4
# parameters {M, N | M>=1 N >=1}
5
2 4
6
1 1 0 -1
7
1 0 1 -1
8
0
9
10
1 # Number of statements
11
12
2
13
# {i, j | i=0 0<=i<=N 1<=j<=M}
14
4 6
15
1 1 0 0 0 0
16
1 -1 0 0 1 0
17
1 0 1 0 0 -1
18
1 0 -1 1 0 0
19
20
4 6
21
1 1 0 0 0 0
22
1 -1 0 0 1 0
23
1 0 -1 0 0 -1
24
1 0 1 1 0 0
25
0 0 0
26
27
1
28
i j
29
30
1 # Scattering functions
31
2 8
32
0 1 0 -1 0 0 0 0
33
0 0 1 0 -1 0 0 0
34
35
1
36
s0 s1
37
38