Home | History | Annotate | Download | only in omega

Lines Matching refs:c1

3     for (int c1 = 1; c1 <= 9; c1 += 1) {
5 s0(c1, c0 / 2);
6 s1(c1, c0);
9 for (int c1 = 1; c1 <= 9; c1 += 1)
10 s1(c1, 1);
12 for (int c1 = 1; c1 <= 9; c1 += 1)
13 s0(c1, c0 / 2);