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

/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h388 #undef fpclassify macro
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h72 __DEVICE__ int fpclassify(float __x) { function
76 __DEVICE__ int fpclassify(double __x) { function
/freebsd-12-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h69 #undef fpclassify macro
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h522 #undef fpclassify macro
539 fpclassify(_Tp __f) { return ::__gnu_cxx::__capture_fpclassify(__f); } function
/freebsd-12-stable/lib/msun/src/
H A Dmath.h108 #define fpclassify(x) \ macro

Completed in 67 milliseconds