Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java1481 final double lores = log(xpa, hiPrec); in log1p() local
1482 if (Double.isInfinite(lores)){ // don't allow this to be converted to NaN in log1p()
1483 return lores; in log1p()
1511 final double lores = log(x, hiPrec); in log10() local
1512 if (Double.isInfinite(lores)){ // don't allow this to be converted to NaN in log10()
1513 return lores; in log10()
1663 final double lores = log(x, lns); in pow() local
1664 if (Double.isInfinite(lores)){ // don't allow this to be converted to NaN in pow()
1665 return lores; in pow()