HomeSort by relevance Sort by last modified time
    Searched refs:qone (Results 1 - 3 of 3) sorted by null

  /external/fdlibm/
e_j1.c 62 static double pone(double), qone(double);
64 static double pone(), qone();
119 u = pone(y); v = qone(y);
198 u = pone(x); v = qone(x);
344 /* For x >= 8, the asymptotic expansions of qone is
347 * qone(x) = s*(0.375 + (R/S))
351 * | qone(x)/s -0.375-R/S | <= 2 ** ( -61.13)
455 static double qone(double x) function
457 static double qone(x)
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_j1.c 65 static double pone(double), qone(double);
111 u = pone(y); v = qone(y);
177 u = pone(x); v = qone(x);
283 /* For x >= 8, the asymptotic expansions of qone is
286 * qone(x) = s*(0.375 + (R/S))
290 * | qone(x)/s -0.375-R/S | <= 2 ** ( -61.13)
361 static double qone(double x) function
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 67 qone, enumerator in enum:quux

Completed in 67 milliseconds