HomeSort by relevance Sort by last modified time
    Searched refs:_lhs (Results 1 - 25 of 25) sorted by null

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector_BLAS.h 53 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, Index lhsStride,
    [all...]
SelfadjointMatrixMatrix_BLAS.h 52 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...]
GeneralMatrixMatrix_BLAS.h 59 const EIGTYPE* _lhs, Index lhsStride, \
90 Map<const MatrixX##EIGPREFIX, 0, OuterStride<> > lhs(_lhs,m,k,OuterStride<>(lhsStride)); \
94 } else a = _lhs; \
TriangularMatrixMatrix_BLAS.h 59 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, lhsStride, aa_tmp.data(), aStride, res, resStride, alpha, gemm_blocking, 0);
    [all...]
TriangularSolverVector.h 20 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs)
25 >::run(size, _lhs, lhsStride, rhs);
36 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs)
39 const LhsMap lhs(_lhs,size,size,OuterStride<>(lhsStride));
94 static void run(Index size, const LhsScalar* _lhs, Index lhsStride, RhsScalar* rhs)
97 const LhsMap lhs(_lhs,size,size,OuterStride<>(lhsStride));
TriangularMatrixMatrix.h 21 // 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);
TriangularMatrixVector.h 29 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,
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,
115 const LhsMap lhs(_lhs,rows,cols,OuterStride<>(lhsStride));
SelfadjointMatrixMatrix.h 46 void operator()(Scalar* blockA, const Scalar* _lhs, Index lhsStride, Index cols, Index rows)
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);
GeneralMatrixMatrix.h 60 const LhsScalar* _lhs, Index lhsStride,
70 LhsMapper lhs(_lhs,lhsStride);
GeneralMatrixMatrixTriangular.h 61 static EIGEN_STRONG_INLINE void run(Index size, Index depth,const LhsScalar* _lhs, Index lhsStride,
70 LhsMapper lhs(_lhs,lhsStride);
  /external/eigen/blas/
BandTriangularSolver.h 28 static void run(Index size, Index k, const LhsScalar* _lhs, Index lhsStride, RhsScalar* _other)
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)
66 const LhsMap lhs(_lhs,k+1,size,OuterStride<>(lhsStride));
  /frameworks/native/include/private/ui/
RegionHelper.h 166 inline Spanner(const region& _lhs, const region& _rhs)
167 : lhs(_lhs), rhs(_rhs)
227 inline SpannerInner(const region& _lhs, const region& _rhs)
228 : lhs(_lhs), rhs(_rhs)
  /external/autotest/site_utils/
test_runner_utils_unittest.py 23 self._lhs = start_of_list
26 if len(rhs)<len(self._lhs):
28 for (x, y) in zip(self._lhs, rhs):
  /cts/tools/dasm/src/java_cup/
production.java 87 _lhs = new symbol_part(lhs_sym);
164 protected symbol_part _lhs; field in class:production
167 public symbol_part lhs() {return _lhs;}
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 97 _lhs(lhs), _rhs(rhs) {}
99 _Left const& getLhs() const { return _lhs; }
109 size_type size() const { return _lhs.size() + _rhs.size(); }
117 { return (__n < _lhs.size())?_lhs[__n]:_rhs[__n - _lhs.size()]; }
257 template <class _Lhs, class _Rhs, class _StorageDir>
258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
260 { return _lhs._M_get_storage(__ref); }
262 template <class _Lhs, class _Rhs, class _StorageDir
291 _Left _lhs; member in class:__bstr_sum
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 97 _lhs(lhs), _rhs(rhs) {}
99 _Left const& getLhs() const { return _lhs; }
109 size_type size() const { return _lhs.size() + _rhs.size(); }
117 { return (__n < _lhs.size())?_lhs[__n]:_rhs[__n - _lhs.size()]; }
257 template <class _Lhs, class _Rhs, class _StorageDir>
258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
260 { return _lhs._M_get_storage(__ref); }
262 template <class _Lhs, class _Rhs, class _StorageDir
291 _Left _lhs; member in class:__bstr_sum
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 97 _lhs(lhs), _rhs(rhs) {}
99 _Left const& getLhs() const { return _lhs; }
109 size_type size() const { return _lhs.size() + _rhs.size(); }
117 { return (__n < _lhs.size())?_lhs[__n]:_rhs[__n - _lhs.size()]; }
257 template <class _Lhs, class _Rhs, class _StorageDir>
258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
260 { return _lhs._M_get_storage(__ref); }
262 template <class _Lhs, class _Rhs, class _StorageDir
291 _Left _lhs; member in class:__bstr_sum
    [all...]
  /external/gemmlowp/internal/
multi_thread_gemm.h 402 const MatrixMap<const InputScalar, LhsOrder>& _lhs,
409 lhs(_lhs),
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/llvm/lib/Support/
APFloat.cpp 35 #define PackCategoriesIntoKey(_lhs, _rhs) ((_lhs) * 4 + (_rhs))
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 1776 milliseconds