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

/ast/src/lib/libast/uwin/
H A Dlog.c94 /* Table of log(Fj) = logF_head[j] + logF_tail[j], for Fj = 1+j/128.
97 * It ensures correct reading of logF_head, even for inaccurate
108 static double logF_head[N+1] = { variable
436 /* (m*log2_hi+logF_head[j]+u1) + (m*log2_lo+logF_tail[j]+q); */
439 u1 += m*logF_head[N] + logF_head[j]; /* exact */
486 u1 += m*logF_head[N] + logF_head[j];

Completed in 9 milliseconds