/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CheckedArithmetic.h | 76 if (auto Product = checkedMul(A, B)) in checkedMulAdd() local 105 if (auto Product = checkedMulUnsigned(A, B)) in checkedMulAddUnsigned() local
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | CheckedArithmetic.h | 76 if (auto Product = checkedMul(A, B)) in checkedMulAdd() local 105 if (auto Product = checkedMulUnsigned(A, B)) in checkedMulAddUnsigned() local
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | Product.java | 18 public class Product { class
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | integer.h | 95 struct Product { struct 96 bool SignedMultiplicationOverflowed() const { in SignedMultiplicationOverflowed() 99 Integer upper, lower;
|
/external/scudo/standalone/ |
D | wrappers_c_checks.h | 48 inline bool checkForCallocOverflow(uptr Size, uptr N, uptr *Product) { in checkForCallocOverflow()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | wrappers_c_checks.h | 48 inline bool checkForCallocOverflow(uptr Size, uptr N, uptr *Product) { in checkForCallocOverflow()
|
/external/rust/crates/itertools/src/adaptors/ |
D | mod.rs | 276 pub struct Product<I, J> struct 288 pub fn cartesian_product<I, J>(mut i: I, j: J) -> Product<I, J> in cartesian_product() argument 301 impl<I, J> Iterator for Product<I, J> implementation
|
/external/rust/crates/rayon/src/iter/ |
D | product.rs | 10 P: Send + Product<PI::Item> + Product, in product()
|
/external/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 148 const SCEVAddRecExpr *Product = in TEST_F() local
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/ |
D | ArrayDeserializationTest.java | 122 static class Product { class in ArrayDeserializationTest
|
/external/clang/test/CodeGenCXX/ |
D | temp-order.cpp | 13 unsigned Product, Index; member
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | temp-order.cpp | 13 unsigned Product, Index; member
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | util.cc | 222 int64 Product(absl::Span<const int64> xs) { in Product() function
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Disassembler.h | 188 Product enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1170 const SCEV *Product = SE->getMulExpr(UpperBound, AbsCoeff); in strongSIVtest() local 1741 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroSrcSIVtest() local 1850 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroDstSIVtest() local 2301 else if (const auto *Product = dyn_cast<SCEVMulExpr>(Expr)) in getConstantPart() local 2383 else if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Operand)) { in gcdMIVtest() local
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1093 const SCEV *Product = SE->getMulExpr(UpperBound, AbsCoeff); in strongSIVtest() local 1664 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroSrcSIVtest() local 1773 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroDstSIVtest() local 2224 else if (const auto *Product = dyn_cast<SCEVMulExpr>(Expr)) in getConstantPart() local 2306 else if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Operand)) { in gcdMIVtest() local
|
/external/python/cpython3/Parser/ |
D | asdl.py | 107 class Product(AST): class
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1172 const SCEV *Product = SE->getMulExpr(UpperBound, AbsCoeff); in strongSIVtest() local 1730 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroSrcSIVtest() local 1839 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroDstSIVtest() local 2290 else if (const auto *Product = dyn_cast<SCEVMulExpr>(Expr)) in getConstantPart() local 2372 else if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Operand)) { in gcdMIVtest() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ImplicitNullChecks.cpp | 434 APInt Product = ImmValC.smul_ov(MultiplierC, IsOverflow); in isSuitableMemoryOp() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 89 Value *Product = Builder.CreateMul(Divisor, Quotient); in generatedUnsignedRemainderCode() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 89 Value *Product = Builder.CreateMul(Divisor, Quotient); in generatedUnsignedRemainderCode() local
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 90 Value *Product = Builder.CreateMul(Divisor, Quotient); in generatedUnsignedRemainderCode() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 647 static bool multiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, in multiplyOverflows() 704 APInt Product(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 676 static bool multiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, in multiplyOverflows() 731 APInt Product(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local
|