Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_tgamma.c279 struct Double lg, lsine; local
301 lsine = __log__D(M_PI/z); /* = TRUNC(log(u)) + small */
302 lg.a -= lsine.a; /* exact (opposite signs) */
303 lg.b -= lsine.b;