Searched defs:isnormal (Results 1 – 12 of 12) sorted by relevance
50 inline bool isnormal( float x ) in isnormal() function58 inline bool isnormal( double x ) in isnormal() function63 inline bool isnormal( long double x ) in isnormal() function
115 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _N… in isnormal() function120 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _N… in isnormal() function
109 __DEVICE__ bool isnormal(float __x) { return __builtin_isnormal(__x); } in isnormal() function110 __DEVICE__ bool isnormal(double __x) { return __builtin_isnormal(__x); } in isnormal() function
83 #define isnormal(x) ( \ macro
59 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } in isnormal() function
563 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function571 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function
64 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } in isnormal() function
61 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } in isnormal() function
1871 static bool isnormal(half arg) { return ((arg.data_&0x7C00)!=0) & ((arg.data_&0x7C00)!=0x7C00); } in isnormal() function2743 inline bool isnormal(half arg) { return functions::isnormal(arg); } in isnormal() function2744 inline bool isnormal(expr arg) { return functions::isnormal(arg); } in isnormal() function
1873 static bool isnormal(half arg) { return ((arg.data_&0x7C00)!=0) & ((arg.data_&0x7C00)!=0x7C00); } in isnormal() function2745 inline bool isnormal(half arg) { return functions::isnormal(arg); } in isnormal() function2746 inline bool isnormal(expr arg) { return functions::isnormal(arg); } in isnormal() function