Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
isl-0.15
/
test_inputs
/
codegen
/
cloog
/
reservoir-mg-psinv.c
blob: cfb4045b270a115be7d069fee306c9b5de2e3a0c [
file
]
for
(
int
c0
=
2
;
c0
<
O
;
c0
+=
1
)
for
(
int
c1
=
3
;
c1
<
2
*
N
-
2
;
c1
+=
2
)
{
for
(
int
c3
=
1
;
c3
<=
M
;
c3
+=
1
)
{
S1
(
c0
,
(
c1
+
1
)
/
2
,
c3
);
S2
(
c0
,
(
c1
+
1
)
/
2
,
c3
);
}
for
(
int
c3
=
2
;
c3
<
M
;
c3
+=
1
)
S3
(
c0
,
(
c1
+
1
)
/
2
,
c3
);
}