Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dvisibledigits.cpp93 int32_t leastSig = fInterval.getLeastSignificantInclusive(); in computeAbsDoubleValue() local
94 int32_t start = leastSig > fExponent ? leastSig : fExponent; in computeAbsDoubleValue()
Dprecision.cpp65 int32_t leastSig = fMax.getLeastSignificantInclusive(); in round() local
66 if (leastSig == INT32_MIN) { in round()
70 exponent + leastSig, in round()