Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c2108 int arith = OP_Add; /* OP_Add or OP_Subtract */ in windowCodeRangeTest() local
2125 arith = OP_Subtract; in windowCodeRangeTest()
2129 reg1, (arith==OP_Add ? "+" : "-"), regVal, in windowCodeRangeTest()
2194 if( (op==OP_Ge && arith==OP_Add) || (op==OP_Le && arith==OP_Subtract) ){ in windowCodeRangeTest()
2197 sqlite3VdbeAddOp3(v, arith, regVal, reg1, reg1); in windowCodeRangeTest()