Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Ddecimal.test101 SELECT decimal_add(val,'0.5') FROM t3 WHERE seq>5 ORDER BY seq
104 SELECT decimal_add(val,'-10') FROM t3 ORDER BY seq;
111 SELECT decimal_sum(decimal_add(val,val||'e+10')) FROM t3;
114 SELECT decimal_sum(decimal_add(val||'e+20',decimal_add(val,val||'e-20')))
/sqlite-3.40.0/ext/misc/
H A Ddecimal.c345 static void decimal_add(Decimal *pA, Decimal *pB){ in decimal_add() function
449 decimal_add(pA, pB); in decimalAddFunc()
464 decimal_add(pA, pB); in decimalSubFunc()
499 decimal_add(p, pArg); in decimalSumStep()
515 decimal_add(p, pArg); in decimalSumInverse()