OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lowerSize
(Results
1 - 3
of
3
) 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
...]
/external/icu4c/test/intltest/
apicoll.cpp
[
all
...]
/external/icu4c/test/cintltst/
capitst.c
[
all
...]
Completed in 66 milliseconds