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