/external/eigen/Eigen/src/Core/products/ |
SelfadjointMatrixVector_MKL.h | 55 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; \
|
SelfadjointMatrixMatrix_MKL.h | 53 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...] |
TriangularMatrixVector_MKL.h | 54 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,cols,InnerStride<>(rhsIncr)); [all...] |
GeneralMatrixMatrix_MKL.h | 58 const EIGTYPE* _rhs, Index rhsStride, \ 100 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > rhs(_rhs,k,n,OuterStride<>(rhsStride)); \ 104 } else b = _rhs; \
|
TriangularMatrixMatrix_MKL.h | 60 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,depth,cols, OuterStride<>(rhsStride)); [all...] |
SelfadjointMatrixMatrix.h | 80 void operator()(Scalar* blockB, const Scalar* _rhs, Index rhsStride, Index rows, Index cols, Index k2) 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);
|
SelfadjointMatrixVector.h | 33 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;
|
TriangularMatrixMatrix.h | 97 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);
|
TriangularMatrixVector.h | 30 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);
|
GeneralMatrixMatrixTriangular.h | 58 const RhsScalar* _rhs, Index rhsStride, ResScalar* res, Index resStride, ResScalar alpha) 61 const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride); 184 template<typename ProductDerived, typename _Lhs, typename _Rhs> 185 TriangularView<MatrixType,UpLo>& TriangularView<MatrixType,UpLo>::assignProduct(const ProductBase<ProductDerived, _Lhs,_Rhs>& prod, const Scalar& alpha)
|
GeneralMatrixMatrix.h | 56 const RhsScalar* _rhs, Index rhsStride, 63 const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
|
/external/emma/core/java12/com/vladium/emma/data/ |
ClassDescriptor.java | 76 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;
|
/cts/tools/dasm/src/java_cup/ |
production.java | 97 _rhs = new production_part[_rhs_length]; 99 _rhs[i] = rhs_parts[i]; 103 if (!_rhs[i].is_action()) 104 ((symbol_part)_rhs[i]).the_symbol().note_use(); 172 protected production_part _rhs[]; field in class:production 178 return _rhs[indx]; 599 _rhs[act_loc] = new symbol_part(new_nt);
|
/external/llvm/include/llvm/Support/ |
system_error.h | 644 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/ |
SelfCwiseBinaryOp.h | 147 SelfCwiseBinaryOp& operator=(const Rhs& _rhs) 149 typename internal::nested<Rhs>::type rhs(_rhs);
|
/external/stlport/stlport/stl/ |
_string_sum.h | 97 _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()); } 257 template <class _Lhs, class _Rhs, class _StorageDir> 258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 262 template <class _Lhs, class _Rhs, class _StorageDir> 263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 265 { return _rhs._M_get_storage(__ref); 292 _Right _rhs; member in class:__bstr_sum [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 97 _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()); } 257 template <class _Lhs, class _Rhs, class _StorageDir> 258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 262 template <class _Lhs, class _Rhs, class _StorageDir> 263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 265 { return _rhs._M_get_storage(__ref); 292 _Right _rhs; member in class:__bstr_sum [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 97 _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()); } 257 template <class _Lhs, class _Rhs, class _StorageDir> 258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 262 template <class _Lhs, class _Rhs, class _StorageDir> 263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 265 { return _rhs._M_get_storage(__ref); 292 _Right _rhs; member in class:__bstr_sum [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 97 _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()); } 257 template <class _Lhs, class _Rhs, class _StorageDir> 258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 262 template <class _Lhs, class _Rhs, class _StorageDir> 263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 265 { return _rhs._M_get_storage(__ref); 292 _Right _rhs; member in class:__bstr_sum [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 97 _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()); } 257 template <class _Lhs, class _Rhs, class _StorageDir> 258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 262 template <class _Lhs, class _Rhs, class _StorageDir> 263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 265 { return _rhs._M_get_storage(__ref); 292 _Right _rhs; member in class:__bstr_sum [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 97 _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()); } 257 template <class _Lhs, class _Rhs, class _StorageDir> 258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 262 template <class _Lhs, class _Rhs, class _StorageDir> 263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 265 { return _rhs._M_get_storage(__ref); 292 _Right _rhs; member in class:__bstr_sum [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string_sum.h | 97 _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()); } 257 template <class _Lhs, class _Rhs, class _StorageDir> 258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 262 template <class _Lhs, class _Rhs, class _StorageDir> 263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 265 { return _rhs._M_get_storage(__ref); 292 _Right _rhs; member in class:__bstr_sum [all...] |
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
java_cup.jar | |
java_cup.jar.old | |