Searched refs:_TBL_cosl_lo (Results 1 - 6 of 6) 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__sincosl.c47 _TBL_cosl_lo[];
146 t2 = _TBL_cosl_lo[i] - (a1 * w - a2 * t);
H A D_TBL_cosl.c36 * and _TBL_cosl_lo[i] ~ cos(x(i)) - _TBL_cosl_hi[i].
119 const long double _TBL_cosl_lo[] = { 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__sincosl.c44 _TBL_cosl_hi[], _TBL_cosl_lo[];
137 t2 = _TBL_cosl_lo[i] - (a1 * w - a2 * t);
H A D_TBL_cosl.c116 const long double _TBL_cosl_lo[] = { variable

Completed in 90 milliseconds