Home
last modified time | relevance | path

Searched defs:isZero (Results 1 - 25 of 40) sorted by relevance

12

/third_party/skia/include/core/
H A 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
H A DSkPoint.h57 bool isZero() const { return (fX | fY) == 0; } in isZero() function
199 bool isZero() const { return (0 == fX) & (0 == fY); } in isZero() function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSpec.cpp190 auto isZero = abs < 0.000061035f ? ~0u : 0u; in EvalSpecConstantUnaryOp() local
H A DSpirvShaderArithmetic.cpp290 auto isZero = CmpLT(abs, SIMD::Float(0.000061035f)); in EmitUnaryOp() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DShaderCompileTreeTest.cpp77 bool isZero = false; variable
/third_party/icu/icu4c/source/i18n/
H A Dnumber_utils.cpp245 bool DecNum::isZero() const { in isZero() function in DecNum
H A Dnumber_decimalquantity.cpp352 bool isZero = (isZeroish() && !isInfinite()); in signum() local
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_utils.cpp245 bool DecNum::isZero() const { in isZero() function in DecNum
H A Dnumber_decimalquantity.cpp352 bool isZero = (isZeroish() && !isInfinite()); in signum() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_utils.cpp251 bool DecNum::isZero() const { in isZero() function in DecNum
H A Dnumber_decimalquantity.cpp339 bool isZero = (isZeroish() && !isInfinite()); in signum() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBranchProbability.h46 bool isZero() const { return N == 0; } in isZero() function in llvm::BranchProbability
H A DKnownBits.h71 bool isZero() const { in isZero() function
H A DScaledNumber.h542 bool isZero() const { return !Digits; } in isZero() function in llvm::ScaledNumber
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A 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/Target/Hexagon/
H A DHexagonBitSimplify.cpp330 bool HexagonBitSimplify::isZero(const BitTracker::RegisterCell &RC, in isZero() function in HexagonBitSimplify
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemoryLocation.h138 bool isZero() const { return hasValue() && getValue() == 0; } in isZero() function in llvm::LocationSize
/third_party/vk-gl-cts/framework/common/
H A DtcuFloat.hpp127 inline bool isZero (void) const { return exponentBits() == 0 && mantissaBits() == 0; } in isZero() function in tcu::Float
/third_party/decimal.js/
H A Ddecimal.js[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h192 bool isZero() const { in isZero() function in llvm::final
305 bool isZero() const { return Val.isZero(); } in isZero() function in llvm::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLint.cpp550 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, in isZero() function
/third_party/skia/src/core/
H A DSkImageFilterTypes.h330 bool isZero() const { return fData.isZero(); } in isZero() function in skif::LayerSpace
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DTextureVk.cpp1132 const bool isZero = clearValue == TextureBase::ClearValue::Zero; in ClearTexture() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h367 bool isZero() const { return category == fcZero; } in isZero() function in llvm::detail::final
1031 bool isZero() const { return getCategory() == fcZero; } in isZero() function in llvm::APFloat
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp800 static bool isZero(Register Reg, MachineRegisterInfo &MRI) { in isZero() function

Completed in 31 milliseconds

12