Searched refs:Product (Results 1 – 25 of 33) sorted by relevance
12
38 public class Product extends AbstractStorelessUnivariateStatistic implements Serializable, Weighted… class54 public Product() { in Product() method in Product65 public Product(Product original) { in Product() method in Product204 public Product copy() { in copy()205 Product result = new Product(); in copy()218 public static void copy(Product source, Product dest) { in copy()
13 unsigned Product, Index; member15 TempTracker() : Product(1), Index(0) {} in TempTracker()30 TT.Product *= pow(P, ++TT.Index); in ~A()53 return tt.Product; in f0()65 return tt.Product; in f1()77 return tt.Product; in f2()91 return tt.Product; in f3()103 return tt.Product; in f4()117 return tt.Product; in f5()129 return tt.Product; in f6()[all …]
141 const SCEVAddRecExpr *Product = in TEST_F() local143 ASSERT_TRUE(Product); in TEST_F()144 ASSERT_EQ(Product->getNumOperands(), 9u); in TEST_F()148 EXPECT_EQ(Product->getOperand(0), SE.getAddExpr(Sum)); in TEST_F()157 EXPECT_EQ(Product->getOperand(1), SE.getAddExpr(Sum)); in TEST_F()166 EXPECT_EQ(Product->getOperand(2), SE.getAddExpr(Sum)); in TEST_F()179 EXPECT_EQ(Product->getOperand(3), SE.getAddExpr(Sum)); in TEST_F()197 EXPECT_EQ(Product->getOperand(4), SE.getAddExpr(Sum)); in TEST_F()210 EXPECT_EQ(Product->getOperand(5), SE.getAddExpr(Sum)); in TEST_F()219 EXPECT_EQ(Product->getOperand(6), SE.getAddExpr(Sum)); in TEST_F()[all …]
118 <QPM:Product>zlib</QPM:Product>132 <QPM:Product>zlib-dev</QPM:Product>
1056 const SCEV *Product = SE->getMulExpr(UpperBound, AbsCoeff); in strongSIVtest() local1057 if (isKnownPredicate(CmpInst::ICMP_SGT, AbsDelta, Product)) { in strongSIVtest()1642 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroSrcSIVtest() local1643 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) { in weakZeroSrcSIVtest()1648 if (isKnownPredicate(CmpInst::ICMP_EQ, NewDelta, Product)) { in weakZeroSrcSIVtest()1752 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroDstSIVtest() local1753 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) { in weakZeroDstSIVtest()1758 if (isKnownPredicate(CmpInst::ICMP_EQ, NewDelta, Product)) { in weakZeroDstSIVtest()2210 const SCEVConstant *getConstantPart(const SCEVMulExpr *Product) { in getConstantPart() argument2211 for (unsigned Op = 0, Ops = Product->getNumOperands(); Op < Ops; Op++) { in getConstantPart()[all …]
29 import org.apache.commons.math.stat.descriptive.summary.Product;49 private static final UnivariateStatistic PRODUCT = new Product();
27 # Product Version: Xalan-Java @impl.version@
81 static bool MultiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, in MultiplyOverflows() argument85 Product = C1.smul_ov(C2, Overflow); in MultiplyOverflows()87 Product = C1.umul_ov(C2, Overflow); in MultiplyOverflows()803 APInt Product(C1->getBitWidth(), /*Val=*/0ULL, IsSigned); in commonIDivTransforms() local804 if (!MultiplyOverflows(*C1, *C2, Product, IsSigned)) in commonIDivTransforms()806 ConstantInt::get(I.getType(), Product)); in commonIDivTransforms()
90 Value *Product = Builder.CreateMul(Divisor, Quotient); in generatedUnsignedRemainderCode() local91 Value *Remainder = Builder.CreateSub(Dividend, Product); in generatedUnsignedRemainderCode()
297 A "User Product" is either (1) a "consumer product", which means any310 "Installation Information" for a User Product means any methods,312 and execute modified versions of a covered work in that User Product from319 specifically for use in, a User Product, and the conveying occurs as321 User Product is transferred to the recipient in perpetuity or for a326 modified object code on the User Product (for example, the work has332 the User Product in which it has been modified or installed. Access to a
327 A "User Product" is either (1) a "consumer product", which means any340 "Installation Information" for a User Product means any methods,342 and execute modified versions of a covered work in that User Product from349 specifically for use in, a User Product, and the conveying occurs as351 User Product is transferred to the recipient in perpetuity or for a356 modified object code on the User Product (for example, the work has362 the User Product in which it has been modified or installed. Access to a
320 A ``User Product'' is either (1) a ``consumer product'', which means any334 ``Installation Information'' for a User Product means any methods,337 Product from a modified version of its Corresponding Source. The343 specifically for use in, a User Product, and the conveying occurs as345 User Product is transferred to the recipient in perpetuity or for a350 modified object code on the User Product (for example, the work has356 recipient, or for the User Product in which it has been modified or
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
142 product offering, Product X. That Contributor is then a Commercial144 claims, or offers warranties related to Product X, those performance
61 …Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then …
50 …Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then …
89 For example, a Contributor might include the Program in a commercial product offering, Product X. T…90 then makes performance claims, or offers warranties related to Product X, those performance claims …
144 .. opcode:: DP3 - 3-component Dot Product153 .. opcode:: DP4 - 4-component Dot Product279 .. opcode:: DP2A - 2-component Dot Product And Add372 .. opcode:: XPD - Cross Product409 .. opcode:: DPH - Homogeneous Dot Product812 .. opcode:: DP2 - 2-component Dot Product
294 unsigned long long Product = in GetAllPathCountWithOverflow() local298 return (Product >> 32) || in GetAllPathCountWithOverflow()299 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
130 <td> %Sparse %Product </td>