Searched refs:_TBL_cosl_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[];
139 a = _TBL_cosl_hi[i];
H A D__sinl.c69 extern const long double _TBL_sinl_hi[], _TBL_sinl_lo[], _TBL_cosl_hi[];
142 t = _TBL_cosl_hi[i] * w + a * t;
H A D__sincosl.c46 extern const long double _TBL_sinl_hi[], _TBL_sinl_lo[], _TBL_cosl_hi[],
145 a2 = _TBL_cosl_hi[i];
H A D_TBL_cosl.c35 * Then _TBL_cosl_hi[i] := cos(x(i)) rounded to extended precisionL,
36 * and _TBL_cosl_lo[i] ~ cos(x(i)) - _TBL_cosl_hi[i].
41 const long double _TBL_cosl_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[];
132 a = _TBL_cosl_hi[i];
H A D__sinl.c66 extern const long double _TBL_sinl_hi[], _TBL_sinl_lo[], _TBL_cosl_hi[];
137 t = _TBL_cosl_hi[i] * w + a * t;
H A D__sincosl.c44 _TBL_cosl_hi[], _TBL_cosl_lo[];
136 a2 = _TBL_cosl_hi[i];
H A D_TBL_cosl.c38 const long double _TBL_cosl_hi[] = { variable

Completed in 95 milliseconds