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

12

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatSize.cpp47 bool FloatSize::isZero() const function in class:WebCore::FloatSize
H A DIntRectExtent.h79 bool isZero() const { return !left() && !right() && !top() && !bottom(); } function in class:WebCore::IntRectExtent
H A DFloatRoundedRect.cpp60 bool FloatRoundedRect::Radii::isZero() const function in class:WebCore::FloatRoundedRect::Radii
H A DIntSize.h74 bool isZero() const { return !m_width && !m_height; } function in class:WebCore::IntSize
H A DRoundedRect.cpp39 bool RoundedRect::Radii::isZero() const function in class:WebCore::RoundedRect::Radii
H A DFloatPoint3D.h87 bool isZero() const function in class:WebCore::FloatPoint3D
H A DLayoutSize.h62 bool isZero() const { return !m_width && !m_height; } function in class:WebCore::LayoutSize
H A DFloatRect.h88 bool isZero() const { return m_size.isZero(); } function in class:WebCore::FloatRect
/macosx-10.10/WebCore-7600.1.25/svg/
H A DColorDistance.cpp80 bool ColorDistance::isZero() const function in class:WebCore::ColorDistance
H A DSVGTransformDistance.cpp204 bool SVGTransformDistance::isZero() const function in class:WebCore::SVGTransformDistance
H A DSVGLength.h95 bool isZero() const function in class:WebCore::SVGLength
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDecimal.h75 bool isZero() const { return m_formatClass == ClassZero; } function in class:WebCore::Decimal::EncodedData
132 bool isZero() const { return m_data.isZero(); } function in class:WebCore::Decimal
H A DDecimal.cpp145 bool isZero() const { return !m_low && !m_high; } function in class:WebCore::DecimalPrivate::UInt128
[all...]
H A DLength.h362 inline bool Length::isZero() const function in class:WebCore::Length
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DAppleCSPUtils.cpp603 bool isZero = true; local
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DAPFloat.h322 bool isZero() const { return category == fcZero; } function in class:llvm::APFloat
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DConstants.h161 bool isZero() const { function in class:llvm::ConstantInt
268 bool isZero() const { return Val.isZero(); } function in class:llvm::ConstantFP
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DLint.cpp509 static bool isZero(Value *V, TargetData *TD) { function
H A DScalarEvolution.cpp269 bool SCEV::isZero() const { function in class:SCEV
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantIntegers.c557 int isZero(giant thegiant) { function
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantIntegers.c557 int isZero(giant thegiant) { function
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecOTRSession.c234 bool isZero = true; local
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/keyDate/
H A DkeyDate.cpp79 bool isZero = true; local
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITOpcodes.cpp414 Jump isZero = branch64(Equal, regT0, TrustedImm64(JSValue::encode(jsNumber(0)))); local
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DConstants.cpp822 bool isZero = true; local
874 bool isZero = C->isNullValue(); local
[all...]

Completed in 299 milliseconds

12