Home
last modified time | relevance | path

Searched defs:IsZero (Results 1 – 25 of 28) sorted by relevance

12

/external/dng_sdk/source/
Ddng_rect.cpp34 bool dng_rect::IsZero () const in IsZero() function in dng_rect
55 bool dng_rect_real64::IsZero () const in IsZero() function in dng_rect_real64
/external/libmojo/ui/gfx/geometry/
Dvector2d.cc14 bool Vector2d::IsZero() const { in IsZero() function in gfx::Vector2d
Dvector2d_f.cc17 bool Vector2dF::IsZero() const { in IsZero() function in gfx::Vector2dF
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/stats/
Dgradient-stats.h81 bool IsZero() const { in IsZero() function
149 bool IsZero() const { return first.IsZero() && second.IsZero(); } in IsZero() function
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbuffer_unittest.cc17 bool IsZero(void* p_buf, size_t size) { in IsZero() function
/external/v8/src/arm64/
Dassembler-arm64-inl.h139 inline bool CPURegister::IsZero() const { in IsZero() function
/external/pdfium/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp79 bool CBC_ReedSolomonGF256Poly::IsZero() const { in IsZero() function in CBC_ReedSolomonGF256Poly
/external/v8/src/
Dfixed-dtoa.cc80 bool IsZero() const { in IsZero() function in v8::internal::UInt128
/external/vixl/src/aarch64/
Doperands-aarch64.cc356 bool Operand::IsZero() const { in IsZero() function in vixl::aarch64::Operand
Doperands-aarch64.h178 bool IsZero() const { in IsZero() function
/external/google-benchmark/src/
Dbenchmark.cc545 bool IsZero(double n) { in IsZero() function
/external/libchrome/crypto/
Dp224.cc46 uint32_t IsZero(const FieldElement& a) { in IsZero() function
/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc545 bool IsZero(double n) { in IsZero() function
/external/tensorflow/tensorflow/python/ops/
Dnn_grad.py457 def IsZero(g): function
/external/valgrind/drd/tests/
Dtsan_thread_wrappers_pthread.h585 static bool IsZero(int *arg) { return *arg == 0; } in IsZero() function
/external/v8/src/compiler/
Dnode-matchers.h166 bool IsZero() const { return this->Is(0.0) && !std::signbit(this->Value()); } in IsZero() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h214 bool IsZero() const { in IsZero() function
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1289 auto IsZero = [] (const SDValue &V) -> bool { in PreprocessISelDAG() local
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc1574 bool Literal::IsZero(tensorflow::gtl::ArraySlice<int64> indices) const { in IsZero() function in xla::Literal
Dliteral_util_test.cc504 TEST_F(LiteralUtilTest, IsZero) { in TEST_F() argument
/external/clang/lib/CodeGen/
DCGBuiltin.cpp660 Value *IsZero = Builder.CreateICmpEQ(ArgValue, Zero, "iszero"); in EmitBuiltinExpr() local
918 Value *IsZero = Builder.CreateFCmpOEQ(V, Constant::getNullValue(Ty), in EmitBuiltinExpr() local
DMicrosoftCXXABI.cpp2769 llvm::Value *IsZero = Builder.CreateICmp(Eq, L0, Zero, "memptr.cmp.iszero"); in EmitMemberPointerComparison() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2823 auto *IsZero = Builder.CreateICmpEQ(R, ConstantInt::get(R->getType(), 0)); in getOrCreateVectorTripCount() local
/external/v8/src/mips/
Dmacro-assembler-mips.cc2678 static inline bool IsZero(const Operand& rt) { in IsZero() function
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc2851 static inline bool IsZero(const Operand& rt) { in IsZero() function

12