| /external/pigweed/pw_minimal_cpp_stdlib/public/internal/ |
| D | cmath.h | 43 inline bool isnan(float value) { return __builtin_isnan(value); } in isnan() function 44 inline bool isnan(double value) { return __builtin_isnan(value); } in isnan() function 45 inline bool isnan(long double value) { return __builtin_isnan(value); } in isnan() function
|
| /external/catch2/include/internal/ |
| D | catch_polyfills.cpp | 15 bool isnan(float f) { in isnan() function 18 bool isnan(double d) { in isnan() function
|
| /external/swiftshader/third_party/astc-encoder/Source/ |
| D | astc_mathlib.h | 68 static inline int isnan(float val) in isnan() function
|
| /external/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 107 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); } in isnan() function 108 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); } in isnan() function
|
| /external/protobuf/python/google/protobuf/internal/ |
| D | generator_test.py | 88 def isnan(val): function
|
| /external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
| D | generator_test.py | 88 def isnan(val): function
|
| /external/jsoncpp/src/lib_json/ |
| D | json_writer.cpp | 25 #define isnan std::isnan macro 39 #define isnan _isnan macro 71 #define isnan(x) ((x) != (x)) macro
|
| /external/libcxx/include/ |
| D | math.h | 519 isnan(_A1 __lcpp_x) _NOEXCEPT in isnan() function 527 isnan(_A1) _NOEXCEPT in isnan() function 533 isnan(float __lcpp_x) _NOEXCEPT { return __libcpp_isnan(__lcpp_x); } in isnan() function 537 isnan(double __lcpp_x) _NOEXCEPT { return __libcpp_isnan(__lcpp_x); } in isnan() function 541 isnan(long double __lcpp_x) _NOEXCEPT { return __libcpp_isnan(__lcpp_x); } in isnan() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/ |
| D | math.h | 445 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnan(_A1 __x) _NOEX… in isnan() function 450 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnan(_A1) _NOEXCEPT… in isnan() function 455 _LIBCPP_NODISCARD_EXT inline _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnan(float _… in isnan() function 459 …NSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD bool isnan(double __x) _NOEXC… in isnan() function 463 _LIBCPP_NODISCARD_EXT inline _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnan(long do… in isnan() function
|
| /external/musl/include/ |
| D | math.h | 78 #define isnan(x) ( \ macro
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_arit.c | 181 LLVMValueRef isnan, min; in lp_build_min_simple() local 203 LLVMValueRef isnan = lp_build_isnan(bld, b); in lp_build_min_simple() local 210 LLVMValueRef isnan = lp_build_isnan(bld, a); in lp_build_min_simple() local 345 LLVMValueRef isnan, max; in lp_build_max_simple() local 367 LLVMValueRef isnan = lp_build_isnan(bld, b); in lp_build_max_simple() local 374 LLVMValueRef isnan = lp_build_isnan(bld, a); in lp_build_max_simple() local
|
| /external/OpenCL-CTS/test_common/harness/ |
| D | compat.h | 146 #define isnan(x) ((x) != (x)) macro
|
| /external/OpenCL-CTS/test_conformance/spirv_new/ |
| D | test_decorate.cpp | 24 #define isnan std::isnan macro
|
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_common.inl | 626 GLM_FUNC_QUALIFIER bool isnan(genType x) function 651 GLM_FUNC_QUALIFIER vecType<bool, P> isnan(vecType<T, P> const & x) function
|
| /external/eigen/test/ |
| D | main.h | 93 #define isnan(X) please_protect_your_isnan_with_parentheses macro
|
| /external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | quaternion.inl | 776 GLM_FUNC_QUALIFIER tvec4<bool, P> isnan(tquat<T, P> const& q) function
|
| /external/ComputeLibrary/include/half/ |
| D | half.hpp | 1865 static bool isnan(half arg) { return (arg.data_&0x7FFF) > 0x7C00; } in isnan() function 2735 inline bool isnan(half arg) { return functions::isnan(arg); } in isnan() function 2736 inline bool isnan(expr arg) { return functions::isnan(arg); } in isnan() function
|
| /external/armnn/third-party/half/ |
| D | half.hpp | 1867 static bool isnan(half arg) { return (arg.data_&0x7FFF) > 0x7C00; } in isnan() function 2737 inline bool isnan(half arg) { return functions::isnan(arg); } in isnan() function 2738 inline bool isnan(expr arg) { return functions::isnan(arg); } in isnan() function
|
| /external/pdfium/third_party/lcms/src/ |
| D | lcms2_internal.h | 111 #define isnan _isnan macro
|
| /external/tensorflow/tensorflow/python/ops/numpy_ops/ |
| D | np_math_ops.py | 821 def isnan(x): function
|
| /external/iperf3/src/ |
| D | cjson.c | 81 #define isnan(d) (d != d) macro
|
| /external/libaom/third_party/libwebm/mkvparser/ |
| D | mkvparser.cc | 32 inline bool isnan(double val) { return !!_isnan(val); } in isnan() function 35 inline bool isnan(double val) { return std::isnan(val); } in isnan() function
|
| /external/libwebm/mkvparser/ |
| D | mkvparser.cc | 32 inline bool isnan(double val) { return !!_isnan(val); } in isnan() function 35 inline bool isnan(double val) { return std::isnan(val); } in isnan() function
|
| /external/libvpx/third_party/libwebm/mkvparser/ |
| D | mkvparser.cc | 32 inline bool isnan(double val) { return !!_isnan(val); } in isnan() function 35 inline bool isnan(double val) { return std::isnan(val); } in isnan() function
|
| /external/mesa3d/src/amd/vulkan/ |
| D | radv_nir_to_llvm.c | 1490 LLVMValueRef isnan = in si_llvm_init_export_args() local
|