Home
last modified time | relevance | path

Searched refs:EIGEN_RESTRICT (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector.h73 const Scalar* EIGEN_RESTRICT A0 = lhs + j*lhsStride; in run()
74 const Scalar* EIGEN_RESTRICT A1 = lhs + (j+1)*lhsStride; in run()
112 const Scalar* EIGEN_RESTRICT a0It = A0 + alignedStart; in run()
113 const Scalar* EIGEN_RESTRICT a1It = A1 + alignedStart; in run()
114 const Scalar* EIGEN_RESTRICT rhsIt = rhs + alignedStart; in run()
115 Scalar* EIGEN_RESTRICT resIt = res + alignedStart; in run()
140 const Scalar* EIGEN_RESTRICT A0 = lhs + j*lhsStride; in run()
/external/eigen/Eigen/src/SparseCore/
DAmbiVector.h192 ListEl* EIGEN_RESTRICT llElements = reinterpret_cast<ListEl*>(m_buffer); in coeffRef()
261 ListEl* EIGEN_RESTRICT llElements = reinterpret_cast<ListEl*>(m_buffer); in coeff()
310 ListEl* EIGEN_RESTRICT llElements = reinterpret_cast<ListEl*>(m_vector.m_buffer); in m_vector()
347 ListEl* EIGEN_RESTRICT llElements = reinterpret_cast<ListEl*>(m_vector.m_buffer);
/external/eigen/Eigen/src/Jacobi/
DJacobi.h316 Scalar* EIGEN_RESTRICT x = &xpr_x.derived().coeffRef(0); in apply_rotation_in_the_plane()
317 Scalar* EIGEN_RESTRICT y = &xpr_y.derived().coeffRef(0); in apply_rotation_in_the_plane()
350 Scalar* EIGEN_RESTRICT px = x + alignedStart; in apply_rotation_in_the_plane()
351 Scalar* EIGEN_RESTRICT py = y + alignedStart; in apply_rotation_in_the_plane()
409 Scalar* EIGEN_RESTRICT px = x; in apply_rotation_in_the_plane()
410 Scalar* EIGEN_RESTRICT py = y; in apply_rotation_in_the_plane()
/external/eigen/Eigen/src/Core/util/
DMacros.h791 #define EIGEN_RESTRICT macro
793 #ifndef EIGEN_RESTRICT
794 #define EIGEN_RESTRICT __restrict macro
DBlasUtil.h250 Scalar* EIGEN_RESTRICT m_data;