Lines Matching refs:c2
1049 for (unsigned c = 0, c1 = 0, c2 = 0;
1051 c1 += c1_inc, c2 += c2_inc, c++) {
1056 op[2]->value.u[c2]);
1060 op[2]->value.i[c2]);
1064 op[2]->value.f[c2]);
1223 for (unsigned c = 0, c2 = 0; c < components; c2 += c2_inc, c++) {
1224 data.f[c] = op[0]->value.f[c] * (1 - op[2]->value.f[c2]) +
1225 op[1]->value.f[c] * op[2]->value.f[c2];