Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixMatrix_BLAS.h53 const EIGTYPE* _rhs, Index rhsStride, \
78 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,n,m,OuterStride<>(rhsStride)); \
82 } else b = _rhs; \
99 const EIGTYPE* _rhs, Index rhsStride, \
130 b = _rhs; } \
133 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,m,n,OuterStride<>(rhsStride)); \
137 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,n,m,OuterStride<>(rhsStride)); \
140 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,n,m,OuterStride<>(rhsStride)); \
170 const EIGTYPE* _rhs, Index rhsStride, \
191 a = _rhs; \
[all …]
DSelfadjointMatrixVector_BLAS.h55 const Scalar* _rhs, Scalar* res, Scalar alpha) { \
61 size, lhs, lhsStride, _rhs, res, alpha); \
64 size, lhs, lhsStride, _rhs, res, alpha); \
82 const EIGTYPE* _rhs, EIGTYPE* res, EIGTYPE alpha) \
94 Map<const SYMVVector, 0 > map_x(_rhs,size,1); \
97 } else x_ptr=_rhs; \
DTriangularMatrixVector_BLAS.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)); \
167 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* _res, Index resIncr, EIGTYPE alpha) \
171 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
182 Map<const VectorRhs, 0, InnerStride<> > rhs(_rhs,cols,InnerStride<>(rhsIncr)); \
DTriangularMatrixMatrix_BLAS.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, \
119 … _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
128 …rows, cols, depth, aa_tmp.data(), aStride, _rhs, rhsStride, res, resStride, alpha, gemm_blocking, …
147 Map<const MatrixRhs, 0, OuterStride<> > rhs(_rhs,depth,cols,OuterStride<>(rhsStride)); \
208 const EIGTYPE* _rhs, Index rhsStride, \
229 … _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
233 Map<const MatrixRhs, 0, OuterStride<> > rhsMap(_rhs,depth,cols, OuterStride<>(rhsStride)); \
268 Map<const MatrixRhs, 0, OuterStride<> > rhs(_rhs,depth,cols, OuterStride<>(rhsStride)); \
[all …]
DGeneralMatrixMatrix_BLAS.h60 const EIGTYPE* _rhs, Index rhsStride, \
97 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,k,n,OuterStride<>(rhsStride)); \
101 } else b = _rhs; \
DTriangularMatrixVector.h30 … const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const RhsScalar& alpha);
36 … const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const RhsScalar& alpha)
48 const RhsMap rhs(_rhs,cols,InnerStride<>(rhsIncr));
101 … const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha);
107 … const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha)
119 const RhsMap rhs(_rhs,cols);
DSelfadjointMatrixMatrix.h87 …void operator()(Scalar* blockB, const Scalar* _rhs, Index rhsStride, Index rows, Index cols, Index… in operator()
91 const_blas_data_mapper<Scalar,Index,StorageOrder> rhs(_rhs,rhsStride); in operator()
315 const Scalar* _rhs, Index rhsStride,
326 const Scalar* _rhs, Index rhsStride,
340 RhsMapper rhs(_rhs,rhsStride);
408 const Scalar* _rhs, Index rhsStride,
419 const Scalar* _rhs, Index rhsStride,
447 pack_rhs(blockB, _rhs, rhsStride, actual_kc, cols, k2);
DTriangularMatrixMatrix.h97 const Scalar* _rhs, Index rhsStride,
110 const Scalar* _rhs, Index rhsStride,
124 RhsMapper rhs(_rhs,rhsStride);
247 const Scalar* _rhs, Index rhsStride,
260 const Scalar* _rhs, Index rhsStride,
275 RhsMapper rhs(_rhs,rhsStride);
DGeneralMatrixMatrixTriangular.h62 … const RhsScalar* _rhs, Index rhsStride, ResScalar* _res, Index resStride,
71 RhsMapper rhs(_rhs,rhsStride);
DGeneralMatrixMatrix.h61 const RhsScalar* _rhs, Index rhsStride,
71 RhsMapper 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/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h653 bool operator==(const error_category& _rhs) const {return this == &_rhs;}
655 bool operator!=(const error_category& _rhs) const {return !(*this == _rhs);}
657 bool operator< (const error_category& _rhs) const {return this < &_rhs;}
/external/llvm/lib/Support/
DAPFloat.cpp35 #define PackCategoriesIntoKey(_lhs, _rhs) ((_lhs) * 4 + (_rhs)) argument