Searched defs:isZero (Results 26 - 50 of 67) sorted by relevance

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
H A DNat.java412 public static boolean isZero(int len, int[] x) method in class:Nat
/external/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp161 static bool isZero(const BitTracker::RegisterCell &RC, uint16_t B,
284 bool HexagonBitSimplify::isZero(const BitTracker::RegisterCell &RC, function in class:HexagonBitSimplify
1938 if (!matchHalf(RD.Reg, RC, 0, L) || !HBS::isZero(RC, 16, 16))
/external/skia/include/core/
H A DSkPoint.h57 bool isZero() const { return (fX | fY) == 0; } function in struct:SkIPoint
171 bool isZero() const { return (0 == fX) & (0 == fY); } function in struct:SkPoint
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPFloat.h321 bool isZero() const { return category == fcZero; } function in class:llvm::APFloat
326 bool isPosZero() const { return isZero() && !isNegative(); }
327 bool isNegZero() const { return isZero() && isNegative(); }
/external/swiftshader/third_party/LLVM/include/llvm/
H A DConstants.h157 bool isZero() const { function in class:llvm::ConstantInt
262 /// isZero - Return true if the value is positive or negative zero.
263 bool isZero() const { return Val.isZero(); } function in class:llvm::ConstantFP
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp125 bool isZero(const Expr *E) const;
642 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { function in class:__anon1616::IvarInvalidationCheckerImpl::MethodCrawler
680 if (isZero(BO->getRHS())) {
685 if (Opcode != BO_Assign && isZero(BO->getLHS())) {
704 if (MD && (ME->getNumArgs() == 1) && isZero(ME->getArg(0))) {
/external/llvm/include/llvm/ADT/
H A DAPFloat.h419 bool isZero() const { return category == fcZero; } function in class:llvm::APFloat
442 bool isFiniteNonZero() const { return isFinite() && !isZero(); }
443 bool isPosZero() const { return isZero() && !isNegative(); }
444 bool isNegZero() const { return isZero() && isNegative(); }
/external/llvm/include/llvm/IR/
H A DConstants.h182 bool isZero() const { function in class:llvm::final
286 bool isZero() const { return Val.isZero(); } function in class:llvm::final
/external/llvm/include/llvm/Support/
H A DScaledNumber.h543 bool isZero() const { return !Digits; } function in class:llvm::ScaledNumber
575 bool operator!() const { return isZero(); }
640 /// by value. Does nothing if \a isZero() for either.
643 /// \a isZero().
803 if (isZero())
805 if (X.isZero())
820 if (isZero())
822 if (X.isZero())
835 if (!Shift || isZero())
865 if (!Shift || isZero())
[all...]
/external/llvm/lib/Analysis/
H A DLint.cpp507 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, function
548 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
553 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
558 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
563 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
H A DScalarEvolution.cpp272 bool SCEV::isZero() const { function in class:SCEV
274 return SC->getValue()->isZero();
714 if (Numerator->isZero()) {
737 if (!R->isZero()) {
845 if (!R->isZero()) {
876 if (Remainder->isZero()) {
1915 if (Scale != 1 || AccumulatedConstant != 0 || C->getValue()->isZero())
2054 if (LHSC->getValue()->isZero()) {
2480 } else if (cast<SCEVConstant>(Ops[0])->getValue()->isZero()) {
2686 if (!RHSC->getValue()->isZero()) {
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLint.cpp469 static bool isZero(Value *V, TargetData *TD) { function
481 Assert1(!isZero(I.getOperand(1), TD),
486 Assert1(!isZero(I.getOperand(1), TD),
491 Assert1(!isZero(I.getOperand(1), TD),
496 Assert1(!isZero(I.getOperand(1), TD),
H A DScalarEvolution.cpp259 bool SCEV::isZero() const { function in class:SCEV
261 return SC->getValue()->isZero();
1383 if (Scale != 1 || AccumulatedConstant != 0 || C->getValue()->isZero())
1492 if (LHSC->getValue()->isZero()) {
1908 } else if (cast<SCEVConstant>(Ops[0])->getValue()->isZero()) {
2119 if (!RHSC->getValue()->isZero()) {
2258 if (Operands.back()->isZero()) {
3335 if (!C->getValue()->isZero())
3873 cast<ConstantInt>(RHS)->isZero()) {
3888 cast<ConstantInt>(RHS)->isZero()) {
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DLongArray.java393 public boolean isZero() method in class:LongArray
/external/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h102 bool isZero() const { return Kind == Zero; } function in struct:llvm::coverage::Counter
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp689 const BVec4 isZero = lessThanEqual(fmtBits, IVec4(0)); local
693 minVal = select(minVal, tcu::max(minVal, fmtMinVal), isZero);
694 maxVal = select(maxVal, tcu::min(maxVal, fmtMaxVal), isZero);
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1084 bool R600TargetLowering::isZero(SDValue Op) const { function in class:R600TargetLowering
1088 return CstFP->isZero();
1103 return CFP->getValueAPF().isZero();
1175 if (isZero(LHS)) {
1193 if (isZero(RHS)) {
1856 if (C->isZero()) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp54 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } function in class:__anon13304::FAddendCoef
123 bool isZero() const { return Coeff.isZero(); } function in class:__anon13304::FAddend
347 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
350 if ((C1 = dyn_cast<ConstantFP>(Opnd1)) && C1->isZero())
650 if (!R.isZero()) {
1543 if (C->isZero()) {
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp46 return CFP->isZero() && CFP->isNegative();
55 return CI->isZero();
59 return CFP->isZero() && !CFP->isNegative();
719 bool isZero = C->isNullValue(); local
722 if (isZero || isUndef) {
725 isZero = isUndef = false;
730 if (isZero)
/external/llvm/lib/IR/
H A DConstants.cpp47 return CFP->isZero() && CFP->isNegative();
52 if (SplatCFP && SplatCFP->isZero() && SplatCFP->isNegative())
57 if (SplatCFP && SplatCFP->isZero() && SplatCFP->isNegative())
73 return CFP->isZero();
78 if (SplatCFP && SplatCFP->isZero())
83 if (SplatCFP && SplatCFP->isZero())
93 return CI->isZero();
97 return CFP->isZero() && !CFP->isNegative();
958 bool isZero = true; local
963 isZero
1012 bool isZero = C->isNullValue(); local
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1182 /// isZero - Return true if the value is positive or negative zero.
1183 bool isZero() const { return Value->isZero(); } function in class:llvm::SDNode::ConstantFPSDNode
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2259 SDValue isZero = DAG.getSetCC(dl, TLI.getSetCCResultType(VT), local
2261 SDValue NotZero = DAG.getNode(ISD::SELECT, dl, VT, isZero,
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1324 bool isZero() const { return Value->isZero(); } function in class:ConstantFPSDNode
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1618 SDValue isZero = DAG.getSetCC(dl, getSetCCResultType(ShTy), local
1637 Hi = DAG.getSelect(dl, NVT, isZero, InH,
1653 Lo = DAG.getSelect(dl, NVT, isZero, InL,
1669 Lo = DAG.getSelect(dl, NVT, isZero, InL,
2556 SDValue isZero = DAG.getSetCC(dl, getSetCCResultType(VT), local
2558 SDValue NotZero = DAG.getSelect(dl, VT, isZero,
2563 Overflow = DAG.getSelect(dl, N->getValueType(1), isZero,
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp839 bool isZero() const { function in struct:__anon13125::BitPermutationSelector::ValueBit
993 if (LHSBits[i].isZero())
995 else if (RHSBits[i].isZero())
1027 } else if (Bits[i].isZero()) {

Completed in 4142 milliseconds

123