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

/external/chromium_org/gpu/command_buffer/common/
H A Dmailbox.cc17 bool Mailbox::IsZero() const { function in class:gpu::Mailbox
30 DCHECK(IsZero() || !memcmp(name, n, sizeof(name)));
/external/chromium_org/ui/gfx/
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/mojo/public/tests/
H A Dbuffer_unittest.cc13 bool IsZero(void* p_buf, size_t size) { function in namespace:mojo::test
30 EXPECT_TRUE(IsZero(small, 10));
34 EXPECT_TRUE(IsZero(large, 100*1024));
39 EXPECT_TRUE(IsZero(small, 10));
71 EXPECT_TRUE(IsZero(a, 10));
76 EXPECT_TRUE(IsZero(b, 10));
/external/chromium_org/net/quic/
H A Dquic_time.cc65 bool QuicTime::Delta::IsZero() const { function in class:net::QuicTime::Delta
124 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.cc102 bool IsZero() const { function in class:v8::internal::UInt128
275 if (fractionals128.IsZero()) break;
/external/v8/src/
H A Dfixed-dtoa.cc102 bool IsZero() const { function in class:v8::internal::UInt128
275 if (fractionals128.IsZero()) break;
/external/valgrind/unittest/
H A Dthread_wrappers.h305 mu_.LockWhen(Condition(&IsZero, &count_));
309 static bool IsZero(int *arg) { return *arg == 0; } function in class:BlockingCounter
/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:__anon8651
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/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/clang/lib/CodeGen/
H A DCGBuiltin.cpp337 Value *IsZero = Builder.CreateICmpEQ(ArgValue, Zero, "iszero"); local
338 Value *Result = Builder.CreateSelect(IsZero, Zero, Tmp, "ffs");
560 Value *IsZero = Builder.CreateFCmpOEQ(V, Constant::getNullValue(Ty), local
564 Builder.CreateCondBr(IsZero, End, NotZero);
H A DMicrosoftCXXABI.cpp894 llvm::Value *IsZero = Builder.CreateICmp(Eq, L0, Zero, "memptr.cmp.iszero"); local
895 Res = Builder.CreateBinOp(Or, Res, IsZero);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h270 bool IsZero() const { function in class:__tsan::Shadow
/external/clang/lib/Sema/
H A DSemaChecking.cpp4686 static bool IsZero(Sema &S, Expr *E) { function in namespace:__anon16261
4718 if (op == BO_LT && IsZero(S, E->getRHS())) {
4722 } else if (op == BO_GE && IsZero(S, E->getRHS())) {
4726 } else if (op == BO_GT && IsZero(S, E->getLHS())) {
4730 } else if (op == BO_LE && IsZero(S, E->getLHS())) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4832 bool IsZero,
4836 SDValue V1 = IsZero
4831 getShuffleVectorZeroOrUndef(SDValue V2, unsigned Idx, bool IsZero, const X86Subtarget *Subtarget, SelectionDAG &DAG) argument

Completed in 678 milliseconds