Lines Matching defs:op2
3941 double rst, op2;
3944 op2 = 2.682163611980331;
3946 rst = (minutes * op2);
12472 SANE_Int op1, op2, op3;
12502 op2 =
12509 if (((op2 + op1) & 0xffff) > 0x1ff)
12520 op2 += op1;
12525 if (op1 > op2)
12536 op2 -= op1;
12540 if (op2 < 0x100)
12541 op2 = 0x100 - op2;
12543 pedcg[channel] = op2;
12544 podcg[channel] = op2;