Home
last modified time | relevance | path

Searched refs:OP_Multiply (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h18 #define OP_Multiply 17 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h18 #define OP_Multiply 17 macro
H A Dvdbe.c1006 case OP_Multiply: in sqliteVdbeExec()
1023 case OP_Multiply: b *= a; break; in sqliteVdbeExec()
1049 case OP_Multiply: b *= a; break; in sqliteVdbeExec()
H A Dexpr.c1018 case TK_STAR: op = OP_Multiply; break; in sqliteExprCode()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h24 #define OP_Multiply 88 /* same as TK_STAR */ macro
H A Dsqlite3.c8057 #define OP_Multiply 88 /* same as TK_STAR */ macro
54589 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
54613 case OP_Multiply: if( sqlite3MulInt64(&u.af.iB,u.af.iA) ) goto fp_math; break;
54636 case OP_Multiply: u.af.rB *= u.af.rA; break;
66590 sqlite3VdbeAddOp3(v, OP_Multiply, regLast, regTemp, regLast);
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Danalyze.c199 sqlite3VdbeAddOp3(v, OP_Multiply, regLast, regTemp, regLast); in analyzeOneTable()
H A Dvdbe.c1232 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */ in sqlite3VdbeExec()
1254 case OP_Multiply: if( sqlite3MulInt64(&iB,iA) ) goto fp_math; break; in sqlite3VdbeExec()
1277 case OP_Multiply: rB *= rA; break; in sqlite3VdbeExec()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dvdbe.c1006 case OP_Multiply: in sqliteVdbeExec()
1023 case OP_Multiply: b *= a; break; in sqliteVdbeExec()
1049 case OP_Multiply: b *= a; break; in sqliteVdbeExec()
H A Dexpr.c1018 case TK_STAR: op = OP_Multiply; break; in sqliteExprCode()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbe.c1482 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */ in sqlite3VdbeExec()
1507 case OP_Multiply: if( sqlite3MulInt64(&iB,iA) ) goto fp_math; break; in sqlite3VdbeExec()
1533 case OP_Multiply: rB *= rA; break; in sqlite3VdbeExec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbe.c1638 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */ in sqlite3VdbeExec()
1661 case OP_Multiply: if( sqlite3MulInt64(&iB,iA) ) goto fp_math; break; in sqlite3VdbeExec()
1686 case OP_Multiply: rB *= rA; break; in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbe.c1628 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */ in sqlite3VdbeExec()
1651 case OP_Multiply: if( sqlite3MulInt64(&iB,iA) ) goto fp_math; break; in sqlite3VdbeExec()
1676 case OP_Multiply: rB *= rA; break; in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbe.c1641 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */ in sqlite3VdbeExec()
1664 case OP_Multiply: if( sqlite3MulInt64(&iB,iA) ) goto fp_math; break; in sqlite3VdbeExec()
1689 case OP_Multiply: rB *= rA; break; in sqlite3VdbeExec()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c7255 #define OP_Multiply 88 /* same as TK_STAR */ macro
53380 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
53404 case OP_Multiply: u.af.iB *= u.af.iA; break;
53433 case OP_Multiply: u.af.rB *= u.af.rA; break;
64985 vtk_sqlite3VdbeAddOp3(v, OP_Multiply, regLast, regTemp, regLast);
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c1609 #define OP_Multiply 88 /* same as TK_STAR */ macro
48194 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
48218 case OP_Multiply: if( sqlite3MulInt64(&u.af.iB,u.af.iA) ) goto fp_math; break;
48241 case OP_Multiply: u.af.rB *= u.af.rA; break;
60155 sqlite3VdbeAddOp3(v, OP_Multiply, regLast, regTemp, regLast);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c8321 #define OP_Multiply 88 /* same as TK_STAR */ macro
64027 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
64051 case OP_Multiply: if( sqlite3MulInt64(&u.af.iB,u.af.iA) ) goto fp_math; break;
64074 case OP_Multiply: u.af.rB *= u.af.rA; break;
76040 sqlite3VdbeAddOp3(v, OP_Multiply, regLast, regTemp, regLast);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c8314 #define OP_Multiply 88 /* same as TK_STAR */ macro
63991 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
64015 case OP_Multiply: if( sqlite3MulInt64(&u.af.iB,u.af.iA) ) goto fp_math; break;
64038 case OP_Multiply: u.af.rB *= u.af.rA; break;
76004 sqlite3VdbeAddOp3(v, OP_Multiply, regLast, regTemp, regLast);
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c8350 #define OP_Multiply 88 /* same as TK_STAR */ macro
64765 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
64789 case OP_Multiply: if( sqlite3MulInt64(&u.af.iB,u.af.iA) ) goto fp_math; break;
64812 case OP_Multiply: u.af.rB *= u.af.rA; break;
77801 sqlite3VdbeAddOp3(v, OP_Multiply, regLast, regTemp, regLast);
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c6997 #define OP_Multiply 86 /* same as TK_STAR */ macro
50749 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
50764 case OP_Multiply: b *= a; break;
50794 case OP_Multiply: b *= a; break;
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c8608 #define OP_Multiply 88 /* same as TK_STAR */ macro
66109 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
66133 case OP_Multiply: if( sqlite3MulInt64(&u.ag.iB,u.ag.iA) ) goto fp_math; break;
66156 case OP_Multiply: u.ag.rB *= u.ag.rA; break;
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c9216 #define OP_Multiply 91 /* same as TK_STAR, synopsis: r[P3]=r[P1]*r[P2] */ macro
68442 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
68466 case OP_Multiply: if( sqlite3MulInt64(&iB,iA) ) goto fp_math; break;
68490 case OP_Multiply: rB *= rA; break;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c9329 #define OP_Multiply 91 /* same as TK_STAR, synopsis: r[P3]=r[P1]*r[P2] */ macro
68862 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
68888 case OP_Multiply: if( sqlite3MulInt64(&iB,iA) ) goto fp_math; break;
68912 case OP_Multiply: rB *= rA; break;
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c8938 #define OP_Multiply 88 /* same as TK_STAR */ macro
66597 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
66623 case OP_Multiply: if( sqlite3MulInt64(&u.ah.iB,u.ah.iA) ) goto fp_math; break;
66647 case OP_Multiply: u.ah.rB *= u.ah.rA; break;
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c9345 #define OP_Multiply 91 /* same as TK_STAR, synopsis: r[P3]=r[P1]*r[P2] */ macro
69379 case OP_Multiply: /* same as TK_STAR, in1, in2, out3 */
69405 case OP_Multiply: if( sqlite3MulInt64(&iB,iA) ) goto fp_math; break;
69429 case OP_Multiply: rB *= rA; break;

1234567