| Commit message (Expand) | Author | Age | Files | Lines |
* | float128: Add strfromf128 | Gabriel F. T. Gomes | 2017-06-07 | 3 | -1/+31 |
* | Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macro | Gabriel F. T. Gomes | 2017-06-07 | 2 | -85/+107 |
* | float128: Add conversion from float128 to mpn | Gabriel F. T. Gomes | 2017-06-07 | 4 | -1/+27 |
* | float128: Add wrappers to override ldbl-128 as float128. | Paul E. Murphy | 2017-05-25 | 86 | -0/+646 |
* | Also create and use ldbl-compat-choose.h. | Joseph Myers | 2017-05-19 | 6 | -26/+8 |
* | Create and use first-versions.h with macros for function symbol versions. | Joseph Myers | 2017-05-19 | 1 | -32/+3 |
* | float128: Add private _Float128 declarations for libm. | Paul E. Murphy | 2017-05-15 | 1 | -0/+1 |
* | float128: Add _Float128 make bits to libm. | Paul E. Murphy | 2017-05-09 | 2 | -0/+148 |
* | ldbl-128: Use mathx_hidden_def inplace of hidden_def | Paul E. Murphy | 2017-05-04 | 3 | -3/+3 |
* | Remove unneeded declarations from math_private.h | Gabriel F. T. Gomes | 2017-04-10 | 2 | -0/+2 |
* | Improve float range reduction accuracy near pi/2 (bug 21094). | Joseph Myers | 2017-03-15 | 1 | -2/+2 |
* | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 2017-03-01 | 8 | -8/+11 |
* | Allow direct use of math_ldbl.h in testsuite. | Zack Weinberg | 2017-02-25 | 7 | -30/+99 |
* | Fix lgamma*, log10* and log2* results [BZ #21171] | Tulio Magno Quites Machado Filho | 2017-02-17 | 11 | -11/+11 |
* | Fix y0 and y1 exception handling for zero input [BZ #21134] | Gabriel F. T. Gomes | 2017-02-15 | 6 | -6/+6 |
* | ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130] | Gabriel F. T. Gomes | 2017-02-12 | 2 | -12/+2 |
* | Move w_exp to libm-compat-call-auto | Gabriel F. T. Gomes | 2017-02-08 | 7 | -2/+2 |
* | Move w_lgamma_r to libm-compat-calls-auto | Gabriel F. T. Gomes | 2017-02-08 | 2 | -2/+2 |
* | Fix powf inaccuracy (bug 21112). | Joseph Myers | 2017-02-07 | 1 | -2/+2 |
* | Move wrappers to libm-compat-calls-auto | Gabriel F. T. Gomes | 2017-01-04 | 42 | -42/+42 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 296 | -296/+296 |
* | Add fromfp functions. | Joseph Myers | 2016-12-31 | 31 | -1/+687 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 8 | -1/+570 |
* | Add fmaxmag, fminmag functions. | Joseph Myers | 2016-12-20 | 5 | -1/+65 |
* | Make w_scalbln type-generic | Gabriel F. T. Gomes | 2016-12-16 | 2 | -27/+3 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 3 | -0/+64 |
* | Make w_log1p type-generic | Gabriel F. T. Gomes | 2016-12-14 | 2 | -46/+0 |
* | Fix hypot sNaN handling (bug 20940). | Joseph Myers | 2016-12-07 | 5 | -2/+10 |
* | Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916). | Joseph Myers | 2016-12-02 | 4 | -11/+12 |
* | Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers. | Joseph Myers | 2016-12-02 | 2 | -31/+2 |
* | Add llogb, llogbf, llogbl. | Joseph Myers | 2016-12-02 | 3 | -1/+33 |
* | Make ldbl-128 getpayload, setpayload functions use _Float128. | Joseph Myers | 2016-12-01 | 2 | -4/+4 |
* | Make ilogb wrappers type-generic. | Joseph Myers | 2016-11-28 | 3 | -10/+1 |
* | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 2016-11-24 | 7 | -1/+46 |
* | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2016-11-19 | 13 | -1/+418 |
* | Refactor some libm type-generic macros. | Joseph Myers | 2016-11-10 | 2 | -8/+6 |
* | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 2016-10-26 | 11 | -9/+108 |
* | Add getpayloadl to libnldbl. | Joseph Myers | 2016-10-26 | 2 | -1/+28 |
* | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 2016-10-25 | 2 | -0/+9 |
* | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 2016-10-19 | 6 | -0/+226 |
* | Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1. | Joseph Myers | 2016-10-17 | 18 | -18/+36 |
* | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2016-10-15 | 10 | -3/+347 |
* | Fix warnings from latest GCC. | steve ellcey-CA Eng-Software | 2016-10-14 | 1 | -4/+4 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 12 | -3/+483 |
* | Update comments for some functions in s_sin.c | Siddhesh Poyarekar | 2016-10-06 | 1 | -22/+17 |
* | Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.c | Siddhesh Poyarekar | 2016-10-06 | 1 | -4/+4 |
* | Make quadrant shift a boolean in reduce_and_compute in s_sin.c | Siddhesh Poyarekar | 2016-10-06 | 1 | -4/+4 |
* | Check n instead of k1 to decide on sign of sin/cos result | Siddhesh Poyarekar | 2016-10-06 | 1 | -1/+1 |
* | Make the quadrant shift K a bool in do_sincos_* functions | Siddhesh Poyarekar | 2016-10-06 | 1 | -19/+19 |
* | Use __builtin_fma more in dbl-64 code. | Joseph Myers | 2016-09-30 | 1 | -0/+4 |