Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libm/common/Q/
H A Dexpl.c74 extern const long double _TBL_expl_hi[], _TBL_expl_lo[];
123 x = _TBL_expl_hi[j] - ((_TBL_expl_hi[j] * (x + x)) / r - in expl()
H A Dexpm1l.c101 extern const long double _TBL_expl_hi[], _TBL_expl_lo[];
181 x = _TBL_expl_hi[j] - ((_TBL_expl_hi[j] * (x + x)) / r - in expm1l()
H A D_TBL_expl.c37 const long double _TBL_expl_hi[] = { variable
H A Dpowl.c126 extern const long double _TBL_expl_hi[], _TBL_expl_lo[];
303 z = _TBL_expl_hi[j] - ((_TBL_expl_hi[j] * (w1 + w1)) / w2 - in powl()