Searched refs:iRound (Results 1 – 1 of 1) sorted by relevance
32136 int iRound; in sqlite3_str_vappendf() local32151 iRound = -precision; in sqlite3_str_vappendf()32154 iRound = precision; in sqlite3_str_vappendf()32156 iRound = precision+1; in sqlite3_str_vappendf()32158 sqlite3FpDecode(&s, realvalue, iRound, flag_altform2 ? 26 : 16); in sqlite3_str_vappendf()36528 SQLITE_PRIVATE void sqlite3FpDecode(FpDecode *p, double r, int iRound, int mxRound){ in sqlite3FpDecode() argument36612 if( iRound<=0 ){ in sqlite3FpDecode()36613 iRound = p->iDP - iRound; in sqlite3FpDecode()36614 if( iRound==0 && p->zBuf[i+1]>='5' ){ in sqlite3FpDecode()36615 iRound = 1; in sqlite3FpDecode()[all …]