| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove conditional on LDBL_MANT_DIG from e_lgammal_r.c | Gabriel F. T. Gomes | 2017-09-21 | 1 | -5/+1 |
* | Make more libm functions into weak aliases. | Joseph Myers | 2017-09-14 | 10 | -10/+20 |
* | Move exp compat wrappers under math/ | Szabolcs Nagy | 2017-09-13 | 1 | -45/+0 |
* | Prefer new libm function wrappers for !LIBM_SVID_COMPAT. | Joseph Myers | 2017-09-05 | 1 | -3/+5 |
* | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers | 2017-08-21 | 1 | -0/+1 |
* | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers | 2017-08-03 | 39 | -68/+68 |
* | Fix cexpl when compiled with latest GCC | Steve Ellcey | 2017-07-21 | 1 | -0/+1 |
* | 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 | 1 | -1/+2 |
* | 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 | 1 | -0/+1 |
* | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 2017-03-01 | 1 | -1/+2 |
* | Allow direct use of math_ldbl.h in testsuite. | Zack Weinberg | 2017-02-25 | 1 | -11/+33 |
* | Fix lgamma*, log10* and log2* results [BZ #21171] | Tulio Magno Quites Machado Filho | 2017-02-17 | 3 | -3/+3 |
* | Fix y0 and y1 exception handling for zero input [BZ #21134] | Gabriel F. T. Gomes | 2017-02-15 | 2 | -2/+2 |
* | 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 | 1 | -0/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 40 | -40/+40 |
* | Add fromfp functions. | Joseph Myers | 2016-12-31 | 5 | -0/+106 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 1 | -0/+102 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 1 | -0/+20 |
* | Fix hypot sNaN handling (bug 20940). | Joseph Myers | 2016-12-07 | 1 | -0/+2 |
* | Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916). | Joseph Myers | 2016-12-02 | 1 | -2/+3 |
* | Make ldbl-128 getpayload, setpayload functions use _Float128. | Joseph Myers | 2016-12-01 | 2 | -4/+4 |
* | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 2016-11-24 | 1 | -0/+3 |
* | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2016-11-19 | 2 | -0/+72 |
* | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 2016-10-19 | 1 | -0/+57 |
* | Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1. | Joseph Myers | 2016-10-17 | 3 | -3/+6 |
* | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2016-10-15 | 1 | -0/+47 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 1 | -0/+53 |
* | ldbl-128: Use L(x) macro for long double constants | Paul E. Murphy | 2016-09-13 | 50 | -3925/+3925 |
* | ldbl-128: Cleanup e_gammal_r.c after _Float128 rename | Paul E. Murphy | 2016-08-31 | 1 | -6/+6 |
* | ldbl-128: Rename 'long double' to '_Float128' | Paul E. Murphy | 2016-08-31 | 72 | -620/+632 |
* | Merge common usage of mul_split function | Paul E. Murphy | 2016-08-19 | 3 | -98/+9 |
* | ldbl-128: Remove unused sqrtl declaration in e_asinl.c | Paul E. Murphy | 2016-08-17 | 1 | -1/+0 |
* | Remove tacit double usage in ldbl-128 | Paul E. Murphy | 2016-08-03 | 3 | -3/+3 |
* | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 2016-06-16 | 1 | -0/+56 |
* | Fix frexp (NaN) (bug 20250). | Joseph Myers | 2016-06-13 | 1 | -1/+1 |
* | Fix ldbl-128 expm1l (sNaN) (bug 20232). | Joseph Myers | 2016-06-09 | 1 | -2/+2 |
* | Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151). | Joseph Myers | 2016-05-26 | 2 | -4/+4 |
* | Do not raise "inexact" from generic round (bug 15479). | Joseph Myers | 2016-05-24 | 1 | -25/+12 |
* | Do not raise "inexact" from generic floor (bug 15479). | Joseph Myers | 2016-05-24 | 1 | -23/+14 |
* | Do not raise "inexact" from generic ceil (bug 15479). | Joseph Myers | 2016-05-24 | 1 | -22/+13 |
* | S/390: Do not raise inexact exception in lrint/lround. [BZ #19486] | Stefan Liebler | 2016-01-18 | 4 | -4/+32 |
* | Call math_opt_barrier inside if | H.J. Lu | 2016-01-15 | 1 | -1/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 32 | -32/+32 |
* | Refactor strtod parsing of NaN payloads. | Joseph Myers | 2015-11-24 | 2 | -11/+35 |
* | Make nextafter, nexttoward set errno (bug 6799). | Joseph Myers | 2015-11-02 | 3 | -0/+9 |
* | Fix ldbl-128 log1pl (-qNaN) spurious "invalid" exception (bug 19189). | Joseph Myers | 2015-10-29 | 1 | -2/+2 |
* | Use C11 *_TRUE_MIN macros where applicable. | Joseph Myers | 2015-10-28 | 1 | -1/+1 |