Searched refs:sqlite3MulInt64 (Results 1 – 3 of 3) sorted by relevance
1471 int sqlite3MulInt64(i64 *pA, i64 iB){ in sqlite3MulInt64() function
5027 int sqlite3MulInt64(i64*,i64);
1755 case OP_Multiply: if( sqlite3MulInt64(&iB,iA) ) goto fp_math; break; in sqlite3VdbeExec()