Searched refs:big_radix (Results 1 – 1 of 1) sorted by relevance
636 BigInteger big_radix = BigInteger.valueOf(radix); in toStringFloatRep() local651 scale = CR.valueOf(big_radix.pow(scale_exp)).inverse(); in toStringFloatRep()653 scale = CR.valueOf(big_radix.pow(-scale_exp)); in toStringFloatRep()661 scaled_res = scaled_res.multiply(CR.valueOf(big_radix)); in toStringFloatRep()