repo.or.cz
/
openscop.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use const in osl_int* functions
[openscop.git]
/
doc
/
S4.cloog
blob
1524381c9375cd539ff7f1c8f4275c81addc9dbb
1
# language: C
2
c
3
4
# no parameters
5
0 2
6
0
7
8
1 # One statement
9
10
1
11
# D = {i, j | 2<=i<=4 2<=j<=4}
12
4 4
13
# i j 1
14
1 1 0 -2
15
1 -1 0 4
16
1 0 1 -2
17
1 0 -1 4
18
0 0 0
19
0
20
21
1 # Scattering function
22
23
# T = (j+2,3i+j)
24
2 6
25
# t1 t2 i j 1
26
0 1 0 0 -1 0
27
0 0 1 -1 0 0
28
29
1
30
t1 t2
31
32
#############################
33
34
35
# T = (j,i)
36
2 6
37
# t1 t2 i j 1
38
0 1 0 0 -1 0
39
0 0 1 -1 0 0
40
41
2 6
42
# t1 t2 i j 1
43
0 1 0 0 -1 -2
44
0 0 1 -3 -1 0