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

/freebsd-10-stable/lib/msun/src/
H A Ds_isnan.c35 #undef isnan macro
37 isnan(double d) function
H A Dcatrig.c38 #undef isnan macro
39 #define isnan(x) ((x) != (x)) macro
[all...]
H A Dcatrigf.c52 #undef isnan macro
53 #define isnan(x) ((x) != (x)) macro
[all...]
H A Dmath.h117 #define isnan(x) \ macro
237 #undef isnan macro
/freebsd-10-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h72 #undef isnan macro
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h525 #undef isnan macro
551 isnan(_Tp __f) { return ::__gnu_cxx::__capture_isnan(__f); } function
/freebsd-10-stable/contrib/gcc/
H A Dlibgcc2.c1793 #define isnan macro
[all...]
/freebsd-10-stable/gnu/lib/libstdc++/
H A Dconfig.h966 # define isnan _isnan macro

Completed in 75 milliseconds