Searched refs:lsine (Results 1 – 2 of 2) sorted by relevance
305 struct Double lg, lsine; in neg_gam() local333 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()
337 struct Double lg, lsine; in neg_gam() local