.. |
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
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
e_coshf.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
e_exp2f.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
e_expf.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00: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
|
Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).
|
2013-05-08 11:58:18 +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
|
Correct tinyness handling in long-double and float y0/y1.
|
2012-11-18 12:33:53 -08:00 |
e_j1f.c
|
Correct tinyness handling in long-double and float y0/y1.
|
2012-11-18 12:33:53 -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
|
Fix spurious underflows from pow with results close to 1 (bug 14811).
|
2012-11-07 13:03:31 +00: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
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +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
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00: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
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00: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_issignalingf.c
|
New <math.h> macro named issignaling to check for a signaling NaN (sNaN).
|
2013-04-02 13:51:02 +02:00 |
s_llrintf.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_llroundf.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00: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
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_lroundf.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00: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
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_rintf.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
s_roundf.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00: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
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_sincosf.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00: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
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
t_exp2f.h
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
w_expf.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |