Searched refs:ListEl (Results 1 – 1 of 1) sorted by relevance
72 Index allocSize = (size * sizeof(ListEl))/sizeof(Scalar); in reallocate()73 m_allocatedElements = (allocSize*sizeof(Scalar))/sizeof(ListEl); in reallocate()78 m_allocatedElements = (size*sizeof(Scalar))/sizeof(ListEl); in reallocate()90 Index allocSize = m_allocatedElements * sizeof(ListEl); in reallocateSparse()93 memcpy(newBuffer, m_buffer, copyElements * sizeof(ListEl)); in reallocateSparse()100 struct ListEl struct188 ListEl* EIGEN_RESTRICT llElements = reinterpret_cast<ListEl*>(m_buffer); in coeffRef()205 ListEl& el = llElements[m_llSize]; in coeffRef()234 llElements = reinterpret_cast<ListEl*>(m_buffer); in coeffRef()238 ListEl& el = llElements[m_llSize]; in coeffRef()[all …]