Home
last modified time | relevance | path

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

/bionic/libm/include/
Dmath.h98 #define isnan(x) \ macro
235 int (isnan)(double) __pure2; variable
/bionic/tests/
Dmath_test.cpp134 TEST(math, isnan) { in TEST() argument