Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c20655 SQLITE_PRIVATE void sqlite3FpDecode(FpDecode*,double,int,int);
31344 sqlite3FpDecode(&s, realvalue, iRound, flag_altform2 ? 26 : 16); in sqlite3_str_vappendf()
35589 SQLITE_PRIVATE void sqlite3FpDecode(FpDecode *p, double r, int iRound, int mxRound){ function
130445 sqlite3FpDecode(&s, x, y, z);