Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/products/
DTriangularMatrixVector_BLAS.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); \
124 BLASPREFIX##trmv_(&uplo, &trans, &diag, &n, (const BLASTYPE*)_lhs, &lda, (BLASTYPE*)x, &incx); \
134 a = _lhs + size; \
141 a = _lhs + size*lda; \
166 static void run(Index _rows, Index _cols, const EIGTYPE* _lhs, Index lhsStride, \
[all …]
DSelfadjointMatrixMatrix_BLAS.h52 const EIGTYPE* _lhs, Index lhsStride, \
75 a = _lhs; \
98 const EIGTYPE* _lhs, Index lhsStride, \
122 …Map<const Matrix<EIGTYPE, Dynamic, Dynamic, LhsStorageOrder>, 0, OuterStride<> > lhs(_lhs,m,m,Oute…
126 } else a = _lhs; \
169 const EIGTYPE* _lhs, Index lhsStride, \
194 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > lhs(_lhs,n,m,OuterStride<>(rhsStride)); \
198 } else b = _lhs; \
214 const EIGTYPE* _lhs, Index lhsStride, \
245 b = _lhs; } \
[all …]
DTriangularMatrixMatrix_BLAS.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, \
119 … _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
123 Map<const MatrixLhs, 0, OuterStride<> > lhsMap(_lhs,rows,depth,OuterStride<>(lhsStride)); \
158 Map<const MatrixLhs, 0, OuterStride<> > lhs(_lhs,rows,depth,OuterStride<>(lhsStride)); \
170 a = _lhs; \
207 const EIGTYPE* _lhs, Index lhsStride, \
229 … _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
238 …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));
94 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs)
97 const LhsMap lhs(_lhs,size,size,OuterStride<>(lhsStride));
DGeneralMatrixMatrix_BLAS.h59 const EIGTYPE* _lhs, Index lhsStride, \
90 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > lhs(_lhs,m,k,OuterStride<>(lhsStride)); \
94 } else a = _lhs; \
DSelfadjointMatrixMatrix.h46 void operator()(Scalar* blockA, const Scalar* _lhs, Index lhsStride, Index cols, Index rows) in operator()
49 const_blas_data_mapper<Scalar,Index,StorageOrder> lhs(_lhs,lhsStride); in operator()
314 const Scalar* _lhs, Index lhsStride,
325 const Scalar* _lhs, Index lhsStride,
338 LhsMapper lhs(_lhs,lhsStride);
339 LhsTransposeMapper lhs_transpose(_lhs,lhsStride);
407 const Scalar* _lhs, Index lhsStride,
418 const Scalar* _lhs, Index lhsStride,
429 LhsMapper 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));
100 …static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride,
106 ::run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride,
115 const LhsMap lhs(_lhs,rows,cols,OuterStride<>(lhsStride));
DTriangularMatrixMatrix.h96 const Scalar* _lhs, Index lhsStride,
109 const Scalar* _lhs, Index lhsStride,
123 LhsMapper lhs(_lhs,lhsStride);
246 const Scalar* _lhs, Index lhsStride,
259 const Scalar* _lhs, Index lhsStride,
274 LhsMapper lhs(_lhs,lhsStride);
DGeneralMatrixMatrixTriangular.h61 …static EIGEN_STRONG_INLINE void run(Index size, Index depth,const LhsScalar* _lhs, Index lhsStride,
70 LhsMapper lhs(_lhs,lhsStride);
DGeneralMatrixMatrix.h60 const LhsScalar* _lhs, Index lhsStride,
70 LhsMapper 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.h430 const MatrixMap<const InputScalar, LhsOrder>& _lhs, in GemmWithPackedRhsTask()
439 lhs(_lhs), in GemmWithPackedRhsTask()
/external/llvm/lib/Support/
DAPFloat.cpp35 #define PackCategoriesIntoKey(_lhs, _rhs) ((_lhs) * 4 + (_rhs)) argument