/third_party/mindspore/mindspore/core/ir/ |
D | scalar.h | 44 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/ |
D | barrier.cc | 24 static bool IsZero(void *arg) { in IsZero() function 39 this->lock_.Await(Condition(IsZero, &this->num_to_block_)); in Block()
|
D | blocking_counter.cc | 23 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/ |
D | barrier.cc | 24 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/ |
D | xds_client_stats.h | 121 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/ |
D | xds_client_stats.h | 141 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/ |
D | transformation_record_synonymous_constants.cpp | 97 return constant2->IsZero(); in AreEquivalentConstants() 101 return constant1->IsZero(); in AreEquivalentConstants()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_record_synonymous_constants.cpp | 97 return constant2->IsZero(); in AreEquivalentConstants() 101 return constant1->IsZero(); in AreEquivalentConstants()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_record_synonymous_constants.cpp | 97 return constant2->IsZero(); in AreEquivalentConstants() 101 return constant1->IsZero(); in AreEquivalentConstants()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_rect.h | 99 bool IsZero () const; 103 return !IsZero (); in NotZero() 271 bool IsZero () const; 275 return !IsZero (); in NotZero()
|
D | dng_rect.cpp | 34 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/ |
D | Instruction.h | 252 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/ |
D | fold.cpp | 305 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()
|
D | constants.h | 128 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/ |
D | fold.cpp | 305 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()
|
D | constants.h | 128 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/ |
D | fold.cpp | 305 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()
|
D | constants.h | 128 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/ |
D | atomic_ref_count.h | 51 bool IsZero() const { in IsZero() function
|
/third_party/cef/include/base/ |
D | cef_atomic_ref_count.h | 93 bool IsZero() const { in IsZero() function
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | benchmark_api_internal.h | 40 bool IsZero(double n);
|
/third_party/cef/libcef_dll/base/ |
D | cef_ref_counted.cc | 26 return !ref_count_.IsZero(); in HasAtLeastOneRef()
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
D | func.go | 65 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/ |
D | ShaderCompileTreeTest.h | 61 bool IsZero(TIntermNode *node);
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ShaderCompileTreeTest.h | 61 bool IsZero(TIntermNode *node);
|