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

/bionic/libm/include/
H A Dmath.h98 #define isnan(x) \ macro
100 : (sizeof (x) == sizeof (double)) ? isnan(x) \
121 #define isunordered(x, y) (isnan(x) || isnan(y))
235 int (isnan)(double) __pure2;

Completed in 267 milliseconds