Searched refs:tempDfp (Results 1 – 1 of 1) sorted by relevance
2330 Dfp tempDfp = DfpMath.pow(getTwo(), exponent); in toDouble() local2331 while (tempDfp.lessThan(y) || tempDfp.equals(y)) { in toDouble()2332 tempDfp = tempDfp.multiply(2); in toDouble()