Searched refs:_TBL_atanl_hi (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/Q/
H A Datanl.c74 * = _TBL_atanl_hi[j] + (_TBL_atanl_lo[j] + poly2(s) )
82 extern const long double _TBL_atanl_hi[], _TBL_atanl_lo[];
204 return (r + _TBL_atanl_hi[j]);
207 return (r - _TBL_atanl_hi[j]);
H A D_TBL_atanl.c37 const long double _TBL_atanl_hi[] = { variable

Completed in 51 milliseconds