Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c37743 SQLITE_PRIVATE void sqlite3FpDecode(FpDecode *p, double r, int iRound, int mxRound){ in sqlite3FpDecode() argument
37752 assert( mxRound>0 ); in sqlite3FpDecode()
37828 if( iRound>0 && (iRound<n || n>mxRound) ){ in sqlite3FpDecode()
37829 if( iRound>mxRound ) iRound = mxRound; in sqlite3FpDecode()