Searched defs:isnormal (Results 1 – 11 of 11) sorted by relevance
43 void isnormal() { } in isnormal() function
42 void isnormal() { } in isnormal() function
75 #define isnormal(x) \ macro
137 __DEVICE__ __CONSTEXPR__ bool isnormal(float __x) { in isnormal() function140 __DEVICE__ __CONSTEXPR__ bool isnormal(double __x) { in isnormal() function
147 __DEVICE__ bool isnormal(float __x) { return __builtin_isnormal(__x); } in isnormal() function148 __DEVICE__ bool isnormal(double __x) { return __builtin_isnormal(__x); } in isnormal() function
91 #define isnormal(x) \ macro
423 int maskduplicated, m0, isnormal; in rn_addmask() local
555 isnormal(_Tp __f) { return ::__gnu_cxx::__capture_isnormal(__f); } in isnormal() function
471 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _N… in isnormal() function476 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _N… in isnormal() function
783 isnormal(_Tp __f) { return __capture_isnormal(__f); } in isnormal() function
2836 /* oh, and the isnormal macro has a typo in it! */ macro