Searched defs:Rhs (Results 1 - 9 of 9) sorted by relevance

/external/eigen/bench/
H A Dproduct_threshold.cpp38 template<int Mode, typename Lhs, typename Rhs, typename Res>
39 EIGEN_DONT_INLINE void prod(const Lhs& a, const Rhs& b, Res& c)
41 c.noalias() += typename ProductReturnType<Lhs,Rhs,Mode>::Type(a,b);
48 typedef Matrix<Scalar,K,N> Rhs; Rhs b; b.setRandom(); typedef
/external/llvm/include/llvm/ADT/
H A DStringRef.h62 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { argument
64 return ::memcmp(Lhs,Rhs,Length);
/external/eigen/Eigen/src/SparseCore/
H A DSparseDenseProduct.h15 template<typename Lhs, typename Rhs, int InnerSize> struct SparseDenseProductReturnType
17 typedef SparseTimeDenseProduct<Lhs,Rhs> Type;
20 template<typename Lhs, typename Rhs> struct SparseDenseProductReturnType<Lhs,Rhs,1>
24 SparseDenseOuterProduct<Rhs,Lhs,true>,
25 SparseDenseOuterProduct<Lhs,Rhs,false> >::type Type;
28 template<typename Lhs, typename Rhs, int InnerSize> struct DenseSparseProductReturnType
30 typedef DenseTimeSparseProduct<Lhs,Rhs> Type;
33 template<typename Lhs, typename Rhs> struct DenseSparseProductReturnType<Lhs,Rhs,
169 typedef typename internal::remove_all<DenseRhsType>::type Rhs; typedef in struct:Eigen::internal::sparse_time_dense_product_impl
193 typedef typename internal::remove_all<DenseRhsType>::type Rhs; typedef in struct:Eigen::internal::sparse_time_dense_product_impl
215 typedef typename internal::remove_all<DenseRhsType>::type Rhs; typedef in struct:Eigen::internal::sparse_time_dense_product_impl
234 typedef typename internal::remove_all<DenseRhsType>::type Rhs; typedef in struct:Eigen::internal::sparse_time_dense_product_impl
[all...]
/external/eigen/unsupported/Eigen/src/KroneckerProduct/
H A DKroneckerTensorProduct.h27 * \tparam Rhs Type of the rignt-hand side, a matrix expression.
29 template<typename Lhs, typename Rhs>
30 class KroneckerProduct : public ReturnByValue<KroneckerProduct<Lhs,Rhs> >
39 KroneckerProduct(const Lhs& A, const Rhs& B)
63 typename Rhs::Nested m_B;
77 * \tparam Rhs Type of the rignt-hand side, a matrix expression.
79 template<typename Lhs, typename Rhs>
80 class KroneckerProductSparse : public EigenBase<KroneckerProductSparse<Lhs,Rhs> >
87 KroneckerProductSparse(const Lhs& A, const Rhs& B)
107 typename Rhs
156 typedef typename remove_all<_Rhs>::type Rhs; typedef in struct:Eigen::internal::traits
175 typedef typename remove_all<_Rhs>::type Rhs; typedef in struct:Eigen::internal::traits
[all...]
/external/eigen/Eigen/src/Core/
H A DProductBase.h26 typedef typename remove_all<_Rhs>::type Rhs; typedef in struct:Eigen::internal::traits
27 typedef typename scalar_product_traits<typename Lhs::Scalar, typename Rhs::Scalar>::ReturnType Scalar;
29 typename traits<Rhs>::StorageKind>::ret StorageKind;
31 typename traits<Rhs>::Index>::type Index;
34 ColsAtCompileTime = traits<Rhs>::ColsAtCompileTime,
36 MaxColsAtCompileTime = traits<Rhs>::MaxColsAtCompileTime,
47 typedef ProductBase<Derived, Lhs, Rhs > Base; \
62 template<typename Derived, typename Lhs, typename Rhs>
76 typedef typename Rhs::Nested RhsNested;
81 typedef typename internal::traits<Rhs>
[all...]
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h204 typedef typename internal::remove_all<typename ProductType::RhsNested>::type Rhs; typedef
205 typedef internal::blas_traits<Rhs> RhsBlasTraits;
223 internal::gemv_static_vector_if<Scalar,Rhs::SizeAtCompileTime,Rhs::MaxSizeAtCompileTime,!UseRhsDirectly> static_rhs;
249 typedef typename internal::remove_all<typename ProductType::RhsNested>::type Rhs; typedef
250 typedef internal::blas_traits<Rhs> RhsBlasTraits;
259 typename Rhs::Scalar, _ActualRhs::Flags&RowMajorBit ? RowMajor : ColMajor, RhsBlasTraits::NeedToConjugate,
/external/eigen/Eigen/src/Geometry/
H A DTransform.h48 typename Rhs,
51 transform_traits<Rhs>::IsProjective>
1383 typedef Transform<Scalar,Dim,RhsMode,RhsOptions> Rhs; typedef in struct:Eigen::internal::transform_transform_product_impl
1385 static ResultType run(const Lhs& lhs, const Rhs& rhs)
1399 typedef Transform<Scalar,Dim,RhsMode,RhsOptions> Rhs; typedef in struct:Eigen::internal::transform_transform_product_impl
1401 static ResultType run(const Lhs& lhs, const Rhs& rhs)
1411 typedef Transform<Scalar,Dim,Projective,RhsOptions> Rhs; typedef in struct:Eigen::internal::transform_transform_product_impl
1413 static ResultType run(const Lhs& lhs, const Rhs& rhs)
1426 typedef Transform<Scalar,Dim,AffineCompact,RhsOptions> Rhs; typedef in struct:Eigen::internal::transform_transform_product_impl
1428 static ResultType run(const Lhs& lhs, const Rhs
[all...]
/external/clang/lib/CodeGen/
H A DCGObjC.cpp125 const Expr *Rhs = ALE->getElement(i); local
128 Context.getTypeAlignInChars(Rhs->getType()),
131 llvm::Value *value = EmitScalarExpr(Rhs);
/external/clang/lib/Sema/
H A DSemaChecking.cpp5452 enum ConstantSide { Lhs, Rhs, SizeOfConstSides }; enumerator in enum:__anon18010::ConstantSide

Completed in 6748 milliseconds