Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
/third_party/skia/third_party/externals/dng_sdk/source/
H A 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
/third_party/gn/src/base/
H A Datomic_ref_count.h51 bool IsZero() const { in IsZero() function in base::AtomicRefCount
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DShaderCompileTreeTest.cpp168 bool IsZero(TIntermNode *node) in IsZero() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dfixed-dtoa.cc97 bool IsZero() const { in IsZero() function in double_conversion::UInt128
/third_party/node/deps/v8/src/base/numbers/
H A Dfixed-dtoa.cc79 bool IsZero() const { return high_bits_ == 0 && low_bits_ == 0; } in IsZero() function in v8::base::UInt128
/third_party/vixl/src/aarch64/
H A Doperands-aarch64.cc209 bool Operand::IsZero() const { in IsZero() function in vixl::aarch64::Operand
H A Doperands-aarch64.h911 bool IsZero() const { return raw_bits_ == 0; } in IsZero() function in vixl::aarch64::IntegerOperand
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dchar_map.h62 bool IsZero() const { in IsZero() function in absl::strings_internal::Charmap
/third_party/lzma/CPP/7zip/UI/Common/
H A DDirItem.h106 bool IsZero() const in IsZero() function
/third_party/node/deps/v8/src/base/platform/
H A Dtime.h113 constexpr bool IsZero() const { return delta_ == 0; } in IsZero() function in v8::base::final
/third_party/vixl/src/
H A Dutils-vixl.cc52 bool IsZero(Float16 value) { in IsZero() function
/third_party/benchmark/src/
H A Dbenchmark.cc496 bool IsZero(double n) { in IsZero() function
/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h206 bool IsZero() const { in IsZero() function
H A Dmachine-operator-reducer.cc2197 bool IsZero(Node* node) { in IsZero() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function in spvtools::opt::analysis::Constant
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function in spvtools::opt::analysis::Constant
/third_party/spirv-tools/source/opt/
H A Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function in spvtools::opt::analysis::Constant
/third_party/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp258 bool IsZero() const in IsZero() function
/third_party/node/deps/v8/src/objects/
H A Dobjects-inl.h135 bool Object::IsZero() const { return *this == Smi::zero(); } in IsZero() function in v8::internal::Object
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h44 inline bool CPURegister::IsZero() const { in IsZero() function in v8::internal::CPURegister
295 bool Operand::IsZero() const { in IsZero() function in v8::internal::Operand
/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h112 bool IsZero() const { in IsZero() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DInstruction.h252 bool IsZero; member in llvm::mca::ReadState
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp984 auto IsZero = [] (const SDValue &V) -> bool { in ppSimplifyOrSelect0() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1758 Value *IsZero = Builder.CreateICmpEQ(X, ConstantInt::get(I.getType(), 0)); in visitAnd() local

Completed in 37 milliseconds

12