/third_party/boost/boost/geometry/util/ |
D | has_nan_coordinate.hpp | 33 struct isnan struct 36 static inline bool apply(T const& t) in apply()
|
/third_party/jerryscript/jerry-libm/ |
D | isnan.c | 35 isnan (double x) in isnan() function
|
/third_party/libxml2/win32/VC10/ |
D | config.h | 52 #define isnan(d) (_isnan(d)) macro 73 static int isnan (double d) { in isnan() function
|
/third_party/libxml2/include/ |
D | win32config.h | 53 #define isnan(d) (_isnan(d)) macro 74 static int isnan (double d) { in isnan() function
|
/third_party/glslang/SPIRV/ |
D | hex_float.h | 28 bool isnan(double f) in isnan() function
|
/third_party/jerryscript/jerry-libm/include/ |
D | math.h | 29 #define isnan(x) ((x) != (x)) macro
|
/third_party/boost/libs/math/test/compile_test/ |
D | poison.hpp | 90 #define isnan(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}} macro
|
/third_party/gstreamer/gstreamer/gst/ |
D | math-compat.h | 94 #define isnan(x) __gst_math_compat_isnan (x) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_mathlib.h | 68 static inline int isnan(float val) in isnan() function
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_iostream.hpp | 407 const bool isnan = (x != x); in convert_to_string() local 596 …const bool isnan = ((std::strcmp(p, "nan") == 0) || (std::strcmp(p, "NaN") == 0) || (std::strcmp(p… in convert_from_string() local
|
/third_party/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
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | generator_test.py | 93 def isnan(val): function
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 78 #define isnan(x) ( \ macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 78 #define isnan(x) ( \ macro
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 78 #define isnan(x) ( \ macro
|
/third_party/musl/include/ |
D | math.h | 78 #define isnan(x) ( \ macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 78 #define isnan(x) ( \ macro
|
/third_party/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 23 #define isnan std::isnan macro 37 #define isnan _isnan macro 69 #define isnan(x) (x != x) macro
|
/third_party/mindspore/mindspore/numpy/ |
D | logic_ops.py | 259 def isnan(x, dtype=None): function
|
/third_party/ffmpeg/libavutil/ |
D | libm.h | 340 #define isnan(x) \ macro
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 2347 # define isnan(x) \ macro
|
/third_party/skia/third_party/externals/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
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 178 LLVMValueRef isnan, min; in lp_build_min_simple() local 194 LLVMValueRef isnan = lp_build_isnan(bld, a); in lp_build_min_simple() local 326 LLVMValueRef isnan, max; in lp_build_max_simple() local 342 LLVMValueRef isnan = lp_build_isnan(bld, a); in lp_build_max_simple() local
|
/third_party/mindspore/mindspore/ops/ |
D | functional.py | 84 isnan = P.IsNan() variable
|