Home
last modified time | relevance | path

Searched refs:_rhs (Results 1 – 16 of 16) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixMatrix_MKL.h53 const EIGTYPE* _rhs, Index rhsStride, \
83 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,n,m,OuterStride<>(rhsStride)); \
87 } else b = _rhs; \
104 const EIGTYPE* _rhs, Index rhsStride, \
140 b = _rhs; } \
143 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,m,n,OuterStride<>(rhsStride)); \
147 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,n,m,OuterStride<>(rhsStride)); \
150 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,n,m,OuterStride<>(rhsStride)); \
180 const EIGTYPE* _rhs, Index rhsStride, \
206 a = _rhs; \
[all …]
DSelfadjointMatrixVector_MKL.h55 const Scalar* _rhs, Index rhsIncr, Scalar* res, Scalar alpha) { \
61 size, lhs, lhsStride, _rhs, rhsIncr, res, alpha); \
64 size, lhs, lhsStride, _rhs, rhsIncr, res, alpha); \
82 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* res, EIGTYPE alpha) \
96 Map<const SYMVVector, 0, InnerStride<> > map_x(_rhs,size,1,InnerStride<>(incx)); \
100 } else x_ptr=_rhs; \
DTriangularMatrixVector_MKL.h54 … const Scalar* _rhs, Index rhsIncr, Scalar* _res, Index resIncr, Scalar alpha) { \
56 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
62 … const Scalar* _rhs, Index rhsIncr, Scalar* _res, Index resIncr, Scalar alpha) { \
64 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
85 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* _res, Index resIncr, EIGTYPE alpha) \
89 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
100 Map<const VectorRhs, 0, InnerStride<> > rhs(_rhs,cols,InnerStride<>(rhsIncr)); \
170 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* _res, Index resIncr, EIGTYPE alpha) \
174 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
185 Map<const VectorRhs, 0, InnerStride<> > rhs(_rhs,cols,InnerStride<>(rhsIncr)); \
DTriangularMatrixMatrix_MKL.h60 …const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha, level3_blocking<S…
64 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
97 const EIGTYPE* _rhs, Index rhsStride, \
118 … _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
127 …rows, cols, depth, aa_tmp.data(), aStride, _rhs, rhsStride, res, resStride, alpha, gemm_blocking, …
150 Map<const MatrixRhs, 0, OuterStride<> > rhs(_rhs,depth,cols,OuterStride<>(rhsStride)); \
211 const EIGTYPE* _rhs, Index rhsStride, \
232 … _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
236 Map<const MatrixRhs, 0, OuterStride<> > rhsMap(_rhs,depth,cols, OuterStride<>(rhsStride)); \
275 Map<const MatrixRhs, 0, OuterStride<> > rhs(_rhs,depth,cols, OuterStride<>(rhsStride)); \
[all …]
DGeneralMatrixMatrix_MKL.h58 const EIGTYPE* _rhs, Index rhsStride, \
100 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,k,n,OuterStride<>(rhsStride)); \
104 } else b = _rhs; \
DSelfadjointMatrixMatrix.h80 …void operator()(Scalar* blockB, const Scalar* _rhs, Index rhsStride, Index rows, Index cols, Index… in operator()
84 const_blas_data_mapper<Scalar,Index,StorageOrder> rhs(_rhs,rhsStride); in operator()
235 const Scalar* _rhs, Index rhsStride,
246 const Scalar* _rhs, Index rhsStride,
253 const_blas_data_mapper<Scalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
326 const Scalar* _rhs, Index rhsStride,
337 const Scalar* _rhs, Index rhsStride,
365 pack_rhs(blockB, _rhs, rhsStride, actual_kc, cols, k2);
DTriangularMatrixVector.h30 … const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha);
36 … const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha)
48 const RhsMap rhs(_rhs,cols,InnerStride<>(rhsIncr));
98 … const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha);
104 … const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha)
116 const RhsMap rhs(_rhs,cols);
DTriangularMatrixMatrix.h97 const Scalar* _rhs, Index rhsStride,
110 const Scalar* _rhs, Index rhsStride,
121 const_blas_data_mapper<Scalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
238 const Scalar* _rhs, Index rhsStride,
251 const Scalar* _rhs, Index rhsStride,
262 const_blas_data_mapper<Scalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
DSelfadjointMatrixVector.h33 const Scalar* _rhs, Index rhsIncr,
42 const Scalar* _rhs, Index rhsIncr, in run() argument
67 …e_aligned_stack_constructed_variable(Scalar,rhs,size,rhsIncr==1 ? const_cast<Scalar*>(_rhs) : 0); in run()
70 const Scalar* it = _rhs; in run()
DGeneralMatrixMatrixTriangular.h61 … const RhsScalar* _rhs, Index rhsStride, ResScalar* res, Index resStride, const ResScalar& alpha)
64 const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
DGeneralMatrixMatrix.h57 const RhsScalar* _rhs, Index rhsStride,
64 const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
/external/emma/core/java12/com/vladium/emma/data/
DClassDescriptor.java76 final ClassDescriptor _rhs = (ClassDescriptor) rhs; in equals()
78 if (hashCode () != _rhs.hashCode ()) return false; in equals()
80 if (! m_name.equals (_rhs.m_name)) return false; in equals()
81 if (! m_packageVMName.equals (_rhs.m_packageVMName)) return false; in equals()
/external/eigen/Eigen/src/Core/
DSelfCwiseBinaryOp.h147 SelfCwiseBinaryOp& operator=(const Rhs& _rhs)
149 typename internal::nested<Rhs>::type rhs(_rhs);
/external/opencv3/modules/core/include/opencv2/core/
Doperations.hpp324 Mat _u(u, false), _w(w, false), _vt(vt, false), _rhs(rhs, false), _dst(dst, false); in backSubst() local
325 SVD::backSubst(_w, _u, _vt, _rhs, _dst); in backSubst()
/external/opencv3/modules/core/src/
Dlapack.cpp1445 InputArray _rhs, OutputArray _dst ) in backSubst() argument
1447 Mat w = _w.getMat(), u = _u.getMat(), vt = _vt.getMat(), rhs = _rhs.getMat(); in backSubst()
/external/llvm/lib/Support/
DAPFloat.cpp34 #define PackCategoriesIntoKey(_lhs, _rhs) ((_lhs) * 4 + (_rhs)) argument