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.java636 BigInteger big_radix = BigInteger.valueOf(radix); in toStringFloatRep() local
651 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()