Home | History | Annotate | Download | only in creals

Lines Matching full:scaled_result

558           BigInteger scaled_result = new BigInteger(whole + fraction, radix);
560 return CR.valueOf(scaled_result).divide(CR.valueOf(divisor));
951 CR scaled_result = shiftRight(extra_bits).ln();
952 return scaled_result.add(CR.valueOf(extra_bits).multiply(ln2));