/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/LLVM/lib/Support/ |
D | IsNAN.cpp | 25 #define isnan _isnan macro
|
/external/libxml2/win32/VC10/ |
D | config.h | 52 #define isnan(d) (_isnan(d)) macro 73 static int isnan (double d) { in isnan() function
|
/external/libxml2/include/ |
D | win32config.h | 53 #define isnan(d) (_isnan(d)) macro 74 static int isnan (double d) { in isnan() function
|
/external/deqp-deps/glslang/SPIRV/ |
D | hex_float.h | 28 bool isnan(double f) 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 | 93 def isnan(val): function
|
D | message_test.py | 79 def isnan(val): function
|
/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 | 222 LLVMValueRef isnan, min; in lp_build_min_simple() local 244 LLVMValueRef isnan = lp_build_isnan(bld, b); in lp_build_min_simple() local 251 LLVMValueRef isnan = lp_build_isnan(bld, a); in lp_build_min_simple() local 435 LLVMValueRef isnan, max; in lp_build_max_simple() local 457 LLVMValueRef isnan = lp_build_isnan(bld, b); in lp_build_max_simple() local 464 LLVMValueRef isnan = lp_build_isnan(bld, a); in lp_build_max_simple() local
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 485 friend bool (isnan) (const mpreal& v); variable
|
/external/eigen/test/ |
D | main.h | 59 #define isnan(X) please_protect_your_isnan_with_parentheses macro
|
/external/libvpx/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/libvpx/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/libaom/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/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 1200 void ShaderCore::isnan(Vector4f &dst, const Vector4f &src) in isnan() function in sw::ShaderCore
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1200 void ShaderCore::isnan(Vector4f &dst, const Vector4f &src) in isnan() function in sw::ShaderCore
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 52 bool isnan(double x) { in isnan() function
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 5152 …TIntermTyped* isnan = handleUnaryMath(loc, "isnan", EOpIsNan, intermediate.addSymbol(*tempArg, loc… in decomposeIntrinsic() local
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 9905 bool isnan(float f) { in isnan() function 9908 bool isnan(double d) { in isnan() function
|