isl_parameter_alignment_reordering: fix error handling
[isl.git] / test_inputs / codegen / omega / substitution-1.c
blob486514c0433eb1f108180a9a7eb08fab99469c28
1 for (int c0 = 0; c0 <= 14; c0 += 1)
2 for (int c1 = max(2 * c0 - 12, -c0 + 3 * floord(c0 - 1, 2) + 3); c1 <= min(2 * c0, c0 / 2 + 9); c1 += 3)
3 s0((2 * c0 - c1) / 3, (-c0 + 2 * c1) / 3);