Searched refs:c0 (Results 1 - 25 of 1641) sorted by relevance

1234567891011>>

/netbsd-current/external/mit/isl/dist/test_inputs/codegen/cloog/
H A Dmulti-stride2.c1 for (int c0 = 5; c0 <= 100; c0 += 6)
2 S1(c0, (c0 - 1) / 2, (c0 - 2) / 3);
H A Dbasic-bounds-1.c1 for (int c0 = 0; c0 <= 2; c0 += 1)
2 S1(c0); variable
H A Dmod4.c1 for (int c0 = 2; c0 <= 10; c0 += 3) {
2 S1(c0, (c0 + 1) / 3, (c0 + 1) / 3, 2, (c0 - 2) / 3);
3 S2(c0, (c0 + 1) / 3, (c0
[all...]
H A Dnul_basic1.c1 for (int c0 = 0; c0 <= M; c0 += 2)
2 S1(c0, c0 / 2);
H A Dreservoir-stride.c1 for (int c0 = 2; c0 <= M; c0 += 7)
2 S1(c0, (c0 - 2) / 7);
H A Dreservoir-stride2.c1 for (int c0 = 2; c0 <= M; c0 += 7)
2 S1(c0, (c0 - 2) / 7);
H A Dlex.c1 for (int c0 = 0; c0 <= 10; c0 += 1) {
2 S2(c0); variable
3 S1(c0); variable
H A Dmod.c1 for (int c0 = 0; c0 <= 3; c0 += 1)
2 if ((c0 + 1) % 3 >= 1)
3 S1(c0); variable
H A Dmod2.c1 for (int c0 = 0; c0 <= 3; c0 += 1)
2 if ((c0 + 1) % 3 >= 1)
3 S1(c0); variable
H A Dstride.c1 for (int c0 = 3; c0 <= 24; c0 += 3)
2 S2(c0, c0 / 3);
4 for (int c0 = 27; c0 <= 100; c0 += 3)
5 S2(c0, c0 /
[all...]
H A Dstride2.c1 for (int c0 = 3; c0 <= 26; c0 += 3)
2 S2(c0, c0 / 3);
5 for (int c0 = 30; c0 <= 100; c0 += 3)
6 S2(c0, c0 /
[all...]
/netbsd-current/external/mit/isl/dist/test_inputs/codegen/omega/
H A Ddagstuhl1-1.c1 for (int c0 = 0; c0 <= 99; c0 += 1)
2 s0(c0, c0 % 10, c0 / 10);
H A Dgc-0.c1 for (int c0 = 2; c0 <= 8; c0 += 2)
2 s0(c0); variable
H A Diter1-0.c1 for (int c0 = 2; c0 <= 9; c0 += 1)
2 s0(c0); variable
H A Dstride1-0.c1 for (int c0 = 3; c0 <= 9; c0 += 3)
2 s0(c0); variable
H A Dstride4-0.c1 for (int c0 = 18; c0 <= 98; c0 += 5)
2 s0(c0); variable
H A Ddagstuhl1-0.c1 for (int c0 = 0; c0 <= 99; c0 += 1)
2 s0(c0 % 10, c0 / 10);
H A Diter6-1.c1 for (int c0 = 46; c0 <= 70; c0 += 12)
2 s0(c0, (17 * c0 - 170) / 12);
H A Diter7-0.c1 for (int c0 = 1; c0 <= 3; c0 += 2)
2 s0(c0, (-3 * c0 + 15) / 2);
H A Dsubstitution-2.c1 for (int c0 = -3; c0 <= 96; c0 += 1)
2 s0(c0, c0 + 4);
/netbsd-current/external/mit/isl/dist/test_inputs/codegen/
H A Datomic4.c1 for (int c0 = 0; c0 <= 64; c0 += 1)
H A Dcholesky.c1 for (int c0 = 3993; c0 <= 63893; c0 += 1)
2 if (2 * c0 - 3993 * ((3 * c0 + 5990) / 5990) >= 0)
3 for (int c4 = -c0 + 1997 * ((3 * c0 + 5990) / 5990) + 1; c4 <= 12; c4 += 1)
4 S_3(c4, -c0 + 1997 * ((3 * c0 + 5990) / 5990), 2 * c0
[all...]
H A Datomic.c1 for (int c0 = 0; c0 <= 10; c0 += 1) {
2 if (c0 <= 9)
3 a(c0); variable
4 if (c0 >= 1)
5 b(c0 - 1);
H A Dcomponent2.c1 for (int c0 = 0; c0 <= 9; c0 += 1) {
2 B(c0); variable
3 if (c0 == 0)
H A Dshift.c1 for (int c0 = 0; c0 <= 9; c0 += 1) {
2 A(c0); variable
3 B(c0); variable

Completed in 241 milliseconds

1234567891011>>