Searched refs:leastSig (Results 1 – 2 of 2) sorted by relevance
93 int32_t leastSig = fInterval.getLeastSignificantInclusive(); in computeAbsDoubleValue() local94 int32_t start = leastSig > fExponent ? leastSig : fExponent; in computeAbsDoubleValue()
65 int32_t leastSig = fMax.getLeastSignificantInclusive(); in round() local66 if (leastSig == INT32_MIN) { in round()70 exponent + leastSig, in round()