HomeSort by relevance Sort by last modified time
    Searched refs:lowerSize (Results 1 - 5 of 5) sorted by null

  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 57 resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), other.lowerSize());
60 memcpy(m_lower, other.m_lower, other.lowerSize() * sizeof (Scalar));
87 void reserve(Index size, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize) {
88 Index newAllocatedSize = size + upperSize + lowerSize;
90 reallocate(size, upperProfileSize, lowerProfileSize, upperSize, lowerSize);
98 void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize, float reserveSizeFactor = 0) {
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upperSize), lowerSize + Index(reserveSizeFactor * lowerSize));
103 m_lowerSize = lowerSize;
    [all...]
SkylineMatrix.h 95 return m_data.lowerSize();
384 return m_data.diagSize() + m_data.upperSize() + m_data.lowerSize();
703 for (Index i = 0; i < m.m_data.lowerSize(); i++)
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableRange.java 117 int lowerSize = mNestedTypeMarshaler.calculateMarshalSize(value.getLower());
120 return lowerSize + upperSize;
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp     [all...]

Completed in 670 milliseconds