Searched refs:OP_Multiply (Results 1 – 1 of 1) sorted by relevance
17158 #define OP_Multiply 109 /* same as TK_STAR, synopsis: r[P3]=r[P1]*r[P2] */ macro96198 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */96220 case OP_Multiply: if( sqlite3MulInt64(&iB,iA) ) goto fp_math; break;96248 case OP_Multiply: rB *= rA; break;