Home
last modified time | relevance | path

Searched refs:OP_Divide (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c17159 #define OP_Divide 110 /* same as TK_SLASH, synopsis: r[P3]=r[P2]/r[P1] */ macro
96199 case OP_Divide: /* same as TK_SLASH, in1, in2, out3 */
96221 case OP_Divide: {
96249 case OP_Divide: {
115354 assert( TK_SLASH==OP_Divide ); testcase( op==TK_SLASH );