Searched refs:big_radix (Results 1 – 1 of 1) sorted by relevance
667 BigInteger big_radix = BigInteger.valueOf(radix); in toStringFloatRep() local682 scale = CR.valueOf(big_radix.pow(scale_exp)).inverse(); in toStringFloatRep()684 scale = CR.valueOf(big_radix.pow(-scale_exp)); in toStringFloatRep()692 scaled_res = scaled_res.multiply(CR.valueOf(big_radix)); in toStringFloatRep()