glibc/sysdeps/ieee754/flt-32
Liubov Dmitrieva 22bf5c1793 Add optimized sincosf for SSE2 for x86 and x86-64 2012-09-25 20:47:20 +02:00
..
e_acosf.c Fix acosf underflow (bug 14153). 2012-05-25 11:07:07 +00:00
e_acoshf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_asinf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_atan2f.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_atanhf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_coshf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_exp2f.c Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}. 2012-03-19 06:49:44 -07:00
e_expf.c Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}. 2012-03-19 06:49:44 -07:00
e_fmodf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_gammaf_r.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
e_hypotf.c Fix hypotf overflow/underflow by using double precision instead of scaling. 2012-03-13 18:08:58 -07:00
e_ilogbf.c Remove useless __ilogb*_finite aliases 2012-04-18 00:40:13 +02:00
e_j0f.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_j1f.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_jnf.c Set up errno properly for yn. 2012-07-25 12:59:36 +02:00
e_lgammaf_r.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_log2f.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_log10f.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_logf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_powf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_rem_pio2f.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_remainderf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_sinhf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
e_sqrtf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
k_cosf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
k_rem_pio2f.c Fix float range reduction problems (bug 14283). 2012-07-03 17:11:41 +00:00
k_sinf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
k_tanf.c Fix tanf underflow close to pi/4 (bug 14154). 2012-07-06 21:19:38 +00:00
math_private.h Make inline __isnan, __isinf_ns, __finite generic. 2012-03-19 06:47:43 -07:00
mpn2flt.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_asinhf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_atanf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_cbrtf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_ceilf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_copysignf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_cosf.c Add optimized sinf and cosf routines for x86 and x86-64 2012-09-03 15:32:13 +02:00
s_erff.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_expm1f.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_fabsf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_finitef.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_floorf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_fpclassifyf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_frexpf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_isinf_nsf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_isinff.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_isnanf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_llrintf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_llroundf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_log1pf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_logbf.c Optimize handling of denormals in logb/logbf/logbl 2012-05-26 13:53:22 +02:00
s_lrintf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_lroundf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_modff.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_nearbyintf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_nextafterf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_remquof.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_rintf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_roundf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_scalblnf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_scalbnf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_signbitf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_sincosf.c Add optimized sincosf for SSE2 for x86 and x86-64 2012-09-25 20:47:20 +02:00
s_sinf.c Add optimized sinf and cosf routines for x86 and x86-64 2012-09-03 15:32:13 +02:00
s_tanf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_tanhf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_truncf.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
t_exp2f.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_expf.c Fix missing exceptions from exp (bugs 13787, 13922, 14036). 2012-05-05 19:37:39 +00:00