| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove _Mlong_double_ etc. macros. | Joseph Myers | 2017-10-30 | 1 | -4/+2 |
* | Add bits/floatn.h defines for more _FloatN / _FloatNx types. | Joseph Myers | 2017-10-20 | 1 | -1/+1 |
* | Support running libm tests for float128 as alias for long double. | Joseph Myers | 2017-10-16 | 1 | -1/+2 |
* | Run libm long double tests for long double = double. | Joseph Myers | 2017-10-11 | 1 | -8/+13 |
* | Ensure C99 and C11 interfaces are available for C++ [BZ #21326] | Jonathan Wakely | 2017-10-09 | 1 | -1/+3 |
* | Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235) | Gabriel F. T. Gomes | 2017-10-03 | 1 | -1/+3 |
* | New generic powf | Szabolcs Nagy | 2017-09-29 | 1 | -1/+1 |
* | New generic log2f | Szabolcs Nagy | 2017-09-29 | 1 | -1/+2 |
* | New generic logf | Szabolcs Nagy | 2017-09-29 | 1 | -1/+1 |
* | Optimized generic expf and exp2f with wrappers | Szabolcs Nagy | 2017-09-25 | 1 | -1/+1 |
* | Simplify NAN definitions. | Joseph Myers | 2017-08-31 | 1 | -1/+0 |
* | Simplify INFINITY definitions. | Joseph Myers | 2017-08-31 | 1 | -1/+1 |
* | Simplify HUGE_VAL definitions. | Joseph Myers | 2017-08-31 | 1 | -3/+3 |
* | Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028). | Joseph Myers | 2017-08-29 | 1 | -1/+3 |
* | Provide a C++ version of issignaling that does not use __MATH_TG | Gabriel F. T. Gomes | 2017-08-22 | 1 | -1/+2 |
* | math: Statically link tests of internal functionality | Florian Weimer | 2017-08-22 | 1 | -8/+5 |
* | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers | 2017-08-21 | 1 | -20/+3 |
* | Add more thorough generated tgmath.h test. | Joseph Myers | 2017-06-28 | 1 | -0/+9 |
* | Convert e_exp2l.c into a template | Gabriel F. T. Gomes | 2017-05-17 | 1 | -2/+2 |
* | float128: Add public _Float128 declarations to libm. | Paul E. Murphy | 2017-05-15 | 1 | -1/+2 |
* | float128: Add _Float128 make bits to libm. | Paul E. Murphy | 2017-05-09 | 1 | -2/+14 |
* | Split helper classification macros from mathcalls.h | Gabriel F. T. Gomes | 2017-03-15 | 1 | -1/+1 |
* | Run libm tests separately for each function. | Joseph Myers | 2017-02-24 | 1 | -49/+143 |
* | Add new templates for IEEE wrappers | Gabriel F. T. Gomes | 2017-02-23 | 1 | -1/+5 |
* | Move tests of catan, catanh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 1 | -17/+17 |
* | Move tests of casin, casinh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 1 | -5/+6 |
* | Move tests of cacos, cacosh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 1 | -6/+6 |
* | Merge libm-compat-calls-auto and libm-compat-calls | Gabriel F. T. Gomes | 2017-02-09 | 1 | -9/+5 |
* | Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h. | Joseph Myers | 2017-02-09 | 1 | -6/+3 |
* | Build most libm-test support code once per type. | Joseph Myers | 2017-02-08 | 1 | -0/+18 |
* | Move w_exp to libm-compat-call-auto | Gabriel F. T. Gomes | 2017-02-08 | 1 | -2/+1 |
* | Move w_lgamma to libm-compat-calls-auto | Gabriel F. T. Gomes | 2017-02-08 | 1 | -2/+1 |
* | Move w_lgamma_r to libm-compat-calls-auto | Gabriel F. T. Gomes | 2017-02-08 | 1 | -2/+3 |
* | Split libm-test.inc by function. | Joseph Myers | 2017-02-06 | 1 | -9/+34 |
* | Split auto-libm-test-out by function. | Joseph Myers | 2017-02-06 | 1 | -3/+12 |
* | Eliminate libm-test.stmp. | Joseph Myers | 2017-02-06 | 1 | -10/+12 |
* | Rework gen-libm-test.pl input/output handling. | Joseph Myers | 2017-02-06 | 1 | -2/+5 |
* | Remove before-compile setting in math/Makefile. | Joseph Myers | 2017-02-06 | 1 | -3/+0 |
* | Move wrappers to libm-compat-calls-auto | Gabriel F. T. Gomes | 2017-01-04 | 1 | -5/+13 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Add fromfp functions. | Joseph Myers | 2016-12-31 | 1 | -1/+2 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 1 | -1/+1 |
* | Add fmaxmag, fminmag functions. | Joseph Myers | 2016-12-20 | 1 | -1/+1 |
* | Define FE_SNANS_ALWAYS_SIGNAL. | Joseph Myers | 2016-12-16 | 1 | -1/+4 |
* | Make w_scalbln type-generic | Gabriel F. T. Gomes | 2016-12-16 | 1 | -2/+2 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 1 | -1/+2 |
* | Make w_log1p type-generic | Gabriel F. T. Gomes | 2016-12-14 | 1 | -2/+3 |
* | Better design of libm.a installation rule. | Andrew Senkevich | 2016-12-13 | 1 | -4/+7 |
* | Install libm.a as linker script (bug 20539). | Andrew Senkevich | 2016-12-08 | 1 | -4/+15 |
* | Add llogb, llogbf, llogbl. | Joseph Myers | 2016-12-02 | 1 | -2/+2 |