Searched refs:EIGEN_RESTRICT (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixVector.h74 register const Scalar* EIGEN_RESTRICT A0 = lhs + j*lhsStride;
75 register const Scalar* EIGEN_RESTRICT A1 = lhs + (j+1)*lhsStride;
114 const Scalar* EIGEN_RESTRICT a0It = A0 + alignedStart;
115 const Scalar* EIGEN_RESTRICT a1It = A1 + alignedStart;
116 const Scalar* EIGEN_RESTRICT rhsIt = rhs + alignedStart;
117 Scalar* EIGEN_RESTRICT resIt = res + alignedStart;
142 register const Scalar* EIGEN_RESTRICT A0 = lhs + j*lhsStride;
H A DGeneralBlockPanelKernel.h1113 EIGEN_DONT_INLINE void operator()(Scalar* blockA, const Scalar* EIGEN_RESTRICT _lhs, Index lhsStride, Index depth, Index rows,
/external/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h188 ListEl* EIGEN_RESTRICT llElements = reinterpret_cast<ListEl*>(m_buffer);
257 ListEl* EIGEN_RESTRICT llElements = reinterpret_cast<ListEl*>(m_buffer);
305 ListEl* EIGEN_RESTRICT llElements = reinterpret_cast<ListEl*>(m_vector.m_buffer);
341 ListEl* EIGEN_RESTRICT llElements = reinterpret_cast<ListEl*>(m_vector.m_buffer);
/external/eigen/Eigen/src/Jacobi/
H A DJacobi.h304 Scalar* EIGEN_RESTRICT x = &_x.coeffRef(0);
305 Scalar* EIGEN_RESTRICT y = &_y.coeffRef(0);
331 Scalar* EIGEN_RESTRICT px = x + alignedStart;
332 Scalar* EIGEN_RESTRICT py = y + alignedStart;
388 Scalar* EIGEN_RESTRICT px = x;
389 Scalar* EIGEN_RESTRICT py = y;
/external/eigen/Eigen/src/Core/util/
H A DMacros.h278 #define EIGEN_RESTRICT macro
280 #ifndef EIGEN_RESTRICT
281 #define EIGEN_RESTRICT __restrict macro
H A DBlasUtil.h130 Scalar* EIGEN_RESTRICT m_data;
143 const Scalar* EIGEN_RESTRICT m_data;

Completed in 111 milliseconds