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