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