Home
last modified time | relevance | path

Searched refs:_Rhs (Results 1 – 8 of 8) sorted by relevance

/external/stlport/stlport/stl/
D_string_operators.h293 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
295 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
300 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
303 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
328 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
331 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
337 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
339 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
358 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
360 operator<(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
[all …]
D_string_sum.h257 template <class _Lhs, class _Rhs, class _StorageDir>
258 …_BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __re… in _M_get_storage() argument
262 template <class _Lhs, class _Rhs, class _StorageDir>
263 …_BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __re… in _M_get_storage() argument
267 template <class _Lhs, class _Rhs, class _StorageDir>
268 …_BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __re… in _M_get_storage() argument
275 template <class _Lhs, class _Rhs, class _StorageDir>
276 …_BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const… in _M_get_storage() argument
280 template <class _Lhs, class _Rhs, class _StorageDir>
281 …_BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const… in _M_get_storage() argument
[all …]
/external/eigen/Eigen/src/SparseCore/
DSparseDiagonalProduct.h33 typedef typename remove_all<Rhs>::type _Rhs;
41 ColsAtCompileTime = _Rhs::ColsAtCompileTime,
44 MaxColsAtCompileTime = _Rhs::MaxColsAtCompileTime,
46 SparseFlags = is_diagonal<_Lhs>::ret ? int(_Rhs::Flags) : int(_Lhs::Flags),
DSparseSelfAdjointView.h215 typedef typename internal::remove_all<Rhs>::type _Rhs;
/external/eigen/Eigen/src/Core/
DProductBase.h21 template<typename Derived, typename _Lhs, typename _Rhs>
22 struct traits<ProductBase<Derived,_Lhs,_Rhs> >
26 typedef typename remove_all<_Rhs>::type Rhs;
DGeneralProduct.h60 typedef typename remove_all<Rhs>::type _Rhs; typedef
64 MaxCols = _Rhs::MaxColsAtCompileTime,
65 Cols = _Rhs::ColsAtCompileTime,
67 _Rhs::MaxRowsAtCompileTime),
69 _Rhs::RowsAtCompileTime),
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineProduct.h124 typedef typename remove_all<Rhs>::type _Rhs;
187 typedef typename remove_all<Rhs>::type _Rhs;
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrixTriangular.h184 template<typename ProductDerived, typename _Lhs, typename _Rhs>
185 …ew<MatrixType,UpLo>::assignProduct(const ProductBase<ProductDerived, _Lhs,_Rhs>& prod, const Scala…