Searched refs:lowValue (Results 1 – 4 of 4) sorted by relevance
392 public final String formatMeasureRange(Measure lowValue, Measure highValue) { in formatMeasureRange() argument393 MeasureUnit unit = lowValue.getUnit(); in formatMeasureRange()397 Number lowNumber = lowValue.getNumber(); in formatMeasureRange()459 …idth, QuantityFormatter> styleToCountToFormat = unitToStyleToCountToFormat.get(lowValue.getUnit()); in formatMeasureRange()
475 const char* lowValue; // !< lowValue^4 < maxValue in init() member504 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue)) in init()
473 const char* lowValue; // !< lowValue^4 < maxValue in init() member502 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue)) in init()
2594 const APInt& lowValue = I->Low->getValue(); in handleBitTestsSwitchCase() local2597 uint64_t lo = (lowValue - lowBound).getZExtValue(); in handleBitTestsSwitchCase()