Searched defs:IsNaN (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c20625 # define IsNaN(X) (((X)&EXP754)==EXP754 && ((X)&MAN754)!=0) macro
20628 # define IsNaN(X) 0 macro
[all...]

Completed in 788 milliseconds