Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21837 int iDP; /* Location of the decimal point */ member
32911 s.iDP = 1000; in sqlite3_str_vappendf()
32931 && s.iDP<=iRound in sqlite3_str_vappendf()
32947 exp = s.iDP-1; in sqlite3_str_vappendf()
32969 e2 = s.iDP - 1; in sqlite3_str_vappendf()
33064 exp = s.iDP - 1; in sqlite3_str_vappendf()
37762 p->iDP = 1; in sqlite3FpDecode()
37773 p->iDP = 0; in sqlite3FpDecode()
37817 p->iDP = n + exp; in sqlite3FpDecode()
37819 iRound = p->iDP - iRound; in sqlite3FpDecode()
[all …]