Home
last modified time | relevance | path

Searched refs:_lhs (Results 1 – 15 of 15) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DTriangularMatrixVector_MKL.h53 static void run(Index _rows, Index _cols, const Scalar* _lhs, Index lhsStride, \
56 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
61 static void run(Index _rows, Index _cols, const Scalar* _lhs, Index lhsStride, \
64 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
84 static void run(Index _rows, Index _cols, const EIGTYPE* _lhs, Index lhsStride, \
89 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
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 void run(Index _rows, Index _cols, const EIGTYPE* _lhs, Index lhsStride, \
[all …]
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,Oute…
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 …]
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, blocking); \
96 const EIGTYPE* _lhs, Index lhsStride, \
118 … _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
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, blocking); \
241 …rows, cols, depth, _lhs, lhsStride, aa_tmp.data(), aStride, res, resStride, alpha, gemm_blocking, …
[all …]
DTriangularSolverVector.h20 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs)
25 >::run(size, _lhs, lhsStride, rhs);
36 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs)
39 const LhsMap lhs(_lhs,size,size,OuterStride<>(lhsStride));
90 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs)
93 const LhsMap lhs(_lhs,size,size,OuterStride<>(lhsStride));
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; \
DSelfadjointMatrixMatrix.h46 void operator()(Scalar* blockA, const Scalar* _lhs, Index lhsStride, Index cols, Index rows) in operator()
48 const_blas_data_mapper<Scalar,Index,StorageOrder> lhs(_lhs,lhsStride); in operator()
234 const Scalar* _lhs, Index lhsStride,
245 const Scalar* _lhs, Index lhsStride,
252 const_blas_data_mapper<Scalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
325 const Scalar* _lhs, Index lhsStride,
336 const Scalar* _lhs, Index lhsStride,
343 const_blas_data_mapper<Scalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
DTriangularMatrixVector.h29 …static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStrid…
35 ::run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride,
44 const LhsMap lhs(_lhs,rows,cols,OuterStride<>(lhsStride));
97 …static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride,
103 ::run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride,
112 const LhsMap lhs(_lhs,rows,cols,OuterStride<>(lhsStride));
DTriangularMatrixMatrix.h96 const Scalar* _lhs, Index lhsStride,
109 const Scalar* _lhs, Index lhsStride,
120 const_blas_data_mapper<Scalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
237 const Scalar* _lhs, Index lhsStride,
250 const Scalar* _lhs, Index lhsStride,
261 const_blas_data_mapper<Scalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
DGeneralMatrixMatrixTriangular.h60 …static EIGEN_STRONG_INLINE void run(Index size, Index depth,const LhsScalar* _lhs, Index lhsStride,
63 const_blas_data_mapper<LhsScalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
DGeneralMatrixMatrix.h56 const LhsScalar* _lhs, Index lhsStride,
63 const_blas_data_mapper<LhsScalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
DGeneralBlockPanelKernel.h1120 …EIGEN_DONT_INLINE void operator()(Scalar* blockA, const Scalar* EIGEN_RESTRICT _lhs, Index lhsStri…
1125 …::operator()(Scalar* blockA, const Scalar* EIGEN_RESTRICT _lhs, Index lhsStride, Index depth, Inde…
1136 const_blas_data_mapper<Scalar, Index, StorageOrder> lhs(_lhs,lhsStride);
/external/eigen/blas/
DBandTriangularSolver.h28 static void run(Index size, Index k, const LhsScalar* _lhs, Index lhsStride, RhsScalar* _other)
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)
66 const LhsMap lhs(_lhs,k+1,size,OuterStride<>(lhsStride));
/external/autotest/site_utils/
Dtest_runner_utils_unittest.py23 self._lhs = start_of_list
26 if len(rhs)<len(self._lhs):
28 for (x, y) in zip(self._lhs, rhs):
/external/gemmlowp/internal/
Dmulti_thread_gemm.h402 const MatrixMap<const InputScalar, LhsOrder>& _lhs, in GemmWithPackedRhsTask()
409 lhs(_lhs), in GemmWithPackedRhsTask()
/external/llvm/lib/Support/
DAPFloat.cpp34 #define PackCategoriesIntoKey(_lhs, _rhs) ((_lhs) * 4 + (_rhs)) argument