Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java2330 Dfp tempDfp = DfpMath.pow(getTwo(), exponent); in toDouble() local
2331 while (tempDfp.lessThan(y) || tempDfp.equals(y)) { in toDouble()
2332 tempDfp = tempDfp.multiply(2); in toDouble()