Home
last modified time | relevance | path

Searched defs:isnormal (Results 1 – 12 of 12) sorted by relevance

/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Dcmath.hpp50 inline bool isnormal( float x ) in isnormal() function
58 inline bool isnormal( double x ) in isnormal() function
63 inline bool isnormal( long double x ) in isnormal() function
/external/cronet/third_party/libc++/src/include/__math/
Dtraits.h115 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _N… in isnormal() function
120 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _N… in isnormal() function
/external/clang/lib/Headers/
D__clang_cuda_cmath.h109 __DEVICE__ bool isnormal(float __x) { return __builtin_isnormal(__x); } in isnormal() function
110 __DEVICE__ bool isnormal(double __x) { return __builtin_isnormal(__x); } in isnormal() function
/external/musl/include/
Dmath.h83 #define isnormal(x) ( \ macro
/external/trusty/musl/include/
Dmath.h83 #define isnormal(x) ( \ macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp59 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } in isnormal() function
/external/libcxx/include/
Dmath.h563 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function
571 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function
/external/cronet/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp64 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } in isnormal() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp61 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } in isnormal() function
/external/cronet/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp64 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } in isnormal() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1871 static bool isnormal(half arg) { return ((arg.data_&0x7C00)!=0) & ((arg.data_&0x7C00)!=0x7C00); } in isnormal() function
2743 inline bool isnormal(half arg) { return functions::isnormal(arg); } in isnormal() function
2744 inline bool isnormal(expr arg) { return functions::isnormal(arg); } in isnormal() function
/external/armnn/third-party/half/
Dhalf.hpp1873 static bool isnormal(half arg) { return ((arg.data_&0x7C00)!=0) & ((arg.data_&0x7C00)!=0x7C00); } in isnormal() function
2745 inline bool isnormal(half arg) { return functions::isnormal(arg); } in isnormal() function
2746 inline bool isnormal(expr arg) { return functions::isnormal(arg); } in isnormal() function