Searched refs:_lhs (Results 1 - 14 of 14) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixVector_MKL.h53 static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const Scalar* _lhs, Index lhsStride, \
56 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
61 static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const Scalar* _lhs, Index lhsStride, \
64 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
84 static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const EIGTYPE* _lhs, Index lhsStride, \
89 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha, blocking); \
126 MKLPREFIX##trmv(&uplo, &trans, &diag, &n, (const MKLTYPE*)_lhs, &lda, (MKLTYPE*)x, &incx); \
137 a = _lhs + size; \
144 a = _lhs + size*lda; \
169 static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const EIGTYPE* _lhs, Inde
[all...]
H A DSelfadjointMatrixMatrix_MKL.h52 const EIGTYPE* _lhs, Index lhsStride, \
80 a = _lhs; \
103 const EIGTYPE* _lhs, Index lhsStride, \
132 Map<const Matrix<EIGTYPE, Dynamic, Dynamic, LhsStorageOrder>, 0, OuterStride<> > lhs(_lhs,m,m,OuterStride<>(lhsStride)); \
136 } else a = _lhs; \
179 const EIGTYPE* _lhs, Index lhsStride, \
209 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > lhs(_lhs,n,m,OuterStride<>(rhsStride)); \
213 } else b = _lhs; \
229 const EIGTYPE* _lhs, Index lhsStride, \
265 b = _lhs; } \
[all...]
H A DGeneralMatrixMatrix_MKL.h57 const EIGTYPE* _lhs, Index lhsStride, \
93 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > lhs(_lhs,m,k,OuterStride<>(lhsStride)); \
97 } else a = _lhs; \
H A DTriangularMatrixMatrix_MKL.h59 static inline void run(Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride,\
64 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha); \
96 const EIGTYPE* _lhs, Index lhsStride, \
118 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha); \
122 Map<const MatrixLhs, 0, OuterStride<> > lhsMap(_lhs,rows,depth,OuterStride<>(lhsStride)); \
161 Map<const MatrixLhs, 0, OuterStride<> > lhs(_lhs,rows,depth,OuterStride<>(lhsStride)); \
173 a = _lhs; \
210 const EIGTYPE* _lhs, Index lhsStride, \
232 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha); \
241 rows, cols, depth, _lhs, lhsStrid
[all...]
H A DTriangularSolverVector.h20 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs) argument
25 >::run(size, _lhs, lhsStride, rhs);
36 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs) argument
39 const LhsMap lhs(_lhs,size,size,OuterStride<>(lhsStride));
90 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs) argument
93 const LhsMap lhs(_lhs,size,size,OuterStride<>(lhsStride));
H A DSelfadjointMatrixMatrix.h46 void operator()(Scalar* blockA, const Scalar* _lhs, Index lhsStride, Index cols, Index rows) argument
48 const_blas_data_mapper<Scalar,Index,StorageOrder> lhs(_lhs,lhsStride);
234 const Scalar* _lhs, Index lhsStride,
241 const_blas_data_mapper<Scalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
315 const Scalar* _lhs, Index lhsStride,
322 const_blas_data_mapper<Scalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
232 run( Index rows, Index cols, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha) argument
313 run( Index rows, Index cols, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha) argument
H A DTriangularMatrixMatrix.h21 // void operator()(Scalar* blockA, const EIGEN_RESTRICT Scalar* _lhs, int lhsStride, int depth, int rows)
24 // const_blas_data_mapper<Scalar, StorageOrder> lhs(_lhs,lhsStride);
96 const Scalar* _lhs, Index lhsStride,
107 const_blas_data_mapper<Scalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
225 const Scalar* _lhs, Index lhsStride,
236 const_blas_data_mapper<Scalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
94 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha, level3_blocking<Scalar,Scalar>& blocking) argument
223 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha, level3_blocking<Scalar,Scalar>& blocking) argument
H A DTriangularMatrixVector.h29 static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, argument
38 const LhsMap lhs(_lhs,rows,cols,OuterStride<>(lhsStride));
92 static void run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, argument
101 const LhsMap lhs(_lhs,rows,cols,OuterStride<>(lhsStride));
H A DGeneralMatrixMatrixTriangular.h57 static EIGEN_STRONG_INLINE void run(Index size, Index depth,const LhsScalar* _lhs, Index lhsStride, argument
60 const_blas_data_mapper<LhsScalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
H A DGeneralMatrixMatrix.h55 const LhsScalar* _lhs, Index lhsStride,
62 const_blas_data_mapper<LhsScalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
54 run(Index rows, Index cols, Index depth, const LhsScalar* _lhs, Index lhsStride, const RhsScalar* _rhs, Index rhsStride, ResScalar* res, Index resStride, ResScalar alpha, level3_blocking<LhsScalar,RhsScalar>& blocking, GemmParallelInfo<Index>* info = 0) argument
H A DGeneralBlockPanelKernel.h1113 EIGEN_DONT_INLINE void operator()(Scalar* blockA, const Scalar* EIGEN_RESTRICT _lhs, Index lhsStride, Index depth, Index rows, argument
1123 const_blas_data_mapper<Scalar, Index, StorageOrder> lhs(_lhs,lhsStride);
/external/eigen/blas/
H A DBandTriangularSolver.h28 static void run(Index size, Index k, const LhsScalar* _lhs, Index lhsStride, RhsScalar* _other) argument
30 const LhsMap lhs(_lhs,size,k+1,OuterStride<>(lhsStride));
64 static void run(Index size, Index k, const LhsScalar* _lhs, Index lhsStride, RhsScalar* _other) argument
66 const LhsMap lhs(_lhs,k+1,size,OuterStride<>(lhsStride));
/external/stlport/stlport/stl/
H A D_string_sum.h97 _lhs(lhs), _rhs(rhs) {}
99 _Left const& getLhs() const { return _lhs; }
109 size_type size() const { return _lhs.size() + _rhs.size(); }
117 { return (__n < _lhs.size())?_lhs[__n]:_rhs[__n - _lhs.size()]; }
260 { return _lhs._M_get_storage(__ref); }
278 { return _lhs._M_get_storage(__ref, __do_init); }
291 _Left _lhs; member in class:__bstr_sum
/external/llvm/lib/Support/
H A DAPFloat.cpp34 #define PackCategoriesIntoKey(_lhs, _rhs) ((_lhs) * 4 + (_rhs))

Completed in 152 milliseconds