Home
last modified time | relevance | path

Searched refs:lowValue (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java392 public final String formatMeasureRange(Measure lowValue, Measure highValue) { in formatMeasureRange() argument
393 MeasureUnit unit = lowValue.getUnit(); in formatMeasureRange()
397 Number lowNumber = lowValue.getNumber(); in formatMeasureRange()
459 …idth, QuantityFormatter> styleToCountToFormat = unitToStyleToCountToFormat.get(lowValue.getUnit()); in formatMeasureRange()
/external/deqp/modules/gles3/functional/
Des3fShaderInvarianceTests.cpp475 const char* lowValue; // !< lowValue^4 < maxValue in init() member
504 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue)) in init()
/external/deqp/modules/gles2/functional/
Des2fShaderInvarianceTests.cpp473 const char* lowValue; // !< lowValue^4 < maxValue in init() member
502 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue)) in init()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2594 const APInt& lowValue = I->Low->getValue(); in handleBitTestsSwitchCase() local
2597 uint64_t lo = (lowValue - lowBound).getZExtValue(); in handleBitTestsSwitchCase()