Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
/third_party/gn/src/base/
Datomic_ref_count.h51 bool IsZero() const { in IsZero() function
/third_party/cef/include/base/
Dcef_atomic_ref_count.h93 bool IsZero() const { in IsZero() function
/third_party/spirv-tools/source/opt/
Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function
155 bool IsZero() const override { in IsZero() function
301 bool IsZero() const override { in IsZero() function
443 bool IsZero() const override { return true; } in IsZero() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function
155 bool IsZero() const override { in IsZero() function
301 bool IsZero() const override { in IsZero() function
443 bool IsZero() const override { return true; } in IsZero() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function
155 bool IsZero() const override { in IsZero() function
301 bool IsZero() const override { in IsZero() function
443 bool IsZero() const override { return true; } in IsZero() function
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.cpp168 bool IsZero(TIntermNode *node) in IsZero() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dchar_map.h62 bool IsZero() const { in IsZero() function
/third_party/node/deps/v8/src/codegen/arm64/
Dassembler-arm64-inl.h44 inline bool CPURegister::IsZero() const { in IsZero() function
/third_party/node/deps/v8/src/base/platform/
Dtime.h113 constexpr bool IsZero() const { return delta_ == 0; } in IsZero() function
/third_party/vixl/src/aarch64/
Doperands-aarch64.cc209 bool Operand::IsZero() const { in IsZero() function in vixl::aarch64::Operand
Doperands-aarch64.h911 bool IsZero() const { return raw_bits_ == 0; } in IsZero() function
Dregisters-aarch64.h333 bool IsZero() const { return IsRegister() && (code_ == kZeroRegCode); } in IsZero() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dfixed-dtoa.cc97 bool IsZero() const { in IsZero() function in double_conversion::UInt128
/third_party/node/deps/v8/src/base/numbers/
Dfixed-dtoa.cc79 bool IsZero() const { return high_bits_ == 0 && low_bits_ == 0; } in IsZero() function in v8::base::UInt128
/third_party/benchmark/src/
Dbenchmark.cc401 bool IsZero(double n) { in IsZero() function
/third_party/lzma/CPP/7zip/UI/Common/
DDirItem.h106 bool IsZero() const in IsZero() function
/third_party/vixl/src/
Dutils-vixl.cc52 bool IsZero(Float16 value) { in IsZero() function
/third_party/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp264 bool IsZero() const in IsZero() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h252 bool IsZero; variable
/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h206 bool IsZero() const { in IsZero() function
Dmachine-operator-reducer.cc2197 bool IsZero(Node* node) { in IsZero() function
/third_party/node/deps/v8/src/regexp/
Dregexp-nodes.h112 bool IsZero() const { in IsZero() function
/third_party/node/deps/v8/src/objects/
Dobjects-inl.h135 bool Object::IsZero() const { return *this == Smi::zero(); } in IsZero() function

12