Searched refs:big_radix (Results 1 – 1 of 1) sorted by relevance
664 BigInteger big_radix = BigInteger.valueOf(radix); in toStringFloatRep() local679 scale = CR.valueOf(big_radix.pow(scale_exp)).inverse(); in toStringFloatRep()681 scale = CR.valueOf(big_radix.pow(-scale_exp)); in toStringFloatRep()689 scaled_res = scaled_res.multiply(CR.valueOf(big_radix)); in toStringFloatRep()