| /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/libxml2/win32/VC10/ |
| D | config.h | 52 #define isnan(d) (_isnan(d)) macro 73 static int isnan (double d) { in isnan() function
|
| /external/llvm-project/clang/test/Misc/ |
| D | warn-in-system-macro-def.c | 8 #define isnan(x) \ macro
|
| /external/libxml2/include/ |
| D | win32config.h | 53 #define isnan(d) (_isnan(d)) macro 74 static int isnan (double d) { in isnan() function
|
| /external/llvm-project/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 94 __DEVICE__ int isnan(float __x) { return ::__isnanf(__x); } in isnan() function 95 __DEVICE__ int isnan(double __x) { return ::__isnan(__x); } in isnan() function 108 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); } in isnan() function 109 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); } in isnan() function
|
| D | __clang_hip_cmath.h | 82 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); } in isnan() function 83 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); } in isnan() function
|
| /external/deqp-deps/glslang/SPIRV/ |
| D | hex_float.h | 28 bool isnan(double f) in isnan() function
|
| /external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
| D | hex_float.h | 28 bool isnan(double f) 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/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
| D | generator_test.py | 87 def isnan(val): function
|
| D | message_test.py | 65 def isnan(val): 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 | 93 def isnan(val): function
|
| D | message_test.py | 97 def isnan(val): function
|
| /external/llvm-project/libcxx/include/ |
| D | math.h | 523 isnan(_A1 __lcpp_x) _NOEXCEPT in isnan() function 531 isnan(_A1) _NOEXCEPT in isnan() function 537 isnan(float __lcpp_x) _NOEXCEPT { return __libcpp_isnan(__lcpp_x); } in isnan() function 541 isnan(double __lcpp_x) _NOEXCEPT { return __libcpp_isnan(__lcpp_x); } in isnan() function 545 isnan(long double __lcpp_x) _NOEXCEPT { return __libcpp_isnan(__lcpp_x); } in isnan() 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/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/eigen/unsupported/test/mpreal/ |
| D | mpreal.h | 485 friend bool (isnan) (const mpreal& v); variable
|
| /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/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/eigen/test/ |
| D | main.h | 59 #define isnan(X) please_protect_your_isnan_with_parentheses macro
|