Searched refs:logF_head (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/msun/bsdsrc/
H A Db_log.c81 /* Table of log(Fj) = logF_head[j] + logF_tail[j], for Fj = 1+j/128.
84 * It ensures correct reading of logF_head, even for inaccurate
95 static double logF_head[N+1] = { variable
415 /* (m*log2_hi+logF_head[j]+u1) + (m*log2_lo+logF_tail[j]+q); */
418 u1 += m*logF_head[N] + logF_head[j]; /* exact */
464 u1 += m*logF_head[N] + logF_head[j];

Completed in 101 milliseconds