Home
last modified time | relevance | path

Searched refs:newAllocatedSize (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DCompressedStorage.h78 Index newAllocatedSize = m_size + size; in reserve() local
79 if (newAllocatedSize > m_allocatedSize) in reserve()
80 reallocate(newAllocatedSize); in reserve()
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineStorage.h88 Index newAllocatedSize = size + upperSize + lowerSize; in reserve() local
89 if (newAllocatedSize > m_allocatedSize) in reserve()