HomeSort by relevance Sort by last modified time
    Searched full:_rhs (Results 1 - 25 of 34) sorted by null

1 2

  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixMatrix_MKL.h 53 const EIGTYPE* _rhs, Index rhsStride, \
83 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,n,m,OuterStride<>(rhsStride)); \
87 } else b = _rhs; \
104 const EIGTYPE* _rhs, Index rhsStride, \
140 b = _rhs; } \
143 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,m,n,OuterStride<>(rhsStride)); \
147 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,n,m,OuterStride<>(rhsStride)); \
150 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,n,m,OuterStride<>(rhsStride)); \
180 const EIGTYPE* _rhs, Index rhsStride, \
206 a = _rhs; \
    [all...]
SelfadjointMatrixVector_MKL.h 55 const Scalar* _rhs, Index rhsIncr, Scalar* res, Scalar alpha) { \
61 size, lhs, lhsStride, _rhs, rhsIncr, res, alpha); \
64 size, lhs, lhsStride, _rhs, rhsIncr, res, alpha); \
82 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* res, EIGTYPE alpha) \
96 Map<const SYMVVector, 0, InnerStride<> > map_x(_rhs,size,1,InnerStride<>(incx)); \
100 } else x_ptr=_rhs; \
TriangularMatrixVector_MKL.h 54 const Scalar* _rhs, Index rhsIncr, Scalar* _res, Index resIncr, Scalar alpha) { \
56 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
62 const Scalar* _rhs, Index rhsIncr, Scalar* _res, Index resIncr, Scalar alpha) { \
64 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
85 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* _res, Index resIncr, EIGTYPE alpha) \
89 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
100 Map<const VectorRhs, 0, InnerStride<> > rhs(_rhs,cols,InnerStride<>(rhsIncr)); \
170 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* _res, Index resIncr, EIGTYPE alpha) \
174 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
185 Map<const VectorRhs, 0, InnerStride<> > rhs(_rhs,cols,InnerStride<>(rhsIncr));
    [all...]
TriangularMatrixMatrix_MKL.h 60 const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha, level3_blocking<Scalar,Scalar>& blocking) { \
64 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
97 const EIGTYPE* _rhs, Index rhsStride, \
118 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
127 rows, cols, depth, aa_tmp.data(), aStride, _rhs, rhsStride, res, resStride, alpha, gemm_blocking, 0); \
150 Map<const MatrixRhs, 0, OuterStride<> > rhs(_rhs,depth,cols,OuterStride<>(rhsStride)); \
211 const EIGTYPE* _rhs, Index rhsStride, \
232 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
236 Map<const MatrixRhs, 0, OuterStride<> > rhsMap(_rhs,depth,cols, OuterStride<>(rhsStride)); \
275 Map<const MatrixRhs, 0, OuterStride<> > rhs(_rhs,depth,cols, OuterStride<>(rhsStride));
    [all...]
GeneralMatrixMatrix_MKL.h 58 const EIGTYPE* _rhs, Index rhsStride, \
100 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,k,n,OuterStride<>(rhsStride)); \
104 } else b = _rhs; \
SelfadjointMatrixMatrix.h 80 void operator()(Scalar* blockB, const Scalar* _rhs, Index rhsStride, Index rows, Index cols, Index k2)
84 const_blas_data_mapper<Scalar,Index,StorageOrder> rhs(_rhs,rhsStride);
235 const Scalar* _rhs, Index rhsStride,
246 const Scalar* _rhs, Index rhsStride,
253 const_blas_data_mapper<Scalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
326 const Scalar* _rhs, Index rhsStride,
337 const Scalar* _rhs, Index rhsStride,
365 pack_rhs(blockB, _rhs, rhsStride, actual_kc, cols, k2);
TriangularMatrixMatrix.h 97 const Scalar* _rhs, Index rhsStride,
110 const Scalar* _rhs, Index rhsStride,
121 const_blas_data_mapper<Scalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
238 const Scalar* _rhs, Index rhsStride,
251 const Scalar* _rhs, Index rhsStride,
262 const_blas_data_mapper<Scalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
TriangularMatrixVector.h 30 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha);
36 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha)
48 const RhsMap rhs(_rhs,cols,InnerStride<>(rhsIncr));
98 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha);
104 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha)
116 const RhsMap rhs(_rhs,cols);
SelfadjointMatrixVector.h 33 const Scalar* _rhs, Index rhsIncr,
42 const Scalar* _rhs, Index rhsIncr,
67 ei_declare_aligned_stack_constructed_variable(Scalar,rhs,size,rhsIncr==1 ? const_cast<Scalar*>(_rhs) : 0);
70 const Scalar* it = _rhs;
GeneralMatrixMatrixTriangular.h 61 const RhsScalar* _rhs, Index rhsStride, ResScalar* res, Index resStride, const ResScalar& alpha)
64 const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
268 template<typename ProductDerived, typename _Lhs, typename _Rhs>
269 TriangularView<MatrixType,UpLo>& TriangularView<MatrixType,UpLo>::assignProduct(const ProductBase<ProductDerived, _Lhs,_Rhs>& prod, const Scalar& alpha)
271 general_product_to_triangular_selector<MatrixType, ProductDerived, UpLo, (_Lhs::ColsAtCompileTime==1) || (_Rhs::RowsAtCompileTime==1)>::run(m_matrix.const_cast_derived(), prod.derived(), alpha);
GeneralMatrixMatrix.h 57 const RhsScalar* _rhs, Index rhsStride,
64 const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 293 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...]
_string_sum.h 97 _lhs(lhs), _rhs(rhs) {}
100 _Right const& getRhs() const { return _rhs; }
109 size_type size() const { return _lhs.size() + _rhs.size(); }
117 { return (__n < _lhs.size())?_lhs[__n]:_rhs[__n - _lhs.size()]; }
255 { return _rhs._M_get_storage(*this, _StorageDirection()); }
257 template <class _Lhs, class _Rhs, class _StorageDir>
258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
262 template <class _Lhs, class _Rhs, class _StorageDir>
263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
265 { return _rhs._M_get_storage(__ref);
292 _Right _rhs; member in class:__bstr_sum
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 293 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...]
_string_sum.h 97 _lhs(lhs), _rhs(rhs) {}
100 _Right const& getRhs() const { return _rhs; }
109 size_type size() const { return _lhs.size() + _rhs.size(); }
117 { return (__n < _lhs.size())?_lhs[__n]:_rhs[__n - _lhs.size()]; }
255 { return _rhs._M_get_storage(*this, _StorageDirection()); }
257 template <class _Lhs, class _Rhs, class _StorageDir>
258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
262 template <class _Lhs, class _Rhs, class _StorageDir>
263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
265 { return _rhs._M_get_storage(__ref);
292 _Right _rhs; member in class:__bstr_sum
    [all...]
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 152 template<typename _Lhs, typename _Rhs>
153 struct traits<KroneckerProduct<_Lhs,_Rhs> >
156 typedef typename remove_all<_Rhs>::type Rhs;
170 template<typename _Lhs, typename _Rhs>
171 struct traits<KroneckerProductSparse<_Lhs,_Rhs> >
175 typedef typename remove_all<_Rhs>::type Rhs;
  /external/eigen/Eigen/src/SparseCore/
SparseDiagonalProduct.h 33 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),
  /external/emma/core/java12/com/vladium/emma/data/
ClassDescriptor.java 76 final ClassDescriptor _rhs = (ClassDescriptor) rhs;
78 if (hashCode () != _rhs.hashCode ()) return false;
80 if (! m_name.equals (_rhs.m_name)) return false;
81 if (! m_packageVMName.equals (_rhs.m_packageVMName)) return false;
  /external/eigen/Eigen/src/Core/
SelfCwiseBinaryOp.h 147 SelfCwiseBinaryOp& operator=(const Rhs& _rhs)
149 typename internal::nested<Rhs>::type rhs(_rhs);
ProductBase.h 21 template<typename Derived, typename _Lhs, typename _Rhs>
22 struct traits<ProductBase<Derived,_Lhs,_Rhs> >
26 typedef typename remove_all<_Rhs>::type Rhs;
GeneralProduct.h 60 typedef typename remove_all<Rhs>::type _Rhs;
64 MaxCols = _Rhs::MaxColsAtCompileTime,
65 Cols = _Rhs::ColsAtCompileTime,
67 _Rhs::MaxRowsAtCompileTime),
69 _Rhs::RowsAtCompileTime),
  /cts/tools/dasm/src/java_cup/
production.java 97 _rhs = new production_part[_rhs_length];
99 _rhs[i] = rhs_parts[i];
103 if (!_rhs[i].is_action())
104 ((symbol_part)_rhs[i]).the_symbol().note_use();
172 protected production_part _rhs[]; field in class:production
178 return _rhs[indx];
599 _rhs[act_loc] = new symbol_part(new_nt);
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 124 typedef typename remove_all<Rhs>::type _Rhs;
187 typedef typename remove_all<Rhs>::type _Rhs;
  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h     [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp     [all...]

Completed in 483 milliseconds

1 2