Searched refs:lores (Results 1 – 1 of 1) sorted by relevance
1481 final double lores = log(xpa, hiPrec); in log1p() local1482 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() local1512 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() local1664 if (Double.isInfinite(lores)){ // don't allow this to be converted to NaN in pow()1665 return lores; in pow()