Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Dmathimpl.h72 struct Double __log__D(double);
Db_log.c430 __log__D(double x) in __log__D() function
432 __log__D(x) double x; in __log__D()
Db_tgamma.c166 u = __log__D(x);
301 lsine = __log__D(M_PI/z); /* = TRUNC(log(u)) + small */