Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c20731 int iDP; /* Location of the decimal point */ member
31652 s.iDP = 1000; in sqlite3_str_vappendf()
31674 exp = s.iDP-1; in sqlite3_str_vappendf()
31696 e2 = s.iDP - 1; in sqlite3_str_vappendf()
31751 exp = s.iDP - 1; in sqlite3_str_vappendf()
35952 p->iDP = 1; in sqlite3FpDecode()
35963 p->iDP = 0; in sqlite3FpDecode()
36034 p->iDP = p->n + exp; in sqlite3FpDecode()
36036 iRound = p->iDP - iRound; in sqlite3FpDecode()
36041 p->iDP++; in sqlite3FpDecode()
[all …]