Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c32135 int iRound; in sqlite3_str_vappendf() local
36527 SQLITE_PRIVATE void sqlite3FpDecode(FpDecode *p, double r, int iRound, int mxRound){ in sqlite3FpDecode()