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
Get rid of the warning about ignoring the return value of fgets
[cloog.git]
/
test
/
square+triangle-1-1-2-3.cloog
blob
ce8f5471b508fe63be96c0135716eb2cfb69af04
1
# language: C
2
c
3
4
# Context
5
# {M | M >= 1}
6
2 3
7
# M 1
8
1 1 -1
9
1 0 1
10
0
11
12
2 # Number of statements
13
14
1
15
# {i, j | 1<=i<=M; 1<=j<=M}
16
5 5
17
# i j M 1
18
1 1 0 0 -1
19
1 -1 0 1 0
20
1 0 1 0 -1
21
1 0 -1 1 0
22
1 0 0 0 1
23
0 0 0
24
25
1
26
# {i, j | 2<=j<=i<=M}
27
4 5
28
# i j M 1
29
1 0 1 0 -2
30
1 1 -1 0 0
31
1 -1 0 1 0
32
1 0 0 0 1
33
0 0 0
34
0
35
36
0 # Scattering functions