Searched refs:lowValue (Results 1 - 4 of 4) sorted by relevance
/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderInvarianceTests.cpp | 473 const char* lowValue; // !< lowValue^4 < maxValue member in struct:deqp::gles2::Functional::PrecisionCase 502 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderInvarianceTests.cpp | 475 const char* lowValue; // !< lowValue^4 < maxValue member in struct:deqp::gles3::Functional::PrecisionCase 504 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | MeasureFormat.java | 355 * <br>Note: If the format doesn’t have enough decimals, or lowValue ≥ highValue, 359 * @param lowValue low value in range 367 public final String formatMeasureRange(Measure lowValue, Measure highValue) { argument 368 MeasureUnit unit = lowValue.getUnit(); 372 Number lowNumber = lowValue.getNumber(); 426 // CurrencyAmount currencyLow = (CurrencyAmount) lowValue; 436 getPluralFormatter(lowValue.getUnit(), formatWidth, resolvedPlural.ordinal());
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | MeasureFormat.java | 373 * <br>Note: If the format doesn’t have enough decimals, or lowValue ≥ highValue, 377 * @param lowValue low value in range 384 public final String formatMeasureRange(Measure lowValue, Measure highValue) { argument 385 MeasureUnit unit = lowValue.getUnit(); 389 Number lowNumber = lowValue.getNumber(); 443 // CurrencyAmount currencyLow = (CurrencyAmount) lowValue; 453 getPluralFormatter(lowValue.getUnit(), formatWidth, resolvedPlural.ordinal());
|
Completed in 85 milliseconds