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

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

Completed in 388 milliseconds