Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c32880 int iRound; in sqlite3_str_vappendf() local
32896 iRound = -precision; in sqlite3_str_vappendf()
32899 iRound = precision; in sqlite3_str_vappendf()
32901 iRound = precision+1; in sqlite3_str_vappendf()
32903 sqlite3FpDecode(&s, realvalue, iRound, flag_altform2 ? 20 : 16); in sqlite3_str_vappendf()
32931 && s.iDP<=iRound in sqlite3_str_vappendf()
37743 SQLITE_PRIVATE void sqlite3FpDecode(FpDecode *p, double r, int iRound, int mxRound){ in sqlite3FpDecode() argument
37786 sqlite3Fp2Convert10(v, e, (iRound<=0||iRound>=18)?18:iRound+1, &v, &exp); in sqlite3FpDecode()
37818 if( iRound<=0 ){ in sqlite3FpDecode()
37819 iRound = p->iDP - iRound; in sqlite3FpDecode()
[all …]