Searched refs:_rhs (Results 1 - 17 of 17) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A 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; \
H A 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...]
H A 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, level3_blocking<EIGTYPE,EIGTYPE>& blocking) \
89 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha, blocking); \
100 Map<const VectorRhs, 0, InnerStride<> > rhs(_rhs,cols,InnerStride<>(rhsIncr)); \
170 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* _res, Index resIncr, EIGTYPE alpha, level3_blocking<EIGTYPE,EIGTYPE>& blocking) \
174 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha, blocking); \
185 Map<const VectorRhs, 0, InnerStride<> > rhs(_rhs,col
[all...]
H A 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; \
H A DTriangularMatrixMatrix_MKL.h60 const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha) { \
64 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha); \
97 const EIGTYPE* _rhs, Index rhsStride, \
118 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha); \
127 rows, cols, depth, aa_tmp.data(), aStride, _rhs, rhsStride, res, resStride, alpha, blocking, 0); \
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); \
236 Map<const MatrixRhs, 0, OuterStride<> > rhsMap(_rhs,depth,cols, OuterStride<>(rhsStride)); \
275 Map<const MatrixRhs, 0, OuterStride<> > rhs(_rhs,dept
[all...]
H A DSelfadjointMatrixMatrix.h80 void operator()(Scalar* blockB, const Scalar* _rhs, Index rhsStride, Index rows, Index cols, Index k2) argument
84 const_blas_data_mapper<Scalar,Index,StorageOrder> rhs(_rhs,rhsStride);
235 const Scalar* _rhs, Index rhsStride,
242 const_blas_data_mapper<Scalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
316 const Scalar* _rhs, Index rhsStride,
344 pack_rhs(blockB, _rhs, rhsStride, actual_kc, cols, k2);
232 run( Index rows, Index cols, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha) argument
313 run( Index rows, Index cols, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha) argument
H A DSelfadjointMatrixVector.h33 const Scalar* _rhs, Index rhsIncr,
59 ei_declare_aligned_stack_constructed_variable(Scalar,rhs,size,rhsIncr==1 ? const_cast<Scalar*>(_rhs) : 0);
62 const Scalar* it = _rhs;
30 run( Index size, const Scalar* lhs, Index lhsStride, const Scalar* _rhs, Index rhsIncr, Scalar* res, Scalar alpha) argument
H A DTriangularMatrixMatrix.h97 const Scalar* _rhs, Index rhsStride,
108 const_blas_data_mapper<Scalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
226 const Scalar* _rhs, Index rhsStride,
237 const_blas_data_mapper<Scalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
94 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha, level3_blocking<Scalar,Scalar>& blocking) argument
223 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha, level3_blocking<Scalar,Scalar>& blocking) argument
H A DTriangularMatrixVector.h30 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha)
42 const RhsMap rhs(_rhs,cols,InnerStride<>(rhsIncr));
93 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha)
105 const RhsMap rhs(_rhs,cols);
29 run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha) argument
92 run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha) argument
H A DGeneralMatrixMatrixTriangular.h58 const RhsScalar* _rhs, Index rhsStride, ResScalar* res, Index resStride, ResScalar alpha)
61 const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
57 run(Index size, Index depth,const LhsScalar* _lhs, Index lhsStride, const RhsScalar* _rhs, Index rhsStride, ResScalar* res, Index resStride, ResScalar alpha) argument
H A DGeneralMatrixMatrix.h56 const RhsScalar* _rhs, Index rhsStride,
63 const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
54 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
/external/emma/core/java12/com/vladium/emma/data/
H A DClassDescriptor.java76 final ClassDescriptor _rhs = (ClassDescriptor) rhs;
78 if (hashCode () != _rhs.hashCode ()) return false;
80 if (! m_name.equals (_rhs.m_name)) return false;
81 if (! m_packageVMName.equals (_rhs.m_packageVMName)) return false;
/external/llvm/include/llvm/Support/
H A Dsystem_error.h644 bool operator==(const error_category& _rhs) const {return this == &_rhs;}
646 bool operator!=(const error_category& _rhs) const {return !(*this == _rhs);}
648 bool operator< (const error_category& _rhs) const {return this < &_rhs;}
/external/eigen/Eigen/src/Core/
H A DSelfCwiseBinaryOp.h147 SelfCwiseBinaryOp& operator=(const Rhs& _rhs) argument
149 typename internal::nested<Rhs>::type rhs(_rhs);
/external/stlport/stlport/stl/
H A D_string_sum.h97 _lhs(lhs), _rhs(rhs) {}
100 _Right const& getRhs() const { return _rhs; }
109 size_type size() const { return _lhs.size() + _rhs.size(); }
117 { return (__n < _lhs.size())?_lhs[__n]:_rhs[__n - _lhs.size()]; }
255 { return _rhs._M_get_storage(*this, _StorageDirection()); }
265 { return _rhs._M_get_storage(__ref); }
283 { return _rhs._M_get_storage(__ref, __do_init); }
292 _Right _rhs; member in class:__bstr_sum
/external/llvm/lib/Support/
H A DAPFloat.cpp34 #define PackCategoriesIntoKey(_lhs, _rhs) ((_lhs) * 4 + (_rhs))
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 232 milliseconds