Searched refs:sqlite3AddInt64 (Results 1 – 4 of 4) sorted by relevance
1436 int sqlite3AddInt64(i64 *pA, i64 iB){ in sqlite3AddInt64() function1467 return sqlite3AddInt64(pA, -iB); in sqlite3SubInt64()
1573 if( (p->approx|p->overflow)==0 && sqlite3AddInt64(&p->iSum, v) ){ in sumStep()
5025 int sqlite3AddInt64(i64*,i64);
1753 case OP_Add: if( sqlite3AddInt64(&iB,iA) ) goto fp_math; break; in sqlite3VdbeExec()7365 if( x<=0 || sqlite3AddInt64(&x, pIn3->u.i>0?pIn3->u.i:0) ){ in sqlite3VdbeExec()