/external/boringssl/src/crypto/fipsmodule/bn/test/ |
D | product_tests.txt | 332 # Product tests. 334 # These test vectors satisfy A * B = Product. 336 Product = 5befab3320f8f90542f3120235abd926aac3805a19e343f690 340 Product = -ab1ce167f4b2945c55ae3f87df50ad07d4be87cf9f8aa07b0c 344 Product = -c2606cd48e6b075c8da79eb4668e7157f1f175c2860fd4c475 348 Product = aa6805b5408aff7f914472756da07830dcad902834dbdd6944 352 Product = 58ca2569173389df29b5ce4b784086055dee821a7243db7210 356 Product = -a043d31dfce8bd01724d31c863d0a64f1bf013509d77737c42 360 Product = -b5d6a45ffce851b201239d938ba551bab7dcb59fc11fc35fce 364 Product = 6f2fde7d1a18625d727c6345ed85e597d546d9228bf7f0564a [all …]
|
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/test/ |
D | product_tests.txt | 332 # Product tests. 334 # These test vectors satisfy A * B = Product. 336 Product = 5befab3320f8f90542f3120235abd926aac3805a19e343f690 340 Product = -ab1ce167f4b2945c55ae3f87df50ad07d4be87cf9f8aa07b0c 344 Product = -c2606cd48e6b075c8da79eb4668e7157f1f175c2860fd4c475 348 Product = aa6805b5408aff7f914472756da07830dcad902834dbdd6944 352 Product = 58ca2569173389df29b5ce4b784086055dee821a7243db7210 356 Product = -a043d31dfce8bd01724d31c863d0a64f1bf013509d77737c42 360 Product = -b5d6a45ffce851b201239d938ba551bab7dcb59fc11fc35fce 364 Product = 6f2fde7d1a18625d727c6345ed85e597d546d9228bf7f0564a [all …]
|
/external/rust/crates/rayon/src/iter/ |
D | product.rs | 4 use std::iter::{self, Product}; 10 P: Send + Product<PI::Item> + Product, in product() argument 15 fn mul<T: Product>(left: T, right: T) -> T { in mul() 35 P: Send + Product<T> + Product, 62 P: Send + Product<T> + Product, 75 P: Send + Product, 88 P: Product<T> + Product,
|
/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 204 public Product copy() { in copy() 205 Product result = new Product(); in copy() 218 public static void copy(Product source, Product dest) { in copy()
|
/external/clang/test/CodeGenCXX/ |
D | temp-order.cpp | 13 unsigned Product, Index; member 15 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 …]
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseProduct.h | 28 inline const Product<Derived,OtherDerived,AliasFreeProduct> 31 return Product<Derived,OtherDerived,AliasFreeProduct>(derived(), other.derived()); 102 …uct Assignment<DstXprType, Product<Lhs,Rhs,AliasFreeProduct>, internal::assign_op<typename DstXprT… 104 typedef Product<Lhs,Rhs,AliasFreeProduct> SrcXprType; 118 …t Assignment<DstXprType, Product<Lhs,Rhs,AliasFreeProduct>, internal::add_assign_op<typename DstXp… 120 typedef Product<Lhs,Rhs,AliasFreeProduct> SrcXprType; 129 …t Assignment<DstXprType, Product<Lhs,Rhs,AliasFreeProduct>, internal::sub_assign_op<typename DstXp… 131 typedef Product<Lhs,Rhs,AliasFreeProduct> SrcXprType; 139 struct unary_evaluator<SparseView<Product<Lhs, Rhs, Options> >, IteratorBased> 140 : public evaluator<typename Product<Lhs, Rhs, DefaultProduct>::PlainObject> [all …]
|
D | SparsePermutation.h | 96 struct product_evaluator<Product<Lhs, Rhs, AliasFreeProduct>, ProductTag, PermutationShape, SparseS… 99 typedef Product<Lhs, Rhs, AliasFreeProduct> XprType; 119 struct product_evaluator<Product<Lhs, Rhs, AliasFreeProduct>, ProductTag, SparseShape, PermutationS… 122 typedef Product<Lhs, Rhs, AliasFreeProduct> XprType; 146 inline const Product<SparseDerived, PermDerived, AliasFreeProduct> 148 { return Product<SparseDerived, PermDerived, AliasFreeProduct>(matrix.derived(), perm.derived()); } 153 inline const Product<PermDerived, SparseDerived, AliasFreeProduct> 155 { return Product<PermDerived, SparseDerived, AliasFreeProduct>(perm.derived(), matrix.derived()); } 161 inline const Product<SparseDerived, Inverse<PermutationType>, AliasFreeProduct> 164 …return Product<SparseDerived, Inverse<PermutationType>, AliasFreeProduct>(matrix.derived(), tperm.… [all …]
|
D | SparseMatrixBase.h | 301 const Product<Derived,OtherDerived> 303 { return Product<Derived,OtherDerived>(derived(), other.derived()); } 307 const Product<OtherDerived,Derived> 309 { return Product<OtherDerived,Derived>(lhs.derived(), rhs.derived()); } 313 const Product<Derived,OtherDerived,AliasFreeProduct> 318 const Product<Derived,OtherDerived> 320 { return Product<Derived,OtherDerived>(derived(), other.derived()); } 324 const Product<OtherDerived,Derived> 326 { return Product<OtherDerived,Derived>(lhs.derived(), rhs.derived()); }
|
D | SparseSelfAdjointView.h | 80 Product<SparseSelfAdjointView, OtherDerived> 83 return Product<SparseSelfAdjointView, OtherDerived>(*this, rhs.derived()); 92 Product<OtherDerived, SparseSelfAdjointView> 95 return Product<OtherDerived, SparseSelfAdjointView>(lhs.derived(), rhs); 100 Product<SparseSelfAdjointView,OtherDerived> 103 return Product<SparseSelfAdjointView,OtherDerived>(*this, rhs.derived()); 108 Product<OtherDerived,SparseSelfAdjointView> 111 return Product<OtherDerived,SparseSelfAdjointView>(lhs.derived(), rhs); 383 struct product_evaluator<Product<LhsView, Rhs, DefaultProduct>, ProductTag, SparseSelfAdjointShape,… 384 : public evaluator<typename Product<typename Rhs::PlainObject, Rhs, DefaultProduct>::PlainObject> [all …]
|
D | SparseDiagonalProduct.h | 38 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, ProductTag, DiagonalShape, SparseShape> 41 typedef Product<Lhs, Rhs, DefaultProduct> XprType; 49 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, ProductTag, SparseShape, DiagonalShape> 52 typedef Product<Lhs, Rhs, DefaultProduct> XprType;
|
/external/licenseclassifier/v2/assets/License/BitTorrent-1.1/ |
D | license.txt | 4 …Product licensed pursuant to this License is a Licensed Product. Licensed Product, in its entirety… 14 …1. You may use or give away the Licensed Product, alone or as a component of an aggregate software… 15 …of the Licensed Product, including Modifications made by previous Contributors, are available for … 16 …3. You are allowed to make Modifications to the Licensed Product, and you can create Derivative Wo… 17 …cepting the Licensed Product under the provisions of this License, you agree that any Modification… 18 …Product, without paying a royalty or other fee to the Licensor or any Contributor, provided that s… 20 …Product for any purpose, but the Licensor is not providing you any warranty whatsoever, nor is the… 21 …6. If you sublicense the Licensed Product or Derivative Works, you may charge fees for warranty or… 22 …icensor relating to the Licensed Product, or if you breach any terms of the License, your rights t… 24 … this License will apply to your Derivative Works just as they do to the original Licensed Product. [all …]
|
/external/scudo/standalone/ |
D | wrappers_c_checks.h | 48 inline bool checkForCallocOverflow(uptr Size, uptr N, uptr *Product) { in checkForCallocOverflow() argument 51 reinterpret_cast<unsigned long *>(Product)); in checkForCallocOverflow() 55 reinterpret_cast<unsigned int *>(Product)); in checkForCallocOverflow() 57 *Product = Size * N; in checkForCallocOverflow() 60 return (*Product / Size) != N; in checkForCallocOverflow()
|
/external/eigen/Eigen/src/Core/ |
D | Product.h | 20 struct traits<Product<Lhs, Rhs, Option> > 71 class Product : public ProductImpl<_Lhs,_Rhs,Option, 86 EIGEN_GENERIC_PUBLIC_INTERFACE(Product) 94 Product(const Lhs& lhs, const Rhs& rhs) : m_lhs(lhs), m_rhs(rhs) 121 : public internal::dense_xpr_base<Product<Lhs,Rhs,Option> >::type 127 : public internal::dense_xpr_base<Product<Lhs,Rhs,Option> >::type 129 typedef Product<Lhs,Rhs,Option> ProductXpr; 145 class ProductImpl : public internal::generic_xpr_base<Product<Lhs,Rhs,Option>, MatrixXpr, StorageKi… 148 …typedef typename internal::generic_xpr_base<Product<Lhs,Rhs,Option>, MatrixXpr, StorageKind>::type… 155 typedef Product<Lhs, Rhs, Option> Derived;
|
D | ProductEvaluators.h | 29 struct evaluator<Product<Lhs, Rhs, Options> > 30 : public product_evaluator<Product<Lhs, Rhs, Options> > 32 typedef Product<Lhs, Rhs, Options> XprType; 43 const Product<Lhs, Rhs, DefaultProduct> > > 50 const Product<Lhs, Rhs, DefaultProduct> > > 51 …: public evaluator<Product<EIGEN_SCALAR_BINARYOP_EXPR_RETURN_TYPE(Scalar1,Lhs,product), Rhs, Defau… 55 const Product<Lhs, Rhs, DefaultProduct> > XprType; 56 …typedef evaluator<Product<EIGEN_SCALAR_BINARYOP_EXPR_RETURN_TYPE(Scalar1,Lhs,product), Rhs, Defaul… 65 struct evaluator<Diagonal<const Product<Lhs, Rhs, DefaultProduct>, DiagIndex> > 66 : public evaluator<Diagonal<const Product<Lhs, Rhs, LazyProduct>, DiagIndex> > [all …]
|
D | Transpositions.h | 312 const Product<MatrixDerived, TranspositionsDerived, AliasFreeProduct> 316 return Product<MatrixDerived, TranspositionsDerived, AliasFreeProduct> 324 const Product<TranspositionsDerived, MatrixDerived, AliasFreeProduct> 328 return Product<TranspositionsDerived, MatrixDerived, AliasFreeProduct> 362 const Product<OtherDerived, Transpose, AliasFreeProduct> 365 return Product<OtherDerived, Transpose, AliasFreeProduct>(matrix.derived(), trt); 371 const Product<Transpose, OtherDerived, AliasFreeProduct> 374 return Product<Transpose, OtherDerived, AliasFreeProduct>(*this, matrix.derived());
|
D | DiagonalProduct.h | 20 EIGEN_DEVICE_FUNC inline const Product<Derived, DiagonalDerived, LazyProduct> 23 return Product<Derived, DiagonalDerived, LazyProduct>(derived(),a_diagonal.derived());
|
D | PermutationMatrix.h | 514 const Product<MatrixDerived, PermutationDerived, AliasFreeProduct> 518 return Product<MatrixDerived, PermutationDerived, AliasFreeProduct> 526 const Product<PermutationDerived, MatrixDerived, AliasFreeProduct> 530 return Product<PermutationDerived, MatrixDerived, AliasFreeProduct> 575 const Product<OtherDerived, InverseType, AliasFreeProduct> 578 … return Product<OtherDerived, InverseType, AliasFreeProduct>(matrix.derived(), trPerm.derived()); 584 const Product<InverseType, OtherDerived, AliasFreeProduct> 587 return Product<InverseType, OtherDerived, AliasFreeProduct>(derived(), matrix.derived());
|
/external/licenseclassifier/v2/assets/License/Open-Game-License-1.0a/ |
D | pristine.txt | 7 …Product Identity and is an enhancement over the prior art and any additional content clearly ident… 19 …Product Identity: You agree not to Use any Product Identity, including as an indication as to comp…
|
/external/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 148 const SCEVAddRecExpr *Product = in TEST_F() local 150 ASSERT_TRUE(Product); in TEST_F() 151 ASSERT_EQ(Product->getNumOperands(), 9u); in TEST_F() 155 EXPECT_EQ(Product->getOperand(0), SE.getAddExpr(Sum)); in TEST_F() 164 EXPECT_EQ(Product->getOperand(1), SE.getAddExpr(Sum)); in TEST_F() 173 EXPECT_EQ(Product->getOperand(2), SE.getAddExpr(Sum)); in TEST_F() 186 EXPECT_EQ(Product->getOperand(3), SE.getAddExpr(Sum)); in TEST_F() 204 EXPECT_EQ(Product->getOperand(4), SE.getAddExpr(Sum)); in TEST_F() 217 EXPECT_EQ(Product->getOperand(5), SE.getAddExpr(Sum)); in TEST_F() 226 EXPECT_EQ(Product->getOperand(6), SE.getAddExpr(Sum)); in TEST_F() [all …]
|
/external/licenseclassifier/v2/assets/License/CERN-OHL-WR-v2/ |
D | license.txt | 35 associated Product You treat the Source in question as being 39 code which can be applied to Make or test a Product or to 40 prepare a Product for use, Conveyance or sale, regardless of its 46 1.5 'Product' means any device, component, work or physical object, 52 Source or another Product or otherwise. 60 b) is available, at the time a Product or the Source containing 68 Make the Product; or 70 design or Make the Product. 83 a Product, in the preferred form for making modifications, 85 both for the Product, and for any included Available Components. [all …]
|
/external/autotest/client/common_lib/cros/ |
D | usb_devices.textfsm | 12 Value Product (.+) 24 ^S:\s+Product=${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 77 return checkedAdd(*Product, C); in checkedMulAdd() 105 if (auto Product = checkedMulUnsigned(A, B)) in checkedMulAddUnsigned() local 106 return checkedAddUnsigned(*Product, C); in checkedMulAddUnsigned()
|
/external/eigen/Eigen/src/Geometry/ |
D | Homogeneous.h | 83 EIGEN_DEVICE_FUNC inline const Product<Homogeneous,Rhs> 87 return Product<Homogeneous,Rhs>(*this,rhs.derived()); 91 EIGEN_DEVICE_FUNC inline const Product<Lhs,Homogeneous> 95 return Product<Lhs,Homogeneous>(lhs.derived(),rhs); 99 EIGEN_DEVICE_FUNC inline const Product<Transform<Scalar,Dim,Mode,Options>, Homogeneous > 103 return Product<Transform<Scalar,Dim,Mode,Options>, Homogeneous>(lhs,rhs); 408 typedef Product<Lhs,LinearBlock,LazyProduct> LinearProduct; 413 struct product_evaluator<Product<Lhs, Rhs, LazyProduct>, ProductTag, HomogeneousShape, DenseShape> 416 typedef Product<Lhs, Rhs, LazyProduct> XprType; 461 typedef Product<LinearBlock,Rhs,LazyProduct> LinearProduct; [all …]
|
/external/cronet/base/fuchsia/ |
D | system_product_info_unittest.cc | 34 class FakeHardwareInfoProduct : public fidl::Server<fuchsia_hwinfo::Product> { 56 ScopedNaturalServiceBinding<fuchsia_hwinfo::Product> binding_; 116 fidl::DiscoverableProtocolName<fuchsia_hwinfo::Product>); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | util.cc | 53 int64_t divisor = Product(bounds); in ToMixedRadix() 283 int64_t Product(absl::Span<const int64_t> xs) { in Product() function 290 CHECK_EQ(Product(a), Product(b)); in CommonFactors() 315 if (Product(a.subspan(i)) != Product(b.subspan(j))) { in CommonFactors() 318 if (0 == Product(a.subspan(i))) { in CommonFactors()
|