/external/eigen/Eigen/src/Core/products/ |
D | TriangularMatrixVector_MKL.h | 53 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 …]
|
D | SelfadjointMatrixMatrix_MKL.h | 52 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 …]
|
D | TriangularMatrixMatrix_MKL.h | 59 …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 …]
|
D | TriangularSolverVector.h | 20 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));
|
D | GeneralMatrixMatrix_MKL.h | 57 const EIGTYPE* _lhs, Index lhsStride, \ 93 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > lhs(_lhs,m,k,OuterStride<>(lhsStride)); \ 97 } else a = _lhs; \
|
D | SelfadjointMatrixMatrix.h | 46 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);
|
D | TriangularMatrixVector.h | 29 …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));
|
D | TriangularMatrixMatrix.h | 96 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);
|
D | GeneralMatrixMatrixTriangular.h | 60 …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);
|
D | GeneralMatrixMatrix.h | 56 const LhsScalar* _lhs, Index lhsStride, 63 const_blas_data_mapper<LhsScalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
|
D | GeneralBlockPanelKernel.h | 1120 …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/ |
D | BandTriangularSolver.h | 28 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/ |
D | test_runner_utils_unittest.py | 23 self._lhs = start_of_list 26 if len(rhs)<len(self._lhs): 28 for (x, y) in zip(self._lhs, rhs):
|
/external/gemmlowp/internal/ |
D | multi_thread_gemm.h | 402 const MatrixMap<const InputScalar, LhsOrder>& _lhs, in GemmWithPackedRhsTask() 409 lhs(_lhs), in GemmWithPackedRhsTask()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 34 #define PackCategoriesIntoKey(_lhs, _rhs) ((_lhs) * 4 + (_rhs)) argument
|