Home
last modified time | relevance | path

Searched defs:isnan (Results 1 – 25 of 42) sorted by relevance

12

/external/pigweed/pw_minimal_cpp_stdlib/public/internal/
Dcmath.h43 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/
Dcatch_polyfills.cpp15 bool isnan(float f) { in isnan() function
18 bool isnan(double d) { in isnan() function
/external/libxml2/win32/VC10/
Dconfig.h52 #define isnan(d) (_isnan(d)) macro
73 static int isnan (double d) { in isnan() function
/external/llvm-project/clang/test/Misc/
Dwarn-in-system-macro-def.c8 #define isnan(x) \ macro
/external/libxml2/include/
Dwin32config.h53 #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.h94 __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.h82 __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/
Dhex_float.h28 bool isnan(double f) in isnan() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
Dhex_float.h28 bool isnan(double f) in isnan() function
/external/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib.h68 static inline int isnan(float val) in isnan() function
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dgenerator_test.py87 def isnan(val): function
Dmessage_test.py65 def isnan(val): function
/external/clang/lib/Headers/
D__clang_cuda_cmath.h107 __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/
Dgenerator_test.py93 def isnan(val): function
Dmessage_test.py97 def isnan(val): function
/external/llvm-project/libcxx/include/
Dmath.h523 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/
Djson_writer.cpp25 #define isnan std::isnan macro
39 #define isnan _isnan macro
71 #define isnan(x) (x != x) macro
/external/libcxx/include/
Dmath.h519 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/
Dlp_bld_arit.c181 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/
Dcompat.h146 #define isnan(x) ((x) != (x)) macro
/external/eigen/unsupported/test/mpreal/
Dmpreal.h485 friend bool (isnan) (const mpreal& v); variable
/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_decorate.cpp24 #define isnan std::isnan macro
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl626 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/
Dquaternion.inl776 GLM_FUNC_QUALIFIER tvec4<bool, P> isnan(tquat<T, P> const& q) function
/external/eigen/test/
Dmain.h59 #define isnan(X) please_protect_your_isnan_with_parentheses macro

12