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

/illumos-gate/usr/src/lib/libm/common/Q/
H A Dexpl.c43 * _TBL_expl_hi[j]+_TBL_expl_lo[j]
45 * _TBL_expl_hi[j] = 2^(j/32) rounded
46 * _TBL_expl_lo[j] = 2^(j/32) - _TBL_expl_hi[j].
74 extern const long double _TBL_expl_hi[], _TBL_expl_lo[];
123 x = _TBL_expl_hi[j] - ((_TBL_expl_hi[j] * (x + x)) / r -
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 -
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 -

Completed in 58 milliseconds