Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_tgamma.c279 struct Double lg, lsine; local
300 lg = large_gam(y);
302 lg.a -= lsine.a; /* exact (opposite signs) */
303 lg.b -= lsine.b;
304 y = -(lg.a + lg.b);
305 z = (y + lg.a) + lg.b;