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

/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlog1pl.c91 * (n*ln2_hi+_TBL_logl_hi[j]) +
95 * For ln2_hi and _TBL_logl_hi[j], we force their last 32 bit to be zero
96 * so that n*ln2_hi + _TBL_logl_hi[j] is exact. Here
97 * _TBL_logl_hi[j] + _TBL_logl_lo[j] match log(1+j*2**-6) to 194 bits
116 extern const long double _TBL_logl_hi[], _TBL_logl_lo[];
213 h = qn * ln2hi + _TBL_logl_hi[j];
H A Dlogl.c57 * (n*ln2_hi+_TBL_logl_hi[j]) +
61 * For ln2_hi and _TBL_logl_hi[j], we force their last 32 bit to be zero
62 * so that n*ln2_hi + _TBL_logl_hi[j] is exact. Here
63 * _TBL_logl_hi[j] + _TBL_logl_lo[j] match log(1+j*2**-6) to 194 bits
80 extern const long double _TBL_logl_hi[], _TBL_logl_lo[];
169 h = qn * ln2hi + _TBL_logl_hi[j];
H A D_TBL_logl.c37 const long double _TBL_logl_hi[] = { variable
H A Dpowl.c44 extern const long double _TBL_logl_hi[], _TBL_logl_lo[];
118 v = qn * ln2hi + _TBL_logl_hi[j];

Completed in 45 milliseconds