HomeSort by relevance Sort by last modified time
    Searched refs:ProductType (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/Core/
GeneralProduct.h 35 template<typename Lhs, typename Rhs, int ProductType = internal::product_type<Lhs,Rhs>::value>
148 template<typename Lhs, typename Rhs, int ProductType>
155 typedef GeneralProduct<Lhs/*Nested*/, Rhs/*Nested*/, ProductType> Type;
256 template<typename ProductType, typename Dest>
257 static EIGEN_DONT_INLINE void run(const ProductType& prod, Dest& dest, typename ProductType::Scalar alpha) {
268 template<typename ProductType, typename Dest>
269 static EIGEN_DONT_INLINE void run(const ProductType& prod, Dest& dest, typename ProductType::Scalar alpha) {
337 template<typename ProductType, typename Dest
    [all...]
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 210 typedef TriangularProduct<Mode,true,Lhs,false,Rhs,true> ProductType;
211 typedef typename ProductType::Index Index;
212 typedef typename ProductType::LhsScalar LhsScalar;
213 typedef typename ProductType::RhsScalar RhsScalar;
214 typedef typename ProductType::Scalar ResScalar;
215 typedef typename ProductType::RealScalar RealScalar;
216 typedef typename ProductType::ActualLhsType ActualLhsType;
217 typedef typename ProductType::ActualRhsType ActualRhsType;
218 typedef typename ProductType::LhsBlasTraits LhsBlasTraits;
219 typedef typename ProductType::RhsBlasTraits RhsBlasTraits
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 468 typedef internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> > ProductType;
469 typedef typename ProductType::ResultType ResultType;
478 typedef typename icc_11_workaround<OtherMode,OtherOptions>::ProductType ProductType;
479 return ProductType::run(*this,other);
    [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 142 int ProductType = internal::product_type<Lhs,Rhs>::value>
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]

Completed in 315 milliseconds