Searched defs:_other (Results 1 - 6 of 6) sorted by relevance

/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/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 DPlainObjectBase.h315 EIGEN_STRONG_INLINE void resizeLike(const EigenBase<OtherDerived>& _other) argument
317 const OtherDerived& other = _other.derived();
/external/jetty/src/java/org/eclipse/jetty/io/
H A DThreadLocalBuffers.java57 if (buffers._other!=null && isBuffer(buffers._other))
59 Buffer b=buffers._other;
60 buffers._other=null;
78 if (buffers._other!=null && isHeader(buffers._other))
80 Buffer b=buffers._other;
81 buffers._other=null;
92 if (buffers._other!=null && buffers._other
133 Buffer _other; field in class:ThreadLocalBuffers.ThreadBuffers
[all...]
/external/eigen/Eigen/src/Core/products/
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...]

Completed in 230 milliseconds