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

/illumos-gate/usr/src/lib/libm/common/LD/
H A D__tanl.c73 extern const long double _TBL_tanl_hi[], _TBL_tanl_lo[];
163 t = _TBL_tanl_lo[i] + (s + a * w) / (one - (w - t));
167 c = w + _TBL_tanl_lo[i];
H A D_TBL_tanl.c36 * and _TBL_tanl_lo[i] ~ tan(x(i)) - _TBL_tanl_hi[i].
119 const long double _TBL_tanl_lo[] = { variable
/illumos-gate/usr/src/lib/libm/common/Q/
H A D__tanl.c70 extern const long double _TBL_tanl_hi[], _TBL_tanl_lo[];
155 t = _TBL_tanl_lo[i] + (s + a * w) / (one - (w - t));
159 c = w + _TBL_tanl_lo[i];
H A D_TBL_tanl.c116 const long double _TBL_tanl_lo[] = { variable

Completed in 75 milliseconds