Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c21197 int iDP; /* Location of the decimal point */ member
32166 s.iDP = 1000; in sqlite3_str_vappendf()
32188 exp = s.iDP-1; in sqlite3_str_vappendf()
32210 e2 = s.iDP - 1; in sqlite3_str_vappendf()
32265 exp = s.iDP - 1; in sqlite3_str_vappendf()
36546 p->iDP = 1; in sqlite3FpDecode()
36557 p->iDP = 0; in sqlite3FpDecode()
36611 p->iDP = p->n + exp; in sqlite3FpDecode()
36613 iRound = p->iDP - iRound; in sqlite3FpDecode()
36618 p->iDP++; in sqlite3FpDecode()
[all …]