.. |
e_acoshl.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
e_asinl.c
|
Use hex float 64-bit values in ldbl-96 asinl (bug 14803).
|
2012-11-28 21:46:16 +00:00 |
e_atanhl.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
e_coshl.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
e_gammal_r.c
|
Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).
|
2013-05-08 11:58:18 +00:00 |
e_hypotl.c
|
Fix ldbl-96 hypotl of subnormals (bug 15529).
|
2013-05-24 20:52:55 +00:00 |
e_j0l.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
e_j1l.c
|
Fix y1l spurious overflows for ldbl-96 (bug 15283).
|
2013-03-16 17:51:48 +00:00 |
e_jnl.c
|
Fix Bessel function error handling (bug 6807, bug 15901).
|
2013-12-04 14:39:37 +00:00 |
e_lgammal_r.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
e_rem_pio2l.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
e_sinhl.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
gamma_product.c
|
Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).
|
2013-05-08 11:58:18 +00:00 |
gamma_productl.c
|
Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).
|
2013-05-08 11:58:18 +00:00 |
k_cosl.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
k_sinl.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
k_tanl.c
|
Fix tan, tanl for large inputs.
|
2012-03-16 20:05:37 +00:00 |
ldbl2mpn.c
|
Fix leading whitespaces.
|
2013-06-06 20:36:07 +02:00 |
math_ldbl.h
|
Fix a typo.
|
2000-12-21 23:30:28 +00:00 |
mpn2ldbl.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
printf_fphex.c
|
PowerPC floating point little-endian [1 of 15]
|
2013-10-04 10:31:41 +09:30 |
s_asinhl.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
s_cbrtl.c
|
Fix cbrtl for ldbl-96
|
2013-08-13 09:45:02 +02:00 |
s_copysignl.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
s_cosl.c
|
Implement ldbl-96 sinl / cosl / sincosl (bug 13851).
|
2012-03-16 12:30:05 +00:00 |
s_erfl.c
|
Fix erfc errno setting on underflow (bug 6786).
|
2013-12-03 16:25:18 +00:00 |
s_fma.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_fmal.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_frexpl.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
s_isinf_nsl.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
s_issignalingl.c
|
New <math.h> macro named issignaling to check for a signaling NaN (sNaN).
|
2013-04-02 13:51:02 +02:00 |
s_llrintl.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_llroundl.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_lrintl.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_lroundl.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_modfl.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
s_nexttoward.c
|
Fix nexttoward bugs (bugs 2550, 2570).
|
2012-05-01 15:37:43 +00:00 |
s_nexttowardf.c
|
Fix nexttoward bugs (bugs 2550, 2570).
|
2012-05-01 15:37:43 +00:00 |
s_remquol.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_roundl.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_scalblnl.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
s_signbitl.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_sincosl.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
s_sinl.c
|
Implement ldbl-96 sinl / cosl / sincosl (bug 13851).
|
2012-03-16 12:30:05 +00:00 |
s_tanhl.c
|
Use <> for math.h and math_private.h everywhere.
|
2012-03-09 16:09:10 -08:00 |
s_tanl.c
|
Fix tan, tanl for large inputs.
|
2012-03-16 20:05:37 +00:00 |
strtold_l.c
|
[BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
|
2013-08-29 12:22:10 +02:00 |
t_sincosl.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
w_expl.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
x2y2m1.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |
x2y2m1l.c
|
Update copyright notices with scripts/update-copyrights.
|
2013-01-02 19:05:09 +00:00 |