Searched refs:EIGEN_RESTRICT (Results 1 – 5 of 5) sorted by relevance
73 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()
192 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);
316 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()
791 #define EIGEN_RESTRICT macro793 #ifndef EIGEN_RESTRICT794 #define EIGEN_RESTRICT __restrict macro
250 Scalar* EIGEN_RESTRICT m_data;