Searched refs:ListEl (Results 1 – 1 of 1) sorted by relevance
76 Index allocSize = (size * sizeof(ListEl) + sizeof(Scalar) - 1)/sizeof(Scalar); in reallocate()77 m_allocatedElements = convert_index((allocSize*sizeof(Scalar))/sizeof(ListEl)); in reallocate()82 m_allocatedElements = convert_index((size*sizeof(Scalar))/sizeof(ListEl)); in reallocate()94 Index allocSize = m_allocatedElements * sizeof(ListEl); in reallocateSparse()97 memcpy(newBuffer, m_buffer, copyElements * sizeof(ListEl)); in reallocateSparse()104 struct ListEl struct192 ListEl* EIGEN_RESTRICT llElements = reinterpret_cast<ListEl*>(m_buffer); in coeffRef()209 ListEl& el = llElements[m_llSize]; in coeffRef()238 llElements = reinterpret_cast<ListEl*>(m_buffer); in coeffRef()242 ListEl& el = llElements[m_llSize]; in coeffRef()[all …]