Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c36528 SQLITE_PRIVATE void sqlite3FpDecode(FpDecode *p, double r, int iRound, int mxRound){ in sqlite3FpDecode() argument
36536 assert( mxRound>0 ); in sqlite3FpDecode()
36621 if( iRound>0 && (iRound<p->n || p->n>mxRound) ){ in sqlite3FpDecode()
36623 if( iRound>mxRound ) iRound = mxRound; in sqlite3FpDecode()