repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl 0.27
[isl.git]
/
test_inputs
/
codegen
/
omega
/
syr2k-2.c
blob
bb3ef7fa252b87043a2f80655eb25f107e22481a
1
for
(
int
c0
=
1
;
c0
<=
min
(
n
,
2
*
b
-
1
);
c0
+=
1
)
2
for
(
int
c1
=
max
(-
n
+
1
, -
b
+
1
);
c1
<=
min
(
b
-
c0
,
n
-
c0
);
c1
+=
1
)
3
for
(
int
c2
=
max
(
1
,
c0
+
c1
);
c2
<=
min
(
n
,
n
+
c1
);
c2
+=
1
)
4
s0
(-
c0
-
c1
+
c2
+
1
, -
c1
+
c2
,
c2
);