/third_party/boost/libs/spirit/test/karma/ |
D | real3.cpp | 20 struct is_nan<boost::math::concepts::real_concept> struct 22 static bool call(boost::math::concepts::real_concept n) in call()
|
/third_party/boost/boost/numeric/interval/ |
D | checking.hpp | 56 static bool is_nan(const T& x) in is_nan() function 104 static bool is_nan(const T&) in is_nan() function 114 static bool is_nan(const T& x) in is_nan() function
|
/third_party/boost/boost/spirit/home/karma/numeric/detail/ |
D | numeric_utils.hpp | 253 struct is_nan struct 255 static bool call(T n) in call() 263 struct is_nan<float> struct 265 static bool call(float n) in call() 272 struct is_nan<double> struct 274 static bool call(double n) in call() 281 struct is_nan<long double> struct 283 static bool call(long double n) in call()
|
/third_party/boost/boost/spirit/home/support/ |
D | adapt_adt_attributes.hpp | 383 struct is_nan<fusion::extension::adt_attribute_proxy<T, N, Const> > struct 386 call(fusion::extension::adt_attribute_proxy<T, N, Const> const& val) in call()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | rank_cpu_kernel.cc | 174 void RankCpuKernel<T>::Launch1DFloat(const T *input_addr, size_t *sort_idx, T *values, bool *is_nan, in Launch1DFloat() 273 bool *is_nan = flags_addr + offset; in Launch() local
|
/third_party/boost/libs/numeric/interval/test/ |
D | cmp_exn.cpp | 21 static bool is_nan(int x) { return x < 0; } in is_nan() function
|
D | add.cpp | 202 static bool is_nan(const pexpr&) { return false; } in is_nan() function
|
/third_party/boost/boost/date_time/ |
D | int_adapter.hpp | 131 BOOST_CONSTEXPR bool is_nan() const in is_nan() function in boost::date_time::int_adapter
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_float.c | 153 LLVMValueRef infcheck_src, is_inf, is_nan; in lp_build_float_to_smallfloat() local
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-number.c | 225 bool is_nan = (num != num); in ecma_number_is_nan() local
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 334 bool is_nan() const { in is_nan() function
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 322 bool is_nan() const { in is_nan() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 524 struct is_nan { struct 529 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN() argument
|
/third_party/python/Lib/ |
D | _pydecimal.py | 3131 def is_nan(self): member in Decimal 4536 def is_nan(self, a): member in Context
|
/third_party/quickjs/ |
D | quickjs.c | 10620 BOOL is_nan; in JS_ToIntegerFree() local
|