Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java386 public final String formatMeasureRange(Measure lowValue, Measure highValue) { in formatMeasureRange() argument
387 MeasureUnit unit = lowValue.getUnit(); in formatMeasureRange()
391 Number lowNumber = lowValue.getNumber(); in formatMeasureRange()
456 getPluralFormatter(lowValue.getUnit(), formatWidth, resolvedPlural.ordinal()); in formatMeasureRange()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMeasureFormat.java369 public final String formatMeasureRange(Measure lowValue, Measure highValue) { in formatMeasureRange() argument
370 MeasureUnit unit = lowValue.getUnit(); in formatMeasureRange()
374 Number lowNumber = lowValue.getNumber(); in formatMeasureRange()
439 getPluralFormatter(lowValue.getUnit(), formatWidth, resolvedPlural.ordinal()); in formatMeasureRange()
/external/deqp/modules/gles2/functional/
Des2fShaderInvarianceTests.cpp464 const char* lowValue; // !< lowValue^4 < maxValue in init() member
493 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue)) in init()
/external/deqp/modules/gles3/functional/
Des3fShaderInvarianceTests.cpp466 const char* lowValue; // !< lowValue^4 < maxValue in init() member
495 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue)) in init()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2329 const APInt& lowValue = cast<ConstantInt>(I->Low)->getValue(); in handleBitTestsSwitchCase() local
2332 uint64_t lo = (lowValue - lowBound).getZExtValue(); in handleBitTestsSwitchCase()