Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dutil.c62 rc = IsNaN(y); in sqlite3IsNaN()
H A DsqliteInt.h4486 # define IsNaN(X) (((X)&EXP754)==EXP754 && ((X)&MAN754)!=0) macro
4489 # define IsNaN(X) 0 macro
H A Dvdbeaux.c3933 pMem->flags = IsNaN(x) ? MEM_Null : MEM_Real; in serialGet()