Home
last modified time | relevance | path

Searched refs:big_radix (Results 1 – 1 of 1) sorted by relevance

/external/crcalc/src/com/hp/creals/
DCR.java664 BigInteger big_radix = BigInteger.valueOf(radix); in toStringFloatRep() local
679 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()