Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java837 private static double expm1(double x, double hiPrecOut[]) { in expm1() argument
971 if (hiPrecOut != null) { in expm1()
972 hiPrecOut[0] = ya; in expm1()
973 hiPrecOut[1] = yb; in expm1()