Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libm/common/Q/
H A Dlogl.c80 extern const long double _TBL_logl_hi[], _TBL_logl_lo[];
168 t = qn * ln2lo + _TBL_logl_lo[j]; in logl()
H A Dlog1pl.c116 extern const long double _TBL_logl_hi[], _TBL_logl_lo[];
212 t = qn * ln2lo + _TBL_logl_lo[j]; in log1pl()
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]; in logl_x()