isl_basic_set_sort_constraints: take into account all coefficients
[isl.git] / test_inputs / codegen / cloog / durbin_e_s.c
blob25590998d5fb57da64a053fcdf95075e43c72f62
2 S4(1, 0, 0);
3 S7(1, 0, 0);
4 S8(1, 0, 3);
5 for (int c0 = 2; c0 <= 9; c0 += 1) {
6 S2(c0, -7, 0);
7 for (int c1 = -7; c1 < c0 - 8; c1 += 1)
8 S3(c0, c1, 1);
9 S6(c0, c0 - 9, 2);
10 S8(c0, 0, 3);
11 for (int c1 = 1; c1 < c0; c1 += 1)
12 S5(c0, c1, 3);
14 S2(10, -7, 0);
15 for (int c1 = -7; c1 <= 1; c1 += 1)
16 S3(10, c1, 1);
17 S6(10, 1, 2);
18 for (int c1 = 1; c1 <= 9; c1 += 1) {
19 S5(10, c1, 3);
20 S1(10, c1, 4);
22 S1(10, 10, 4);