Searched refs:scaled_result (Results 1 – 1 of 1) sorted by relevance
558 BigInteger scaled_result = new BigInteger(whole + fraction, radix); in valueOf() local560 return CR.valueOf(scaled_result).divide(CR.valueOf(divisor)); in valueOf()951 CR scaled_result = shiftRight(extra_bits).ln(); in ln() local952 return scaled_result.add(CR.valueOf(extra_bits).multiply(ln2)); in ln()