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

/external/eigen/Eigen/src/Core/products/
H A 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, Inde
[all...]
H A 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,OuterStride<>(lhsStride)); \
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...]
H A 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; \
H A 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, 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));
94 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs) argument
97 const LhsMap lhs(_lhs,size,size,OuterStride<>(lhsStride));
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,
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);
107 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* _res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument
257 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* _res, Index resStride, const 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,
35 ::run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, argument
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, argument
115 const LhsMap lhs(_lhs,rows,cols,OuterStride<>(lhsStride));
H A DSelfadjointMatrixMatrix.h46 void operator()(Scalar* blockA, const Scalar* _lhs, Index lhsStride, Index cols, Index rows) argument
49 const_blas_data_mapper<Scalar,Index,StorageOrder> lhs(_lhs,lhsStride);
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);
323 run( Index rows, Index cols, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* _res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument
416 run( Index rows, Index cols, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* _res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument
H A DGeneralMatrixMatrix.h60 const LhsScalar* _lhs, Index lhsStride,
70 LhsMapper lhs(_lhs,lhsStride);
59 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 DGeneralMatrixMatrixTriangular.h61 static EIGEN_STRONG_INLINE void run(Index size, Index depth,const LhsScalar* _lhs, Index lhsStride, argument
70 LhsMapper 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/autotest/site_utils/
H A 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/
H A Dmulti_thread_gemm.h430 const MatrixMap<const InputScalar, LhsOrder>& _lhs,
439 lhs(_lhs),
428 GemmWithPackedRhsTask(GemmContextType* _context, const KernelBase& _kernel, const MatrixMap<const InputScalar, LhsOrder>& _lhs, const PackedRhs& _packed_rhs, MatrixMap<OutputScalar, ResultOrder>* _result, const MatrixBlockBounds& _result_block, const LhsOffset& _lhs_offset, const RhsOffset& _rhs_offset, const OutputPipelineType& _output_pipeline) argument
/external/llvm/lib/Support/
H A DAPFloat.cpp35 #define PackCategoriesIntoKey(_lhs, _rhs) ((_lhs) * 4 + (_rhs))
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 360 milliseconds