Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
isl-0.15
/
test_inputs
/
codegen
/
cloog
/
equality.c
blob: 2535b8b975eb9df61dcaebd90763b2be8faf0314 [
file
] [
log
] [
blame
]
for
(
int
c0
=
0
;
c0
<=
5
;
c0
+=
1
)
for
(
int
c1
=
c0
<=
2
?
2
*
c0
:
4
;
c1
<=
(
c0
>=
2
?
2
*
c0
:
4
);
c1
+=
1
)
{
if
(
c1
==
2
*
c0
)
S1
(
c0
,
2
*
c0
);
if
(
c1
==
4
)
S2
(
c0
,
4
);
}