/third_party/flutter/skia/include/core/ |
D | SkSize.h | 25 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero() function 67 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero() function
|
D | SkPoint.h | 55 bool isZero() const { return (fX | fY) == 0; } in isZero() function 190 bool isZero() const { return (0 == fX) & (0 == fY); } in isZero() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 192 bool isZero() const { in isZero() function 305 bool isZero() const { return Val.isZero(); } in isZero() function
|
/third_party/skia/include/core/ |
D | SkSize.h | 25 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero() function 65 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero() function
|
D | SkPoint.h | 55 bool isZero() const { return (fX | fY) == 0; } in isZero() function 190 bool isZero() const { return (0 == fX) & (0 == fY); } in isZero() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BranchProbability.h | 46 bool isZero() const { return N == 0; } in isZero() function
|
D | KnownBits.h | 71 bool isZero() const { in isZero() function
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ShaderCompileTreeTest.cpp | 77 bool isZero = false; in visitConstantUnion() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ShaderCompileTreeTest.cpp | 77 bool isZero = false; in visitConstantUnion() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderSpec.cpp | 190 auto isZero = abs < 0.000061035f ? ~0u : 0u; in EvalSpecConstantUnaryOp() local
|
D | SpirvShaderArithmetic.cpp | 290 auto isZero = CmpLT(abs, SIMD::Float(0.000061035f)); in EmitUnaryOp() local
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_utils.cpp | 249 bool DecNum::isZero() const { in isZero() function in DecNum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryLocation.h | 138 bool isZero() const { return hasValue() && getValue() == 0; } in isZero() function
|
/third_party/icu/icu4c/source/i18n/ |
D | number_utils.cpp | 251 bool DecNum::isZero() const { in isZero() function in DecNum
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_utils.cpp | 251 bool DecNum::isZero() const { in isZero() function in DecNum
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_utils.cpp | 245 bool DecNum::isZero() const { in isZero() function in DecNum
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
D | span.go | 151 func (p point) isZero() bool { func
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | span.go | 151 func (p point) isZero() bool { func
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
D | span.go | 151 func (p point) isZero() bool { func
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 367 bool isZero() const { return category == fcZero; } in isZero() function 1031 bool isZero() const { return getCategory() == fcZero; } in isZero() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ConstantUnion.cpp | 108 bool TConstantUnion::isZero() const in isZero() function in sh::TConstantUnion
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 350 bool isZero() const { return category == fcZero; } in isZero() function 1163 bool isZero() const { return getCategory() == fcZero; } in isZero() function
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuFloat.hpp | 127 inline bool isZero (void) const { return exponentBits() == 0 && mantissaBits() == 0; } in isZero() function in tcu::Float
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ConstantUnion.cpp | 112 bool TConstantUnion::isZero() const in isZero() function in sh::TConstantUnion
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Lint.cpp | 550 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, in isZero() function
|