Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dprintf.c559 if( sqlite3IsNaN((double)realvalue) ){ in sqlite3_str_vappendf()
H A Dutil.c57 int sqlite3IsNaN(double x){ in sqlite3IsNaN() function
H A DsqliteInt.h4487 int sqlite3IsNaN(double);
4490 # define sqlite3IsNaN(X) 0 macro
H A Dvdbemem.c961 if( !sqlite3IsNaN(val) ){ in sqlite3VdbeMemSetDouble()
H A Dmain.c349 assert( sqlite3IsNaN(y) ); in sqlite3_initialize()
H A Dvdbe.c1242 assert( !sqlite3IsNaN(*pOp->p4.pReal) ); in sqlite3VdbeExec()
1803 if( sqlite3IsNaN(rB) ){ in sqlite3VdbeExec()
H A Dexpr.c3677 assert( !sqlite3IsNaN(value) ); /* The new AtoF never returns NaN */ in codeReal()