Home
last modified time | relevance | path

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

/freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c305 struct Double lg, lsine; in neg_gam() local
333 lsine = __log__D(M_PI / z); /* = TRUNC(log(u)) + small */ in neg_gam()
334 lg.a -= lsine.a; /* exact (opposite signs) */ in neg_gam()
335 lg.b -= lsine.b; in neg_gam()
/freebsd/lib/msun/ld80/
H A Db_tgammal.c337 struct Double lg, lsine; in neg_gam() local