Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21859 int iDP; /* Location of the decimal point */ member
32941 s.iDP = 1000; in sqlite3_str_vappendf()
32961 && s.iDP<=iRound in sqlite3_str_vappendf()
32977 exp = s.iDP-1; in sqlite3_str_vappendf()
32999 e2 = s.iDP - 1; in sqlite3_str_vappendf()
33094 exp = s.iDP - 1; in sqlite3_str_vappendf()
37792 p->iDP = 1; in sqlite3FpDecode()
37803 p->iDP = 0; in sqlite3FpDecode()
37847 p->iDP = n + exp; in sqlite3FpDecode()
37849 iRound = p->iDP - iRound; in sqlite3FpDecode()
[all …]