Home
last modified time | relevance | path

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

/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/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/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp61 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.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