Home
last modified time | relevance | path

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

/bionic/libc/include/
Dmath.h69 #define isnan(x) __builtin_isnan(x) macro
326 int (isnan)(double __x) __attribute_const__; variable
/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrig.c41 #define isnan(x) ((x) != (x)) macro
Dcatrigf.c55 #define isnan(x) ((x) != (x)) macro
Dcatrigl.c55 #define isnan(x) ((x) != (x)) macro
/bionic/tests/
Dmath_test.cpp155 TEST(MATH_TEST, isnan) { in TEST() argument