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/ |
D | Product.java | 38 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/ |
D | ScalarEvolutionTest.cpp | 141 const SCEVAddRecExpr *Product = in TEST_F() local
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1056 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/ |
D | temp-order.cpp | 13 unsigned Product, Index; member
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 90 Value *Product = Builder.CreateMul(Divisor, Quotient); in generatedUnsignedRemainderCode() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 81 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/ |
D | ObjCARCOpts.cpp | 294 unsigned long long Product = in GetAllPathCountWithOverflow() local
|