Home
last modified time | relevance | path

Searched defs:Product (Results 1 – 7 of 7) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/
DProduct.java38 public class Product extends AbstractStorelessUnivariateStatistic implements Serializable, Weighted… class
54 public Product() { in Product() method in Product
65 public Product(Product original) { in Product() method in Product
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp141 const SCEVAddRecExpr *Product = in TEST_F() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1056 const SCEV *Product = SE->getMulExpr(UpperBound, AbsCoeff); in strongSIVtest() local
1642 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroSrcSIVtest() local
1752 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroDstSIVtest() local
2210 const SCEVConstant *getConstantPart(const SCEVMulExpr *Product) { in getConstantPart()
2254 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Coeff)) in gcdMIVtest() local
2275 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Coeff)) in gcdMIVtest() local
2299 else if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Operand)) { in gcdMIVtest() local
2357 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Coeff)) in gcdMIVtest() local
2375 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Coeff)) in gcdMIVtest() local
2387 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Delta)) in gcdMIVtest() local
/external/clang/test/CodeGenCXX/
Dtemp-order.cpp13 unsigned Product, Index; member
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp90 Value *Product = Builder.CreateMul(Divisor, Quotient); in generatedUnsignedRemainderCode() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp81 static bool MultiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, in MultiplyOverflows()
803 APInt Product(C1->getBitWidth(), /*Val=*/0ULL, IsSigned); in commonIDivTransforms() local
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp294 unsigned long long Product = in GetAllPathCountWithOverflow() local