Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DCR.java586 BigInteger scaled_result = new BigInteger(whole + fraction, radix); in valueOf() local
588 return CR.valueOf(scaled_result).divide(CR.valueOf(divisor)); in valueOf()
993 CR scaled_result = shiftRight(extra_bits).ln(); in ln() local
994 return scaled_result.add(CR.valueOf(extra_bits).multiply(ln2)); in ln()