Searched refs:_other (Results 1 - 8 of 8) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DSwap.h75 OtherDerived& _other = other.const_cast_derived(); local
79 m_expression.coeffRef(rowId, colId) = _other.coeff(rowId, colId);
80 _other.coeffRef(rowId, colId) = 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>(rowId, colId)
103 _other.template writePacket<LoadMode>(rowId, colId, tmp);
109 OtherDerived& _other local
[all...]
H A DSelfCwiseBinaryOp.h90 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)) );
H A DSolveTriangular.h174 void TriangularView<MatrixType,Mode>::solveInPlace(const MatrixBase<OtherDerived>& _other) const
176 OtherDerived& other = _other.const_cast_derived();
H A DPlainObjectBase.h315 EIGEN_STRONG_INLINE void resizeLike(const EigenBase<OtherDerived>& _other) argument
317 const OtherDerived& other = _other.derived();
/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverMatrix_MKL.h54 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); \
H A DTriangularSolverMatrix.h24 Scalar* _other, Index otherStride,
32 ::run(size, cols, tri, triStride, _other, otherStride, blocking);
44 Scalar* _other, Index otherStride,
51 Scalar* _other, Index otherStride,
56 blas_data_mapper<Scalar, Index, ColMajor> other(_other,otherStride);
177 gebp_kernel(_other+i2, otherStride, blockA, blockB, actual_mc, actual_kc, cols, Scalar(-1), -1, -1, 0, 0, blockW);
192 Scalar* _other, Index otherStride,
199 Scalar* _other, Index otherStride,
204 blas_data_mapper<Scalar, Index, ColMajor> lhs(_other,otherStride);
311 pack_lhs_panel(blockA, _other
21 run( Index size, Index cols, const Scalar* tri, Index triStride, Scalar* _other, Index otherStride, level3_blocking<Scalar,Scalar>& blocking) argument
48 run( Index size, Index otherSize, const Scalar* _tri, Index triStride, Scalar* _other, Index otherStride, level3_blocking<Scalar,Scalar>& blocking) argument
196 run( Index size, Index otherSize, const Scalar* _tri, Index triStride, Scalar* _other, Index otherStride, level3_blocking<Scalar,Scalar>& blocking) argument
[all...]
/external/eigen/blas/
H A DBandTriangularSolver.h28 static void run(Index size, Index k, const LhsScalar* _lhs, Index lhsStride, RhsScalar* _other) argument
31 RhsMap other(_other,size,1);
64 static void run(Index size, Index k, const LhsScalar* _lhs, Index lhsStride, RhsScalar* _other) argument
67 RhsMap other(_other,size,1);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h8878 void Init(GLenum _current, GLenum _other) { argument
8881 other = _other;
8884 void* Set(void* cmd, GLenum _current, GLenum _other) { argument
8885 static_cast<ValueType*>(cmd)->Init(_current, _other);

Completed in 1805 milliseconds