Home
last modified time | relevance | path

Searched refs:_TBL_logl_hi (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[];
169 h = qn * ln2hi + _TBL_logl_hi[j]; in logl()
H A Dlog1pl.c116 extern const long double _TBL_logl_hi[], _TBL_logl_lo[];
213 h = qn * ln2hi + _TBL_logl_hi[j]; in log1pl()
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]; in logl_x()