Home
last modified time | relevance | path

Searched defs:is_zero (Results 1 – 25 of 48) sorted by relevance

12

/third_party/boost/boost/thread/detail/
Dcounter.hpp88 struct is_zero struct
90 is_zero(std::size_t& count) : count_(count) {} in is_zero() argument
91 bool operator()() const { return count_ == 0; } in operator ()()
92 std::size_t& count_;
/third_party/boost/boost/spirit/home/karma/numeric/detail/
Dnumeric_utils.hpp210 struct is_zero struct
212 static bool call(T n) in call()
219 struct is_zero<float> struct
221 static bool call(float n) in call()
228 struct is_zero<double> struct
230 static bool call(double n) in call()
237 struct is_zero<long double> struct
239 static bool call(long double n) in call()
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_distance_measure.hpp39 bool is_zero() const { return false; } in is_zero() function
60 bool is_zero() const { return measure == 0.0; } in is_zero() function
/third_party/boost/libs/algorithm/test/
Dcopy_n_test1.cpp28 BOOST_CXX14_CONSTEXPR bool is_zero( int v ) { return v == 0; } in is_zero() function
Dcopy_if_test1.cpp35 BOOST_CXX14_CONSTEXPR bool is_zero ( int v ) { return v == 0; } in is_zero() function
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe_window_update.cc111 bool is_zero = t->flow_control->remote_window() <= 0; in grpc_chttp2_window_update_parser_parse() local
/third_party/boost/boost/polygon/detail/
Dvoronoi_ctypes.hpp109 bool is_zero() const { in is_zero() function in boost::polygon::detail::extended_exponent_fpt
221 bool is_zero(const extended_exponent_fpt<_fpt>& that) { in is_zero() function
317 bool is_zero() const { in is_zero() function in boost::polygon::detail::extended_int
593 bool is_zero(const extended_int<N>& that) { in is_zero() function
Dvoronoi_robust_fpt.hpp75 bool is_zero(const T& that) { in is_zero() function
237 bool is_zero(const robust_fpt<T>& that) { in is_zero() function
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_opt_algebraic.c80 is_zero(struct vc4_compile *c, struct qreg reg) in is_zero() function
/third_party/boost/boost/spirit/home/support/
Dadapt_adt_attributes.hpp373 struct is_zero<fusion::extension::adt_attribute_proxy<T, N, Const> > struct
376 call(fusion::extension::adt_attribute_proxy<T, N, Const> const& val) in call()
/third_party/boost/boost/numeric/interval/detail/
Dtest_input.hpp21 bool is_zero(T const &v) { return v == static_cast<T>(0); } in is_zero() function
/third_party/boost/boost/units/
Dheterogeneous_system.hpp54 struct is_zero : mpl::false_ {}; struct
57 struct is_zero<static_rational<0> > : mpl::true_ {}; struct
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_idiv_const.c133 nir_ssa_def *is_zero = nir_ieq_imm(b, n, 0); in build_imod() local
/third_party/boost/boost/geometry/policies/robustness/
Dsegment_ratio.hpp154 inline bool is_zero() const { return math::equals(m_numerator, 0); } in is_zero() function in boost::geometry::segment_ratio
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dfunctional.hpp290 struct is_zero { struct
293 operator()(const T &x) const { in operator ()()
/third_party/boost/boost/container_hash/detail/
Dhash_float.hpp242 inline bool is_zero(T v) in is_zero() function
/third_party/mesa3d/src/mesa/main/
Dlight.c224 bool is_zero = params[0] == 0.0f; in _mesa_light() local
240 bool is_zero = params[0] == 0.0f; in _mesa_light() local
/third_party/boost/boost/date_time/
Dtime_duration.hpp154 BOOST_CONSTEXPR bool is_zero() const in is_zero() function in boost::date_time::time_duration
/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp761 backend_reg::is_zero() const in is_zero() function in backend_reg
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.cc479 const bool is_zero = !seen_prior_one_bits; in try_hex_float() local
/third_party/glib/glib/
Dgatomic.c762 gboolean is_zero; in gboolean() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-number.c303 bool is_zero = (num == ECMA_NUMBER_ZERO); in ecma_number_is_zero() local
/third_party/mesa3d/src/compiler/glsl/
Dir.cpp36 bool ir_rvalue::is_zero() const in is_zero() function in ir_rvalue
1643 ir_constant::is_zero() const in is_zero() function in ir_constant
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h156 bool is_zero = true; in IsZero() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h156 bool is_zero = true; in IsZero() local

12