Searched refs:IsZero (Results 1 - 25 of 52) sorted by relevance

123

/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dbuffer_unittest.cc17 bool IsZero(void* p_buf, size_t size) { function in namespace:mojo::test::__anon11844
33 EXPECT_TRUE(IsZero(a, 10));
38 EXPECT_TRUE(IsZero(b, 10));
/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h50 DCHECK(!rd.IsZero());
59 DCHECK(!rd.IsZero());
75 DCHECK(!rd.IsZero());
84 DCHECK(!rd.IsZero());
93 DCHECK(!rd.IsZero());
102 DCHECK(!rd.IsZero());
111 DCHECK(!rd.IsZero());
120 DCHECK(!rd.IsZero());
217 DCHECK(!rd.IsZero());
237 DCHECK(!rd.IsZero());
[all...]
H A Dassembler-arm64-inl.h139 inline bool CPURegister::IsZero() const { function in class:v8::internal::CPURegister
371 bool Operand::IsZero() const {
375 return reg().IsZero();
454 DCHECK(base.Is64Bits() && !base.IsZero());
464 DCHECK(base.Is64Bits() && !base.IsZero());
479 DCHECK(base.Is64Bits() && !base.IsZero());
487 DCHECK(base.Is64Bits() && !base.IsZero());
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h970 VIXL_ASSERT(!rd.IsZero());
976 VIXL_ASSERT(!rd.IsZero());
982 VIXL_ASSERT(!rd.IsZero());
983 VIXL_ASSERT(!rn.IsZero());
989 VIXL_ASSERT(!rd.IsZero());
990 VIXL_ASSERT(!rn.IsZero());
991 VIXL_ASSERT(!rm.IsZero());
1020 VIXL_ASSERT(!rd.IsZero());
1021 VIXL_ASSERT(!rn.IsZero());
1030 VIXL_ASSERT(!rd.IsZero());
[all...]
H A Doperands-aarch64.cc356 bool Operand::IsZero() const {
360 return GetRegister().IsZero();
390 VIXL_ASSERT(base.Is64Bits() && !base.IsZero());
405 VIXL_ASSERT(base.Is64Bits() && !base.IsZero());
425 VIXL_ASSERT(base.Is64Bits() && !base.IsZero());
438 VIXL_ASSERT(base.Is64Bits() && !base.IsZero());
H A Dmacro-assembler-aarch64.cc530 VIXL_ASSERT(!dst.IsZero());
620 VIXL_ASSERT(!rt.IsZero());
646 VIXL_ASSERT(!rt.IsZero());
671 VIXL_ASSERT(!rt.IsZero());
696 VIXL_ASSERT(!rt.IsZero());
1220 VIXL_ASSERT(!rd.IsZero() && !rd.IsSP());
1239 bool left_is_immediate = left.IsImmediate() || left.IsZero();
1240 bool right_is_immediate = right.IsImmediate() || right.IsZero();
1375 VIXL_ASSERT((right.IsImmediate() || right.IsZero()) &&
1688 if (operand.IsZero()
[all...]
/external/pdfium/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomonGF256Poly.cpp79 bool CBC_ReedSolomonGF256Poly::IsZero() const { function in class:CBC_ReedSolomonGF256Poly
116 if (IsZero())
118 if (other->IsZero())
143 if (IsZero() || other->IsZero())
203 if (other->IsZero())
219 while (remainder->GetDegree() >= other->GetDegree() && !remainder->IsZero()) {
H A DBC_ReedSolomonGF256Poly.h28 bool IsZero() const;
/external/google-benchmark/src/
H A Dbenchmark_api_internal.h40 bool IsZero(double n);
H A Dbenchmark_register.cc181 if (!IsZero(family->min_time_))
375 CHECK(IsZero(min_time_));
/external/libcxx/utils/google-benchmark/src/
H A Dbenchmark_api_internal.h40 bool IsZero(double n);
H A Dbenchmark_register.cc181 if (!IsZero(family->min_time_))
375 CHECK(IsZero(min_time_));
/external/libmojo/ui/gfx/geometry/
H A Dvector2d.cc14 bool Vector2d::IsZero() const { function in class:gfx::Vector2d
H A Dvector2d_f.cc17 bool Vector2dF::IsZero() const { function in class:gfx::Vector2dF
H A Dvector2d.h35 bool IsZero() const;
H A Dvector2d_f.h32 bool IsZero() const;
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/stats/
H A Dgradient-stats.h81 bool IsZero() const { function in struct:tensorflow::boosted_trees::learner::stochastic::TensorStat
149 bool IsZero() const { return first.IsZero() && second.IsZero(); } function in struct:tensorflow::boosted_trees::learner::stochastic::GradientStats
/external/dng_sdk/source/
H A Ddng_rect.cpp34 bool dng_rect::IsZero () const function in class:dng_rect
55 bool dng_rect_real64::IsZero () const function in class:dng_rect_real64
H A Ddng_rect.h99 bool IsZero () const;
103 return !IsZero ();
271 bool IsZero () const;
275 return !IsZero ();
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_update_shadow_word_inl.h21 if (old.IsZero()) {
/external/v8/src/compiler/
H A Dcommon-operator-reducer.cc251 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
262 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
392 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
403 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
/external/vboot_reference/cgpt/
H A Dcgpt.h110 int IsZero(const Guid *guid);
/external/v8/src/
H A Dfixed-dtoa.cc80 bool IsZero() const { function in class:v8::internal::UInt128
253 if (fractionals128.IsZero()) break;
/external/libchrome/crypto/
H A Dp224.cc45 // IsZero returns 0xffffffff if a == 0 mod p and 0 otherwise.
46 uint32_t IsZero(const FieldElement& a) { function in namespace:__anon11100
438 uint32_t z1_is_zero = IsZero(a.z);
439 uint32_t z2_is_zero = IsZero(b.z);
464 uint32_t x_equal = IsZero(h);
478 uint32_t y_equal = IsZero(r);
686 if (IsZero(this->z)) {
/external/valgrind/drd/tests/
H A Dtsan_thread_wrappers_pthread.h581 mu_.LockWhen(Condition(&IsZero, &count_));
585 static bool IsZero(int *arg) { return *arg == 0; } function in class:BlockingCounter

Completed in 575 milliseconds

123