Searched refs:_TBL_sinl_hi (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A D__cosl.c69 extern const long double _TBL_cosl_hi[], _TBL_cosl_lo[], _TBL_sinl_hi[];
144 t = _TBL_cosl_lo[i] - (_TBL_sinl_hi[i] * w - a * t);
H A D__sinl.c69 extern const long double _TBL_sinl_hi[], _TBL_sinl_lo[], _TBL_cosl_hi[];
137 a = _TBL_sinl_hi[i];
H A D__sincosl.c46 extern const long double _TBL_sinl_hi[], _TBL_sinl_lo[], _TBL_cosl_hi[],
140 a1 = _TBL_sinl_hi[i];
H A D_TBL_sinl.c35 * Then _TBL_sinl_hi[i] := sin(x(i)) rounded to extended precisionL,
36 * and _TBL_sinl_lo[i] ~ sin(x(i)) - _TBL_sinl_hi[i].
41 const long double _TBL_sinl_hi[] = { variable
/illumos-gate/usr/src/lib/libm/common/Q/
H A D__cosl.c66 extern const long double _TBL_cosl_hi[], _TBL_cosl_lo[], _TBL_sinl_hi[];
136 t = _TBL_cosl_lo[i] - (_TBL_sinl_hi[i] * w - a * t);
H A D__sinl.c66 extern const long double _TBL_sinl_hi[], _TBL_sinl_lo[], _TBL_cosl_hi[];
133 a = _TBL_sinl_hi[i];
H A D__sincosl.c43 extern const long double _TBL_sinl_hi[], _TBL_sinl_lo[],
132 a1 = _TBL_sinl_hi[i];
H A D_TBL_sinl.c38 const long double _TBL_sinl_hi[] = { variable

Completed in 63 milliseconds