HomeSort by: relevance | last modified time | path
    Searched defs:qone (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/noieee_src/
n_j1.c 123 static double pone (double), qone (double);
180 u = pone(y); v = qone(y);
266 u = pone(x); v = qone(x);
370 /* For x >= 8, the asymptotic expansions of qone is
373 * qone(x) = s*(0.375 + (R/S))
377 * | qone(x)/s -0.375-R/S | <= 2 ** ( -61.13)
449 qone(double x) function in typeref:typename:double
  /src/lib/libm/src/
e_j1.c 67 static double pone(double), qone(double);
113 u = pone(y); v = qone(y);
179 u = pone(x); v = qone(x);
287 /* For x >= 8, the asymptotic expansions of qone is
290 * qone(x) = s*(0.375 + (R/S))
294 * | qone(x)/s -0.375-R/S | <= 2 ** ( -61.13)
366 qone(double x) function in typeref:typename:double

Completed in 42 milliseconds