Home
last modified time | relevance | path

Searched defs:is_nan (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/spirit/test/karma/
Dreal3.cpp20 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/
Dchecking.hpp56 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/
Dnumeric_utils.hpp253 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/
Dadapt_adt_attributes.hpp383 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/
Drank_cpu_kernel.cc174 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/
Dcmp_exn.cpp21 static bool is_nan(int x) { return x < 0; } in is_nan() function
Dadd.cpp202 static bool is_nan(const pexpr&) { return false; } in is_nan() function
/third_party/boost/boost/date_time/
Dint_adapter.hpp131 BOOST_CONSTEXPR bool is_nan() const in is_nan() function in boost::date_time::int_adapter
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c153 LLVMValueRef infcheck_src, is_inf, is_nan; in lp_build_float_to_smallfloat() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-number.c225 bool is_nan = (num != num); in ecma_number_is_nan() local
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h334 bool is_nan() const { in is_nan() function
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h322 bool is_nan() const { in is_nan() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h524 struct is_nan { struct
529 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN() argument
/third_party/python/Lib/
D_pydecimal.py3131 def is_nan(self): member in Decimal
4536 def is_nan(self, a): member in Context
/third_party/quickjs/
Dquickjs.c10620 BOOL is_nan; in JS_ToIntegerFree() local