Home
last modified time | relevance | path

Searched refs:OP_Add (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dops.h27 double OP_Add (double op1, double op2);
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h16 #define OP_Add 15 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h16 #define OP_Add 15 macro
H A Dvdbe.c1004 case OP_Add: in sqliteVdbeExec()
1021 case OP_Add: b += a; break; in sqliteVdbeExec()
1047 case OP_Add: b += a; break; in sqliteVdbeExec()
H A Dexpr.c1016 case TK_PLUS: op = OP_Add; break; in sqliteExprCode()
/dports/games/quakeforge/quakeforge-0.7.2/libs/gib/
H A Dops.c40 OP_Add (double op1, double op2) in OP_Add() function
H A Dexp.c50 {"+", OP_Add, 2},
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h22 #define OP_Add 86 /* same as TK_PLUS */ macro
/dports/www/kf5-khtml/khtml-5.89.0/src/xpath/
H A Dpredicate.h85 OP_Add = 1, enumerator
H A Dpredicate.cpp116 case OP_Add: in doEvaluate()
153 case OP_Add: in opName()
H A Dparser.y416 $$ = new NumericOp( NumericOp::OP_Add, $1, $3 );
H A Dparser.cpp1910 … (yyval.expr) = new NumericOp(NumericOp::OP_Add, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr));
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/xml/
H A DXPathPredicate.h68 OP_Add, OP_Sub, OP_Mul, OP_Div, OP_Mod enumerator
H A DXPathPredicate.cpp92 case OP_Add: in evaluate()
H A DXPathGrammar.y517 $$ = new NumericOp(NumericOp::OP_Add, $1, $3);
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Danalyze.c270 sqlite3VdbeAddOp3(v, OP_Add, regSamplerecno, regTemp, regSamplerecno); in analyzeOneTable()
334 sqlite3VdbeAddOp3(v, OP_Add, iMem, iMem+i+1, regTemp); in analyzeOneTable()
H A Dvdbe.c1230 case OP_Add: /* same as TK_PLUS, in1, in2, out3 */ in sqlite3VdbeExec()
1252 case OP_Add: if( sqlite3AddInt64(&iB,iA) ) goto fp_math; break; in sqlite3VdbeExec()
1275 case OP_Add: rB += rA; break; in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwindow.c1899 sqlite3VdbeAddOp3(v, OP_Add, tmpReg, pWin->regApp, tmpReg); in windowReturnOneRow()
1925 int op = (pFunc->zName==leadName ? OP_Add : OP_Subtract); in windowReturnOneRow()
2067 int arith = OP_Add; /* OP_Add or OP_Subtract */ in windowCodeRangeTest()
2087 reg1, (arith==OP_Add ? "+" : "-"), regVal, in windowCodeRangeTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwindow.c1856 sqlite3VdbeAddOp3(v, OP_Add, tmpReg, pWin->regApp, tmpReg); in windowReturnOneRow()
1882 int op = (pFunc->zName==leadName ? OP_Add : OP_Subtract); in windowReturnOneRow()
2023 int arith = OP_Add; /* OP_Add or OP_Subtract */ in windowCodeRangeTest()
2042 reg1, (arith==OP_Add ? "+" : "-"), regVal, in windowCodeRangeTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwindow.c1894 sqlite3VdbeAddOp3(v, OP_Add, tmpReg, pWin->regApp, tmpReg); in windowReturnOneRow()
1920 int op = (pFunc->zName==leadName ? OP_Add : OP_Subtract); in windowReturnOneRow()
2062 int arith = OP_Add; /* OP_Add or OP_Subtract */ in windowCodeRangeTest()
2081 reg1, (arith==OP_Add ? "+" : "-"), regVal, in windowCodeRangeTest()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dvdbe.c1004 case OP_Add: in sqliteVdbeExec()
1021 case OP_Add: b += a; break; in sqliteVdbeExec()
1047 case OP_Add: b += a; break; in sqliteVdbeExec()
H A Dexpr.c1016 case TK_PLUS: op = OP_Add; break; in sqliteExprCode()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DXPathGrammar.cpp2004 … (yyval.expr) = new NumericOp(NumericOp::OP_Add, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr));
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptcompiler.cpp1727 pushInstruction(QScriptInstruction::OP_Add); in iAdd()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbe.c1480 case OP_Add: /* same as TK_PLUS, in1, in2, out3 */ in sqlite3VdbeExec()
1505 case OP_Add: if( sqlite3AddInt64(&iB,iA) ) goto fp_math; break; in sqlite3VdbeExec()
1531 case OP_Add: rB += rA; break; in sqlite3VdbeExec()

12345678