Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-09-02 | Use do_sin for sin(x) where 0.25 < |x| < 0.855469 | Siddhesh Poyarekar | 1 | -18/+3 |
2016-09-02 | Consolidate input partitioning into do_cos and do_sin | Siddhesh Poyarekar | 1 | -109/+82 |
2016-09-01 | Make common fmin implementation generic. | Paul E. Murphy | 3 | -10/+1 |
2016-09-01 | Make common fmax implementation generic. | Paul E. Murphy | 3 | -10/+1 |
2016-09-01 | Make common nextdown implementation generic. | Paul E. Murphy | 1 | -0/+5 |
2016-09-01 | Make common fdim implementation generic. | Paul E. Murphy | 4 | -13/+10 |
2016-08-31 | ldbl-128: Cleanup e_gammal_r.c after _Float128 rename | Paul E. Murphy | 1 | -6/+6 |
2016-08-31 | ldbl-128: Rename 'long double' to '_Float128' | Paul E. Murphy | 77 | -620/+646 |
2016-08-30 | Use fabs(x) instead of branching on signedness of input to sin and cos | Siddhesh Poyarekar | 1 | -148/+85 |
2016-08-30 | Add fall through comments | Siddhesh Poyarekar | 1 | -0/+2 |
2016-08-30 | Consolidate reduce_and_compute code | Siddhesh Poyarekar | 1 | -17/+14 |
2016-08-29 | Convert remaining complex function to generated files | Paul E. Murphy | 12 | -74/+28 |
2016-08-19 | Convert _Complex tangent functions to generated code | Paul E. Murphy | 8 | -48/+0 |
2016-08-19 | Convert _Complex sine functions to generated code | Paul E. Murphy | 8 | -48/+0 |
2016-08-19 | Merge common usage of mul_split function | Paul E. Murphy | 11 | -346/+22 |
2016-08-19 | Convert _Complex cosine functions to generated code | Paul E. Murphy | 8 | -48/+0 |
2016-08-18 | Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3. | Stefan Liebler | 2 | -0/+20 |
2016-08-17 | ldbl-128: Remove unused sqrtl declaration in e_asinl.c | Paul E. Murphy | 1 | -1/+0 |
2016-08-17 | Support for type-generic libm function implementations libm | Paul E. Murphy | 12 | -60/+87 |
2016-08-03 | Remove tacit double usage in ldbl-128 | Paul E. Murphy | 3 | -3/+3 |
2016-08-03 | sparc64: add a VIS3 version of ceil, floor and trunc | Aurelien Jarno | 3 | -2/+8 |
2016-07-18 | Fix cos computation for multiple precision fallback (bz #20357) | Siddhesh Poyarekar | 1 | -2/+2 |
2016-06-16 | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 8 | -1/+380 |
2016-06-13 | Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252). | Joseph Myers | 1 | -1/+1 |
2016-06-13 | Fix frexp (NaN) (bug 20250). | Joseph Myers | 6 | -5/+8 |
2016-06-09 | Fix ldbl-128ibm log1pl (sNaN) (bug 20234). | Joseph Myers | 1 | -1/+1 |
2016-06-09 | Fix ldbl-128ibm expm1l (sNaN) (bug 20233). | Joseph Myers | 1 | -2/+2 |
2016-06-09 | Fix ldbl-128 expm1l (sNaN) (bug 20232). | Joseph Myers | 1 | -2/+2 |
2016-06-06 | Fix dbl-64 asin (sNaN) (bug 20213). | Joseph Myers | 1 | -1/+1 |