Age | Commit message (Expand) | Author | Files | Lines |
2017-02-09 | Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h. | Joseph Myers | 1 | -6/+3 |
2017-02-08 | Build most libm-test support code once per type. | Joseph Myers | 1 | -0/+18 |
2017-02-08 | Move w_exp to libm-compat-call-auto | Gabriel F. T. Gomes | 1 | -2/+1 |
2017-02-08 | Move w_lgamma to libm-compat-calls-auto | Gabriel F. T. Gomes | 1 | -2/+1 |
2017-02-08 | Move w_lgamma_r to libm-compat-calls-auto | Gabriel F. T. Gomes | 1 | -2/+3 |
2017-02-06 | Split libm-test.inc by function. | Joseph Myers | 1 | -9/+34 |
2017-02-06 | Split auto-libm-test-out by function. | Joseph Myers | 1 | -3/+12 |
2017-02-06 | Eliminate libm-test.stmp. | Joseph Myers | 1 | -10/+12 |
2017-02-06 | Rework gen-libm-test.pl input/output handling. | Joseph Myers | 1 | -2/+5 |
2017-02-06 | Remove before-compile setting in math/Makefile. | Joseph Myers | 1 | -3/+0 |
2017-01-04 | Move wrappers to libm-compat-calls-auto | Gabriel F. T. Gomes | 1 | -5/+13 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-12-31 | Add fromfp functions. | Joseph Myers | 1 | -1/+2 |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 1 | -1/+1 |
2016-12-20 | Add fmaxmag, fminmag functions. | Joseph Myers | 1 | -1/+1 |
2016-12-16 | Define FE_SNANS_ALWAYS_SIGNAL. | Joseph Myers | 1 | -1/+4 |
2016-12-16 | Make w_scalbln type-generic | Gabriel F. T. Gomes | 1 | -2/+2 |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers | 1 | -1/+2 |
2016-12-14 | Make w_log1p type-generic | Gabriel F. T. Gomes | 1 | -2/+3 |
2016-12-13 | Better design of libm.a installation rule. | Andrew Senkevich | 1 | -4/+7 |
2016-12-08 | Install libm.a as linker script (bug 20539). | Andrew Senkevich | 1 | -4/+15 |
2016-12-02 | Add llogb, llogbf, llogbl. | Joseph Myers | 1 | -2/+2 |
2016-12-01 | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers | 1 | -1/+1 |
2016-11-29 | Refactor FP_FAST_* into bits/fp-fast.h. | Joseph Myers | 1 | -1/+1 |
2016-11-28 | Make ilogb wrappers type-generic. | Joseph Myers | 1 | -2/+1 |
2016-11-24 | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 1 | -1/+1 |
2016-11-24 | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers | 1 | -1/+2 |
2016-11-23 | Fix SH4 FP_ILOGB0 (bug 20859). | Joseph Myers | 1 | -1/+2 |
2016-11-23 | Fix default float_t definition (bug 20855). | Joseph Myers | 1 | -1/+2 |
2016-11-19 | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 1 | -1/+1 |
2016-10-26 | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 1 | -1/+1 |
2016-10-21 | math: Define iszero as a function template for C++ [BZ #20715] | Florian Weimer | 1 | -1/+2 |
2016-10-19 | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 1 | -1/+2 |
2016-10-15 | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 1 | -1/+1 |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 1 | -1/+1 |
2016-10-07 | Make iseqsig handle excess precision. | Joseph Myers | 1 | -1/+3 |
2016-10-06 | Add iseqsig. | Joseph Myers | 1 | -1/+1 |
2016-09-30 | Add iscanonical. | Joseph Myers | 1 | -2/+2 |
2016-09-28 | Fix iszero for excess precision. | Joseph Myers | 1 | -1/+3 |
2016-09-20 | Build s_nan* objects from a generic template | Paul E. Murphy | 1 | -2/+3 |
2016-09-20 | Make ldexpF generic. | Paul E. Murphy | 1 | -5/+15 |
2016-09-07 | Add femode_t functions. | Joseph Myers | 1 | -2/+4 |
2016-09-01 | Remove unneeded stubs for k_rem_pio2l. | Paul E. Murphy | 1 | -3/+3 |
2016-09-01 | Make common fmin implementation generic. | Paul E. Murphy | 1 | -2/+2 |
2016-09-01 | Make common fmax implementation generic. | Paul E. Murphy | 1 | -2/+2 |
2016-09-01 | Make common nextdown implementation generic. | Paul E. Murphy | 1 | -2/+2 |
2016-09-01 | Make common fdim implementation generic. | Paul E. Murphy | 1 | -2/+2 |
2016-08-29 | Convert remaining complex function to generated files | Paul E. Murphy | 1 | -3/+2 |
2016-08-29 | Add fetestexceptflag. | Joseph Myers | 1 | -2/+2 |
2016-08-19 | Convert _Complex tangent functions to generated code | Paul E. Murphy | 1 | -3/+3 |