Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h701 # define DOUBLE_ISNAN(x) \ macro
704 # define DOUBLE_ISNAN(x) (LVALUE(x) && (x) != (x)) macro