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

  /src/lib/libm/noieee_src/
n_gamma.c 293 struct Double lg, lsine; local in function:neg_gam
317 lsine = __log__D(M_PI/z); /* = TRUNC(log(u)) + small */
318 lg.a -= lsine.a; /* exact (opposite signs) */
319 lg.b -= lsine.b;
  /src/lib/libm/src/
b_tgamma.c 279 struct Double lg, lsine; local in function:neg_gam
301 lsine = __log__D(M_PI/z); /* = TRUNC(log(u)) + small */
302 lg.a -= lsine.a; /* exact (opposite signs) */
303 lg.b -= lsine.b;

Completed in 14 milliseconds