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

/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlog1pl.c92 * ( (n*ln2_lo+_TBL_logl_lo[j]) + s*(A1+...) )
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[];
212 t = qn * ln2lo + _TBL_logl_lo[j];
H A Dlogl.c58 * ( (n*ln2_lo+_TBL_logl_lo[j]) + s*(A1+...) )
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[];
168 t = qn * ln2lo + _TBL_logl_lo[j];
H A D_TBL_logl.c104 const long double _TBL_logl_lo[] = { variable
H A Dpowl.c44 extern const long double _TBL_logl_hi[], _TBL_logl_lo[];
115 t += qn * ln2lo + _TBL_logl_lo[j];

Completed in 227 milliseconds