Searched defs:IsZero (Results 1 - 23 of 23) sorted by relevance

/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
/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
/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/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()) {
/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/v8/src/
H A Dfixed-dtoa.cc80 bool IsZero() const { function in class:v8::internal::UInt128
253 if (fractionals128.IsZero()) break;
/external/tensorflow/tensorflow/python/ops/
H A Dnn_grad.py457 def IsZero(g): function in function:_SoftmaxCrossEntropyWithLogitsGrad
468 if grad_grad is not None and not IsZero(grad_grad):
/external/google-benchmark/src/
H A Dbenchmark.cc338 !IsZero(b.min_time) ? b.min_time : FLAGS_benchmark_min_time;
545 bool IsZero(double n) { function in namespace:benchmark::internal
/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/libcxx/utils/google-benchmark/src/
H A Dbenchmark.cc338 !IsZero(b.min_time) ? b.min_time : FLAGS_benchmark_min_time;
545 bool IsZero(double n) { function in namespace:benchmark::internal
/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_util.cc1574 bool Literal::IsZero(tensorflow::gtl::ArraySlice<int64> indices) const { function in class:xla::Literal
/external/v8/src/compiler/
H A Dnode-matchers.h166 bool IsZero() const { return this->Is(0.0) && !std::signbit(this->Value()); } function in struct:v8::internal::compiler::final
/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
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h214 bool IsZero() const { function in class:__tsan::Shadow
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1289 auto IsZero = [] (const SDValue &V) -> bool { local
1294 auto IsSelect0 = [IsZero] (const SDValue &Op) -> bool {
1297 return IsZero(Op.getOperand(1)) || IsZero(Op.getOperand(2));
1311 if (IsZero(SY)) {
1315 } else if (IsZero(SX)) {
/external/v8/src/arm64/
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/clang/lib/CodeGen/
H A DCGBuiltin.cpp660 Value *IsZero = Builder.CreateICmpEQ(ArgValue, Zero, "iszero"); local
661 Value *Result = Builder.CreateSelect(IsZero, Zero, Tmp, "ffs");
918 Value *IsZero = Builder.CreateFCmpOEQ(V, Constant::getNullValue(Ty), local
922 Builder.CreateCondBr(IsZero, End, NotZero);
H A DMicrosoftCXXABI.cpp2769 llvm::Value *IsZero = Builder.CreateICmp(Eq, L0, Zero, "memptr.cmp.iszero"); local
2770 Res = Builder.CreateBinOp(Or, Res, IsZero);
/external/clang/lib/Sema/
H A DSemaChecking.cpp7375 bool IsZero(Sema &S, Expr *E) { function in namespace:__anon1800
7411 if (op == BO_LT && IsZero(S, E->getRHS())) {
7415 } else if (op == BO_GE && IsZero(S, E->getRHS())) {
7419 } else if (op == BO_GT && IsZero(S, E->getLHS())) {
7423 } else if (op == BO_LE && IsZero(S, E->getLHS())) {
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6683 bool IsZero = IsCnst && (CnstBits == 0); local
6691 if (IsZero)
6698 if (IsZero)
6702 if (IsZero)
6706 if (IsZero)
6710 if (IsZero)
6719 if (IsZero)
6730 if (IsZero)
6737 if (IsZero)
6741 if (IsZero)
[all...]
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2823 auto *IsZero = Builder.CreateICmpEQ(R, ConstantInt::get(R->getType(), 0)); local
2824 R = Builder.CreateSelect(IsZero, Step, R);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4727 bool IsZero,
4731 SDValue V1 = IsZero
4726 getShuffleVectorZeroOrUndef(SDValue V2, int Idx, bool IsZero, const X86Subtarget &Subtarget, SelectionDAG &DAG) argument
[all...]

Completed in 715 milliseconds