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

12

/external/webkit/Source/WebCore/svg/
H A DColorDistance.cpp80 bool ColorDistance::isZero() const function in class:WebCore::ColorDistance
H A DSVGTransformDistance.cpp238 bool SVGTransformDistance::isZero() const function in class:WebCore::SVGTransformDistance
/external/skia/include/core/
H A DSkSize.h31 bool isZero() const { function in struct:SkTSize
H A DSk64.h67 SkBool isZero() const { return (fHi | fLo) == 0; } function in struct:Sk64
H A DSkPoint.h35 bool isZero() const { return (fX | fY) == 0; } function in struct:SkIPoint
149 bool isZero() const { return (0 == fX) & (0 == fY); } function in struct:SkPoint
/external/skia/legacy/include/core/
H A DSkSize.h31 bool isZero() const { function in struct:SkTSize
H A DSk64.h67 SkBool isZero() const { return (fHi | fLo) == 0; } function in struct:Sk64
H A DSkPoint.h37 bool isZero() const { return (fX | fY) == 0; } function in struct:SkIPoint
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DIntArray.java96 public boolean isZero() method in class:IntArray
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp192 return isZero(BOE->getRHS());
213 return isZero(cast<OpaqueValueExpr>(BO->getRHS())->getSourceExpr());
216 bool isZero(Expr *E) { function in class:__anon3595::ZeroOutInDeallocRemover
/external/webkit/Source/WebCore/platform/graphics/
H A DIntSize.h74 bool isZero() const { return !m_width && !m_height; } function in class:WebCore::IntSize
H A DRoundedIntRect.cpp37 bool RoundedIntRect::Radii::isZero() const function in class:WebCore::RoundedIntRect::Radii
39 return m_topLeft.isZero() && m_topRight.isZero() && m_bottomLeft.isZero() && m_bottomRight.isZero();
H A DFloatPoint3D.h87 bool isZero() const function in class:WebCore::FloatPoint3D
/external/clang/include/clang/AST/
H A DCharUnits.h116 /// isZero - Test whether the quantity equals zero.
117 bool isZero() const { return Quantity == 0; } function in class:clang::CharUnits
/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h482 bool DenseBase<Derived>::isZero(RealScalar prec) const function in class:Eigen::DenseBase
/external/webkit/Source/WebCore/platform/
H A DLength.h163 bool isZero() const function in struct:WebCore::Length
180 if (!from.isZero() && !isZero() && from.type() != type())
183 if (from.isZero() && isZero())
187 if (isZero())
191 float fromPercent = from.isZero() ? 0 : from.percent();
192 float toPercent = isZero() ? 0 : percent();
196 float fromValue = from.isZero() ? 0 : from.value();
197 float toValue = isZero()
[all...]
/external/llvm/include/llvm/ADT/
H A DAPFloat.h322 bool isZero() const { return category == fcZero; } function in class:llvm::APFloat
328 bool isPosZero() const { return isZero() && !isNegative(); }
329 bool isNegZero() const { return isZero() && isNegative(); }
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp125 bool isZero(const Expr *E) const;
634 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { function in class:__anon4028::IvarInvalidationCheckerImpl::MethodCrawler
672 if (isZero(BO->getRHS())) {
677 if (Opcode != BO_Assign && isZero(BO->getLHS())) {
696 if (MD && (ME->getNumArgs() == 1) && isZero(ME->getArg(0))) {
/external/llvm/include/llvm/IR/
H A DConstants.h161 bool isZero() const { function in class:llvm::ConstantInt
266 /// isZero - Return true if the value is positive or negative zero.
267 bool isZero() const { return Val.isZero(); } function in class:llvm::ConstantFP
/external/llvm/lib/Analysis/
H A DLint.cpp507 static bool isZero(Value *V, DataLayout *TD) { function
518 Assert1(!isZero(I.getOperand(1), TD),
523 Assert1(!isZero(I.getOperand(1), TD),
528 Assert1(!isZero(I.getOperand(1), TD),
533 Assert1(!isZero(I.getOperand(1), TD),
H A DScalarEvolution.cpp275 bool SCEV::isZero() const { function in class:SCEV
277 return SC->getValue()->isZero();
1395 if (Scale != 1 || AccumulatedConstant != 0 || C->getValue()->isZero())
1504 if (LHSC->getValue()->isZero()) {
1920 } else if (cast<SCEVConstant>(Ops[0])->getValue()->isZero()) {
2135 if (!RHSC->getValue()->isZero()) {
2274 if (Operands.back()->isZero()) {
3350 if (!C->getValue()->isZero())
3886 cast<ConstantInt>(RHS)->isZero()) {
3901 cast<ConstantInt>(RHS)->isZero()) {
[all...]
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp518 bool R600TargetLowering::isZero(SDValue Op) const { function in class:R600TargetLowering
522 return CstFP->isZero();
575 if (isZero(LHS) || isZero(RHS)) {
576 SDValue Cond = (isZero(LHS) ? RHS : LHS);
577 SDValue Zero = (isZero(LHS) ? LHS : RHS);
587 if (isZero(LHS)) {
1101 if (C->isZero()) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp50 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } function in class:__anon9880::FAddendCoef
110 bool isZero() const { return Coeff.isZero(); } function in class:__anon9880::FAddend
325 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
328 if ((C1 = dyn_cast<ConstantFP>(Opnd1)) && C1->isZero())
616 if (!R.isZero()) {
1314 if (C->isZero()) {
1341 if (C->isZero() && match(Op1, m_ZExt(m_Value(X))))
1346 if (C->isZero()
[all...]
/external/llvm/lib/IR/
H A DConstants.cpp48 return CFP->isZero() && CFP->isNegative();
53 if (SplatCFP && SplatCFP->isZero() && SplatCFP->isNegative())
72 return CFP->isZero();
81 return CI->isZero();
85 return CFP->isZero() && !CFP->isNegative();
874 bool isZero = true; local
879 isZero = V[0]->isNullValue();
880 if (isUndef || isZero) {
883 isZero = false;
889 if (isZero)
926 bool isZero = C->isNullValue(); local
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJITOpcodes.cpp834 Jump isZero = branchPtr(Equal, regT0, TrustedImmPtr(JSValue::encode(jsNumber(0)))); local
840 isZero.link(this);

Completed in 509 milliseconds

12