| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor some libm type-generic macros. | Joseph Myers | 2016-11-10 | 2 | -8/+6 |
* | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 2016-10-26 | 11 | -9/+108 |
* | Add getpayloadl to libnldbl. | Joseph Myers | 2016-10-26 | 2 | -1/+28 |
* | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 2016-10-25 | 2 | -0/+9 |
* | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 2016-10-19 | 6 | -0/+226 |
* | Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1. | Joseph Myers | 2016-10-17 | 18 | -18/+36 |
* | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2016-10-15 | 10 | -3/+347 |
* | Fix warnings from latest GCC. | steve ellcey-CA Eng-Software | 2016-10-14 | 1 | -4/+4 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 12 | -3/+483 |
* | Update comments for some functions in s_sin.c | Siddhesh Poyarekar | 2016-10-06 | 1 | -22/+17 |
* | Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.c | Siddhesh Poyarekar | 2016-10-06 | 1 | -4/+4 |
* | Make quadrant shift a boolean in reduce_and_compute in s_sin.c | Siddhesh Poyarekar | 2016-10-06 | 1 | -4/+4 |
* | Check n instead of k1 to decide on sign of sin/cos result | Siddhesh Poyarekar | 2016-10-06 | 1 | -1/+1 |
* | Make the quadrant shift K a bool in do_sincos_* functions | Siddhesh Poyarekar | 2016-10-06 | 1 | -19/+19 |
* | Use __builtin_fma more in dbl-64 code. | Joseph Myers | 2016-09-30 | 1 | -0/+4 |
* | Fix ldbl-128ibm iscanonical for -mlong-double-64. | Joseph Myers | 2016-09-30 | 1 | -1/+5 |
* | Add iscanonical. | Joseph Myers | 2016-09-30 | 8 | -1/+511 |
* | Use copysign instead of ternary for some sin/cos input ranges | Siddhesh Poyarekar | 2016-09-30 | 1 | -13/+13 |
* | Use copysign instead of ternary conditions for positive constants | Siddhesh Poyarekar | 2016-09-30 | 1 | -19/+19 |
* | consolidate sign checks for slow2 | Siddhesh Poyarekar | 2016-09-30 | 1 | -8/+10 |
* | Build s_nan* objects from a generic template | Paul E. Murphy | 2016-09-20 | 3 | -10/+1 |
* | Make ldexpF generic. | Paul E. Murphy | 2016-09-20 | 2 | -6/+46 |
* | ldbl-128: Use L(x) macro for long double constants | Paul E. Murphy | 2016-09-13 | 50 | -3925/+3925 |
* | Inline all support functions for sin and cos | Siddhesh Poyarekar | 2016-09-02 | 1 | -24/+28 |
* | Use do_sin for sin(x) where 0.25 < |x| < 0.855469 | Siddhesh Poyarekar | 2016-09-02 | 1 | -18/+3 |
* | Consolidate input partitioning into do_cos and do_sin | Siddhesh Poyarekar | 2016-09-02 | 1 | -109/+82 |
* | Make common fmin implementation generic. | Paul E. Murphy | 2016-09-01 | 3 | -10/+1 |
* | Make common fmax implementation generic. | Paul E. Murphy | 2016-09-01 | 3 | -10/+1 |
* | Make common nextdown implementation generic. | Paul E. Murphy | 2016-09-01 | 1 | -0/+5 |
* | Make common fdim implementation generic. | Paul E. Murphy | 2016-09-01 | 4 | -13/+10 |
* | 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 | 77 | -620/+646 |
* | Use fabs(x) instead of branching on signedness of input to sin and cos | Siddhesh Poyarekar | 2016-08-30 | 1 | -148/+85 |
* | Add fall through comments | Siddhesh Poyarekar | 2016-08-30 | 1 | -0/+2 |
* | Consolidate reduce_and_compute code | Siddhesh Poyarekar | 2016-08-30 | 1 | -17/+14 |
* | Convert remaining complex function to generated files | Paul E. Murphy | 2016-08-29 | 12 | -74/+28 |
* | Convert _Complex tangent functions to generated code | Paul E. Murphy | 2016-08-19 | 8 | -48/+0 |
* | Convert _Complex sine functions to generated code | Paul E. Murphy | 2016-08-19 | 8 | -48/+0 |
* | Merge common usage of mul_split function | Paul E. Murphy | 2016-08-19 | 11 | -346/+22 |
* | Convert _Complex cosine functions to generated code | Paul E. Murphy | 2016-08-19 | 8 | -48/+0 |
* | Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3. | Stefan Liebler | 2016-08-18 | 2 | -0/+20 |
* | ldbl-128: Remove unused sqrtl declaration in e_asinl.c | Paul E. Murphy | 2016-08-17 | 1 | -1/+0 |
* | Support for type-generic libm function implementations libm | Paul E. Murphy | 2016-08-17 | 12 | -60/+87 |
* | Remove tacit double usage in ldbl-128 | Paul E. Murphy | 2016-08-03 | 3 | -3/+3 |
* | sparc64: add a VIS3 version of ceil, floor and trunc | Aurelien Jarno | 2016-08-03 | 3 | -2/+8 |
* | Fix cos computation for multiple precision fallback (bz #20357) | Siddhesh Poyarekar | 2016-07-18 | 1 | -2/+2 |
* | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 2016-06-16 | 8 | -1/+380 |
* | Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252). | Joseph Myers | 2016-06-13 | 1 | -1/+1 |
* | Fix frexp (NaN) (bug 20250). | Joseph Myers | 2016-06-13 | 6 | -5/+8 |
* | Fix ldbl-128ibm log1pl (sNaN) (bug 20234). | Joseph Myers | 2016-06-09 | 1 | -1/+1 |