mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-19 04:07:46 +01:00
4 lines
337 B
Plaintext
4 lines
337 B
Plaintext
[M, N] -> { S2[i0, i1] -> [0, 3i0 + i1, 0, i1, 0] : i0 >= 0 and i0 <= M and i1 >= 0 and i1 <= N; S3[i0, i1] -> [0, 3i0 + i1, 1, i1, 0] : i0 >= 0 and i0 <= M and i1 >= 0 and i1 <= N; S1[i0, i1] -> [0, -4 + 3i0 + i1, 0, i1, 0] : i0 >= 0 and i0 <= M and i1 >= 0 and i1 <= N }
|
|
[M, N] -> { : }
|
|
[M, N] -> { [i, j, k, l, m] -> separate[o0] }
|