Home
last modified time | relevance | path

Searched refs:IsZero (Results 1 – 25 of 74) sorted by relevance

123

/third_party/mindspore/mindspore/core/ir/
Dscalar.h44 virtual bool IsZero() = 0;
60 bool IsZero() override { return v_ == false; } in IsZero() function
99 bool IsZero() override { return v_ == 0; } in IsZero() function
125 bool IsZero() override { return v_ == 0; } in IMM_TRAITS()
151 bool IsZero() override { return v_ == 0; } in IMM_TRAITS()
177 bool IsZero() override { return v_ == 0; } in IMM_TRAITS()
205 bool IsZero() override { return v_ == 0; } in IMM_TRAITS()
233 bool IsZero() override { return v_ == 0; } in IsZero() function
261 bool IsZero() override { return v_ == 0; } in IsZero() function
289 bool IsZero() override { return v_ == 0; } in IsZero() function
[all …]
/third_party/abseil-cpp/absl/synchronization/
Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
39 this->lock_.Await(Condition(IsZero, &this->num_to_block_)); in Block()
Dblocking_counter.cc23 static bool IsZero(void *arg) { in IsZero() function
48 this->lock_.Await(Condition(IsZero, &this->count_)); in Wait()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
39 this->lock_.Await(Condition(IsZero, &this->num_to_block_)); in Block()
/third_party/grpc/src/core/ext/xds/
Dxds_client_stats.h121 bool IsZero() const { in IsZero() function
169 bool IsZero() const { in IsZero() function
192 bool IsZero() const { in IsZero() function
198 if (!p.second.IsZero()) return false; in IsZero()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client_stats.h141 bool IsZero() const { in IsZero() function
164 bool IsZero() const { in IsZero() function
170 if (!p.second.IsZero()) return false; in IsZero()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_record_synonymous_constants.cpp97 return constant2->IsZero(); in AreEquivalentConstants()
101 return constant1->IsZero(); in AreEquivalentConstants()
/third_party/spirv-tools/source/fuzz/
Dtransformation_record_synonymous_constants.cpp97 return constant2->IsZero(); in AreEquivalentConstants()
101 return constant1->IsZero(); in AreEquivalentConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_record_synonymous_constants.cpp97 return constant2->IsZero(); in AreEquivalentConstants()
101 return constant1->IsZero(); in AreEquivalentConstants()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_rect.h99 bool IsZero () const;
103 return !IsZero (); in NotZero()
271 bool IsZero () const;
275 return !IsZero (); in NotZero()
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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h252 bool IsZero; variable
260 IsZero(false), IndependentFromDef(false) {} in ReadState()
282 bool isReadZero() const { return IsZero; } in isReadZero()
283 void setReadZero() { IsZero = true; } in setReadZero()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfold.cpp305 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
318 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
359 if (constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
392 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
415 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
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
303 if (!c->IsZero()) { in IsZero()
443 bool IsZero() const override { return true; } in IsZero() function
/third_party/spirv-tools/source/opt/
Dfold.cpp305 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
318 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
359 if (constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
392 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
415 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
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
303 if (!c->IsZero()) { in IsZero()
443 bool IsZero() const override { return true; } in IsZero() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold.cpp305 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
318 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
359 if (constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
392 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
415 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
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
303 if (!c->IsZero()) { in IsZero()
443 bool IsZero() const override { return true; } 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/json/benchmarks/thirdparty/benchmark/src/
Dbenchmark_api_internal.h40 bool IsZero(double n);
/third_party/cef/libcef_dll/base/
Dcef_ref_counted.cc26 return !ref_count_.IsZero(); in HasAtLeastOneRef()
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dfunc.go65 if r := n.Receiver(); !r.IsZero() {
119 if r := n.Receiver(); !r.IsZero() {
140 if cpp != cppNone && !n.Receiver().IsZero() && n.Effect().Pure() {
258 if g.currFunk.astFunc.Public() && !g.currFunk.astFunc.Receiver().IsZero() {
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.h61 bool IsZero(TIntermNode *node);
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.h61 bool IsZero(TIntermNode *node);

123