Home
last modified time | relevance | path

Searched defs:isZero (Results 1 – 25 of 51) sorted by relevance

123

/third_party/flutter/skia/include/core/
DSkSize.h25 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero() function
67 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero() function
DSkPoint.h55 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/
DConstants.h192 bool isZero() const { in isZero() function
305 bool isZero() const { return Val.isZero(); } in isZero() function
/third_party/skia/include/core/
DSkSize.h25 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero() function
65 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero() function
DSkPoint.h55 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/
DBranchProbability.h46 bool isZero() const { return N == 0; } in isZero() function
DKnownBits.h71 bool isZero() const { in isZero() function
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.cpp77 bool isZero = false; in visitConstantUnion() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.cpp77 bool isZero = false; in visitConstantUnion() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderSpec.cpp190 auto isZero = abs < 0.000061035f ? ~0u : 0u; in EvalSpecConstantUnaryOp() local
DSpirvShaderArithmetic.cpp290 auto isZero = CmpLT(abs, SIMD::Float(0.000061035f)); in EmitUnaryOp() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_utils.cpp249 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/
DMemoryLocation.h138 bool isZero() const { return hasValue() && getValue() == 0; } in isZero() function
/third_party/icu/icu4c/source/i18n/
Dnumber_utils.cpp251 bool DecNum::isZero() const { in isZero() function in DecNum
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_utils.cpp251 bool DecNum::isZero() const { in isZero() function in DecNum
/third_party/node/deps/icu-small/source/i18n/
Dnumber_utils.cpp245 bool DecNum::isZero() const { in isZero() function in DecNum
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
Dspan.go151 func (p point) isZero() bool { func
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dspan.go151 func (p point) isZero() bool { func
/third_party/spirv-tools/utils/vscode/src/lsp/span/
Dspan.go151 func (p point) isZero() bool { func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h367 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/
DConstantUnion.cpp108 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/
DAPFloat.h350 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/
DtcuFloat.hpp127 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/
DConstantUnion.cpp112 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/
DLint.cpp550 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, in isZero() function

123