/external/eigen/Eigen/src/Core/ |
Swap.h | 75 OtherDerived& _other = other.const_cast_derived(); local 79 m_expression.coeffRef(row, col) = _other.coeff(row, col); 80 _other.coeffRef(row, col) = tmp; 86 OtherDerived& _other = other.const_cast_derived(); local 89 m_expression.coeffRef(index) = _other.coeff(index); 90 _other.coeffRef(index) = tmp; 96 OtherDerived& _other = other.const_cast_derived(); local 101 _other.template packet<LoadMode>(row, col) 103 _other.template writePacket<LoadMode>(row, col, tmp); 109 OtherDerived& _other = other.const_cast_derived() local [all...] |
SelfCwiseBinaryOp.h | 90 OtherDerived& _other = other.const_cast_derived(); local 94 tmp = m_functor(tmp, _other.coeff(row,col)); 100 OtherDerived& _other = other.const_cast_derived(); local 103 tmp = m_functor(tmp, _other.coeff(index)); 109 OtherDerived& _other = other.const_cast_derived(); local 113 m_functor.packetOp(m_matrix.template packet<StoreMode>(row, col),_other.template packet<LoadMode>(row, col)) ); 119 OtherDerived& _other = other.const_cast_derived(); local 122 m_functor.packetOp(m_matrix.template packet<StoreMode>(index),_other.template packet<LoadMode>(index)) );
|
/external/eigen/blas/ |
BandTriangularSolver.h | 28 static void run(Index size, Index k, const LhsScalar* _lhs, Index lhsStride, RhsScalar* _other) 31 RhsMap other(_other,size,1); 64 static void run(Index size, Index k, const LhsScalar* _lhs, Index lhsStride, RhsScalar* _other) 67 RhsMap other(_other,size,1);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_local_iterator.tcc | 35 template<typename _Other> 38 _M_valid_range(const _Safe_local_iterator<_Other, _Sequence>& __rhs) const
|
safe_iterator.tcc | 68 template<typename _Other> 71 _M_valid_range(const _Safe_iterator<_Other, _Sequence>& __rhs) const
|
safe_local_iterator.h | 257 template<typename _Other> 259 _M_valid_range(const _Safe_local_iterator<_Other, 276 template <typename _Other> 277 bool _M_in_same_bucket(const _Safe_local_iterator<_Other,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_local_iterator.tcc | 35 template<typename _Other> 38 _M_valid_range(const _Safe_local_iterator<_Other, _Sequence>& __rhs) const
|
safe_iterator.tcc | 68 template<typename _Other> 71 _M_valid_range(const _Safe_iterator<_Other, _Sequence>& __rhs) const
|
safe_local_iterator.h | 257 template<typename _Other> 259 _M_valid_range(const _Safe_local_iterator<_Other, 276 template <typename _Other> 277 bool _M_in_same_bucket(const _Safe_local_iterator<_Other,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
safe_local_iterator.tcc | 35 template<typename _Other> 38 _M_valid_range(const _Safe_local_iterator<_Other, _Sequence>& __rhs) const
|
safe_iterator.tcc | 67 template<typename _Other> 70 _M_valid_range(const _Safe_iterator<_Other, _Sequence>& __rhs) const
|
safe_local_iterator.h | 257 template<typename _Other> 259 _M_valid_range(const _Safe_local_iterator<_Other, 276 template <typename _Other> 277 bool _M_in_same_bucket(const _Safe_local_iterator<_Other,
|
/external/eigen/Eigen/src/Core/products/ |
TriangularSolverMatrix_MKL.h | 54 EIGTYPE* _other, Index otherStride, level3_blocking<EIGTYPE,EIGTYPE>& /*blocking*/) \ 85 MKLPREFIX##trsm(&side, &uplo, &transa, &diag, &m, &n, &alpha, (const MKLTYPE*)a, &lda, (MKLTYPE*)_other, &ldb); \ 109 EIGTYPE* _other, Index otherStride, level3_blocking<EIGTYPE,EIGTYPE>& /*blocking*/) \ 140 MKLPREFIX##trsm(&side, &uplo, &transa, &diag, &m, &n, &alpha, (const MKLTYPE*)a, &lda, (MKLTYPE*)_other, &ldb); \
|
TriangularSolverMatrix.h | 24 Scalar* _other, Index otherStride, 32 ::run(size, cols, tri, triStride, _other, otherStride, blocking); 44 Scalar* _other, Index otherStride, 49 blas_data_mapper<Scalar, Index, ColMajor> other(_other,otherStride); 170 gebp_kernel(_other+i2, otherStride, blockA, blockB, actual_mc, actual_kc, cols, Scalar(-1), -1, -1, 0, 0, blockW); 186 Scalar* _other, Index otherStride, 191 blas_data_mapper<Scalar, Index, ColMajor> lhs(_other,otherStride); 298 pack_lhs_panel(blockA, _other+absolute_j2*otherStride+i2, otherStride, 305 gebp_kernel(_other+i2+startPanel*otherStride, otherStride, blockA, geb,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
safe_iterator.tcc | 69 template<typename _Other> 72 _M_valid_range(const _Safe_iterator<_Other, _Sequence>& __rhs) const
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
safe_iterator.tcc | 68 template<typename _Other> 71 _M_valid_range(const _Safe_iterator<_Other, _Sequence>& __rhs) const
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
safe_iterator.tcc | 68 template<typename _Other> 71 _M_valid_range(const _Safe_iterator<_Other, _Sequence>& __rhs) const
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
safe_iterator.tcc | 69 template<typename _Other> 72 _M_valid_range(const _Safe_iterator<_Other, _Sequence>& __rhs) const
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
safe_iterator.tcc | 69 template<typename _Other> 72 _M_valid_range(const _Safe_iterator<_Other, _Sequence>& __rhs) const
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
safe_iterator.tcc | 69 template<typename _Other> 72 _M_valid_range(const _Safe_iterator<_Other, _Sequence>& __rhs) const
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/ |
safe_iterator.tcc | 69 template<typename _Other> 72 _M_valid_range(const _Safe_iterator<_Other, _Sequence>& __rhs) const
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
safe_iterator.tcc | 68 template<typename _Other> 71 _M_valid_range(const _Safe_iterator<_Other, _Sequence>& __rhs) const
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
safe_iterator.tcc | 68 template<typename _Other> 71 _M_valid_range(const _Safe_iterator<_Other, _Sequence>& __rhs) const
|
/external/stlport/test/unit/ |
stack_allocator.h | 82 template <class _Other> 84 typedef StackAllocator<_Other> other;
|
/ndk/tests/device/test-gnustl-full/unit/ |
stack_allocator.h | 82 template <class _Other> 84 typedef StackAllocator<_Other> other;
|