Age | Commit message (Expand) | Author |
2017-01-04 | Move wrappers to libm-compat-calls-auto | Gabriel F. T. Gomes |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-31 | Add fromfp functions. | Joseph Myers |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers |
2016-12-20 | Add fmaxmag, fminmag functions. | Joseph Myers |
2016-12-16 | Make w_scalbln type-generic | Gabriel F. T. Gomes |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers |
2016-12-14 | Make w_log1p type-generic | Gabriel F. T. Gomes |
2016-12-07 | Fix hypot sNaN handling (bug 20940). | Joseph Myers |
2016-12-02 | Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916). | Joseph Myers |
2016-12-02 | Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers. | Joseph Myers |
2016-12-02 | Add llogb, llogbf, llogbl. | Joseph Myers |
2016-12-01 | Make ldbl-128 getpayload, setpayload functions use _Float128. | Joseph Myers |
2016-11-28 | Make ilogb wrappers type-generic. | Joseph Myers |
2016-11-24 | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers |
2016-11-19 | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers |
2016-11-10 | Refactor some libm type-generic macros. | Joseph Myers |
2016-10-26 | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers |
2016-10-26 | Add getpayloadl to libnldbl. | Joseph Myers |
2016-10-25 | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes |
2016-10-19 | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers |
2016-10-17 | Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1. | Joseph Myers |
2016-10-15 | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers |
2016-10-14 | Fix warnings from latest GCC. | steve ellcey-CA Eng-Software |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers |
2016-10-06 | Update comments for some functions in s_sin.c | Siddhesh Poyarekar |
2016-10-06 | Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.c | Siddhesh Poyarekar |
2016-10-06 | Make quadrant shift a boolean in reduce_and_compute in s_sin.c | Siddhesh Poyarekar |
2016-10-06 | Check n instead of k1 to decide on sign of sin/cos result | Siddhesh Poyarekar |
2016-10-06 | Make the quadrant shift K a bool in do_sincos_* functions | Siddhesh Poyarekar |
2016-09-30 | Use __builtin_fma more in dbl-64 code. | Joseph Myers |
2016-09-30 | Fix ldbl-128ibm iscanonical for -mlong-double-64. | Joseph Myers |
2016-09-30 | Add iscanonical. | Joseph Myers |
2016-09-30 | Use copysign instead of ternary for some sin/cos input ranges | Siddhesh Poyarekar |
2016-09-30 | Use copysign instead of ternary conditions for positive constants | Siddhesh Poyarekar |
2016-09-30 | consolidate sign checks for slow2 | Siddhesh Poyarekar |
2016-09-20 | Build s_nan* objects from a generic template | Paul E. Murphy |
2016-09-20 | Make ldexpF generic. | Paul E. Murphy |
2016-09-13 | ldbl-128: Use L(x) macro for long double constants | Paul E. Murphy |
2016-09-02 | Inline all support functions for sin and cos | Siddhesh Poyarekar |
2016-09-02 | Use do_sin for sin(x) where 0.25 < |x| < 0.855469 | Siddhesh Poyarekar |
2016-09-02 | Consolidate input partitioning into do_cos and do_sin | Siddhesh Poyarekar |
2016-09-01 | Make common fmin implementation generic. | Paul E. Murphy |
2016-09-01 | Make common fmax implementation generic. | Paul E. Murphy |
2016-09-01 | Make common nextdown implementation generic. | Paul E. Murphy |
2016-09-01 | Make common fdim implementation generic. | Paul E. Murphy |
2016-08-31 | ldbl-128: Cleanup e_gammal_r.c after _Float128 rename | Paul E. Murphy |
2016-08-31 | ldbl-128: Rename 'long double' to '_Float128' | Paul E. Murphy |
2016-08-30 | Use fabs(x) instead of branching on signedness of input to sin and cos | Siddhesh Poyarekar |
2016-08-30 | Add fall through comments | Siddhesh Poyarekar |