Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c8355 #define OP_Remainder 90 /* same as TK_REM */ macro
64770 case OP_Remainder: { /* same as TK_REM, in1, in2, out3 */
75463 assert( TK_REM==OP_Remainder );
/NextBSD/contrib/sqlite3/
HDsqlite3.c9941 #define OP_Remainder 93 /* same as TK_REM, synopsis: r[P3]=r[P2]%r[P1] */ macro
73529 case OP_Remainder: { /* same as TK_REM, in1, in2, out3 */
86894 assert( TK_REM==OP_Remainder ); testcase( op==TK_REM );