repo.or.cz
/
cloog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CLooG 0.18.4
[cloog.git]
/
test
/
overlap.cloog
blob
4c1f7171480638aa8e3e7ee9a3c06f528c11cd42
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