Searched refs:leastSig (Results 1 – 2 of 2) sorted by relevance
98 int32_t leastSig = fInterval.getLeastSignificantInclusive(); in computeAbsDoubleValue() local99 int32_t start = leastSig > fExponent ? leastSig : fExponent; in computeAbsDoubleValue()
67 int32_t leastSig = fMax.getLeastSignificantInclusive(); in round() local68 if (leastSig == INT32_MIN) { in round()72 exponent + leastSig, in round()