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

/external/chromium_org/ui/gfx/geometry/
H A Dvector2d.cc13 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 Dvector3d_f.cc35 bool Vector3dF::IsZero() const { function in class:gfx::Vector3dF
/external/chromium_org/gpu/command_buffer/common/
H A Dmailbox.cc18 bool Mailbox::IsZero() const { function in class:gpu::Mailbox
31 DCHECK(IsZero() || !memcmp(name, n, sizeof(name)));
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dbuffer_unittest.cc15 bool IsZero(void* p_buf, size_t size) { function in namespace:mojo::test::__anon8775
31 EXPECT_TRUE(IsZero(a, 10));
36 EXPECT_TRUE(IsZero(b, 10));
/external/chromium_org/net/quic/
H A Dquic_time.cc79 bool QuicTime::Delta::IsZero() const { function in class:net::QuicTime::Delta
148 bool QuicWallTime::IsZero() const { function in class:net::QuicWallTime
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dfixed-dtoa.cc101 bool IsZero() const { function in class:WTF::double_conversion::UInt128
274 if (fractionals128.IsZero()) break;
/external/chromium_org/v8/src/
H A Dfixed-dtoa.cc79 bool IsZero() const { function in class:v8::internal::UInt128
252 if (fractionals128.IsZero()) break;
/external/chromium_org/crypto/
H A Dp224.cc43 // IsZero returns 0xffffffff if a == 0 mod p and 0 otherwise.
44 uint32 IsZero(const FieldElement& a) { function in namespace:__anon7949
434 uint32 z1_is_zero = IsZero(a.z);
435 uint32 z2_is_zero = IsZero(b.z);
460 uint32 x_equal = IsZero(h);
474 uint32 y_equal = IsZero(r);
682 if (IsZero(this->z)) {
/external/lldb/source/Core/
H A DScalar.cpp188 Scalar::IsZero() const function in class:Scalar
/external/valgrind/main/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.h207 bool IsZero() const { function in class:__tsan::Shadow
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp341 Value *IsZero = Builder.CreateICmpEQ(ArgValue, Zero, "iszero"); local
342 Value *Result = Builder.CreateSelect(IsZero, Zero, Tmp, "ffs");
571 Value *IsZero = Builder.CreateFCmpOEQ(V, Constant::getNullValue(Ty), local
575 Builder.CreateCondBr(IsZero, End, NotZero);
H A DMicrosoftCXXABI.cpp2052 llvm::Value *IsZero = Builder.CreateICmp(Eq, L0, Zero, "memptr.cmp.iszero"); local
2053 Res = Builder.CreateBinOp(Or, Res, IsZero);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5097 bool IsZero,
5101 SDValue V1 = IsZero
5096 getShuffleVectorZeroOrUndef(SDValue V2, unsigned Idx, bool IsZero, const X86Subtarget *Subtarget, SelectionDAG &DAG) argument
/external/clang/lib/Sema/
H A DSemaChecking.cpp5287 static bool IsZero(Sema &S, Expr *E) { function in namespace:__anon18010
5323 if (op == BO_LT && IsZero(S, E->getRHS())) {
5327 } else if (op == BO_GE && IsZero(S, E->getRHS())) {
5331 } else if (op == BO_GT && IsZero(S, E->getLHS())) {
5335 } else if (op == BO_LE && IsZero(S, E->getLHS())) {
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5835 bool IsZero = IsCnst && (CnstBits == 0); local
5843 if (IsZero)
5850 if (IsZero)
5854 if (IsZero)
5858 if (IsZero)
5862 if (IsZero)
5871 if (IsZero)
5882 if (IsZero)
5889 if (IsZero)
5893 if (IsZero)
[all...]

Completed in 5258 milliseconds