Home | History | Annotate | Download | only in creals

Lines Matching defs:scale_factor

575             BigInteger scale_factor = BigInteger.valueOf(radix).pow(n);
576 scaled_CR = multiply(new int_CR(scale_factor));