Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dis_zero.rs9 fn is_zero(&self) -> bool; in is_zero() method
45 fn is_zero(&self) -> bool { in is_zero() method
52 fn is_zero(&self) -> bool { in is_zero() method
59 fn is_zero(&self) -> bool { in is_zero() method
106 fn is_zero(&self) -> bool { in is_zero() method
113 fn is_zero(&self) -> bool { in is_zero() method
156 fn is_zero(&self) -> bool { in is_zero() method
163 fn is_zero(&self) -> bool { in is_zero() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dis_zero.rs9 fn is_zero(&self) -> bool; in is_zero() method
45 fn is_zero(&self) -> bool { in is_zero() method
52 fn is_zero(&self) -> bool { in is_zero() method
59 fn is_zero(&self) -> bool { in is_zero() method
106 fn is_zero(&self) -> bool { in is_zero() method
113 fn is_zero(&self) -> bool { in is_zero() method
156 fn is_zero(&self) -> bool { in is_zero() method
163 fn is_zero(&self) -> bool { in is_zero() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dis_zero.rs9 fn is_zero(&self) -> bool; in is_zero() method
45 fn is_zero(&self) -> bool { in is_zero() method
52 fn is_zero(&self) -> bool { in is_zero() method
59 fn is_zero(&self) -> bool { in is_zero() method
106 fn is_zero(&self) -> bool { in is_zero() method
113 fn is_zero(&self) -> bool { in is_zero() method
156 fn is_zero(&self) -> bool { in is_zero() method
163 fn is_zero(&self) -> bool { in is_zero() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dis_zero.rs9 fn is_zero(&self) -> bool; in is_zero() method
45 fn is_zero(&self) -> bool { in is_zero() method
52 fn is_zero(&self) -> bool { in is_zero() method
59 fn is_zero(&self) -> bool { in is_zero() method
106 fn is_zero(&self) -> bool { in is_zero() method
113 fn is_zero(&self) -> bool { in is_zero() method
156 fn is_zero(&self) -> bool { in is_zero() method
163 fn is_zero(&self) -> bool { in is_zero() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dis_zero.rs9 fn is_zero(&self) -> bool; in is_zero() method
45 fn is_zero(&self) -> bool { in is_zero() method
52 fn is_zero(&self) -> bool { in is_zero() method
59 fn is_zero(&self) -> bool { in is_zero() method
106 fn is_zero(&self) -> bool { in is_zero() method
113 fn is_zero(&self) -> bool { in is_zero() method
156 fn is_zero(&self) -> bool { in is_zero() method
163 fn is_zero(&self) -> bool { in is_zero() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/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_;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/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()
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
H A Dfilter_fusion_test.py35 is_zero = lambda x: math_ops.equal(x, 0) function
45 is_zero = lambda x, y: math_ops.equal(x * math_ops.cast(y, dtypes.int64), 0) function
H A Dmap_and_filter_fusion_test.py45 is_zero = lambda x: math_ops.equal(x, 0) function
58 is_zero = lambda x, y: math_ops.equal(x * math_ops.cast(y, dtypes.int64), 0) function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddata_format_ops.h44 auto is_zero = (x_mod == zero); in operator() local
65 auto is_zero = (x_mod == zero); in operator() local
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/
Didentities.rs28 fn is_zero(&self) -> bool; in is_zero() method
78 fn is_zero(&self) -> bool { in is_zero() function
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/fipsmodule/ec/
Dgfp_p384.c70 static inline Limb is_zero(const BN_ULONG a[P384_LIMBS]) { in is_zero() function
194 Limb is_zero = LIMBS_are_zero(a, P384_LIMBS); in p384_elem_neg() local
/aosp_15_r20/system/core/storaged/include/
H A Dstoraged_diskstats.h55 bool is_zero() { in is_zero() function
111 bool is_zero() { in is_zero() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dbinary_ops.cc147 auto is_zero = xla::Eq(x, zero); in XlogyImpl() local
166 auto is_zero = xla::Eq(x, zero); in XdivyImpl() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/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()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/
H A Dvector.rs64 unsafe fn is_zero(self) -> bool; in is_zero() method
343 unsafe fn is_zero(self) -> bool { in is_zero() method
436 unsafe fn is_zero(self) -> bool { in is_zero() method
624 unsafe fn is_zero(self) -> bool { in is_zero() method
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/util/
H A Dfunctional.hpp290 struct is_zero { struct
293 operator()(const T &x) const { in operator ()()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dlight.c222 bool is_zero = params[0] == 0.0f; in do_light() local
238 bool is_zero = params[0] == 0.0f; in do_light() local
/aosp_15_r20/external/stg/test_cases/info_tests/variant/
H A Doffset_discriminant.rs8 pub fn is_zero(foo: Foo) -> bool { in is_zero() function
/aosp_15_r20/external/libchrome/base/
H A Dtoken.h40 bool is_zero() const { return high_ == 0 && low_ == 0; } in is_zero() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dtoken.h43 bool is_zero() const { return high_ == 0 && low_ == 0; } in is_zero() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/
Dtoken.h43 bool is_zero() const { return high_ == 0 && low_ == 0; } in is_zero() function
/aosp_15_r20/external/cronet/base/
H A Dtoken.h48 constexpr bool is_zero() const { return words_[0] == 0 && words_[1] == 0; } in is_zero() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/stream_ext/
Dthrottle.rs94 fn is_zero(dur: Duration) -> bool { in is_zero() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dcopy_n_test1.cpp28 BOOST_CXX14_CONSTEXPR bool is_zero( int v ) { return v == 0; } in is_zero() function

1234567