Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DEigen3f.java76 float[] maxValues = new float[3]; in calculateEigen() local
88 val[0] = maxValues[i]; in calculateEigen()
103 maxValues[i] = val[0]; in calculateEigen()
106 float maxCompare = maxValues[0]; in calculateEigen()
108 if (maxValues[1] > maxCompare) { in calculateEigen()
109 maxCompare = maxValues[1]; in calculateEigen()
112 if (maxValues[2] > maxCompare) { in calculateEigen()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp3419 LogicalExtentComputedValues maxValues; in computePositionedLogicalWidth() local
3424 maxValues); in computePositionedLogicalWidth()
3426 if (computedValues.m_extent > maxValues.m_extent) { in computePositionedLogicalWidth()
3427 computedValues.m_extent = maxValues.m_extent; in computePositionedLogicalWidth()
3428 computedValues.m_position = maxValues.m_position; in computePositionedLogicalWidth()
3429 computedValues.m_margins.m_start = maxValues.m_margins.m_start; in computePositionedLogicalWidth()
3430 computedValues.m_margins.m_end = maxValues.m_margins.m_end; in computePositionedLogicalWidth()
3750 LogicalExtentComputedValues maxValues; in computePositionedLogicalHeight() local
3754 maxValues); in computePositionedLogicalHeight()
3756 if (computedValues.m_extent > maxValues.m_extent) { in computePositionedLogicalHeight()
[all …]