| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790). | Joseph Myers | 2016-03-09 | 2 | -107/+16 |
* | Fix ldbl-128ibm remainderl equality test for zero low part (bug 19677). | Joseph Myers | 2016-03-08 | 6 | -60/+144 |
* | Fix ldbl-128ibm nextafterl, nexttowardl sign of zero result (bug 19678). | Joseph Myers | 2016-02-19 | 1 | -0/+3 |
* | Fix ldbl-128ibm powl overflow handling (bug 19674). | Joseph Myers | 2016-02-19 | 1 | -17/+17 |
* | Fix ldbl-128ibm remainderl, remquol equality tests (bug 19603). | Joseph Myers | 2016-02-19 | 2 | -0/+4 |
* | Fix ldbl-128ibm fmodl handling of equal arguments with low part zero (bug 196... | Joseph Myers | 2016-02-18 | 3 | -0/+88 |
* | Fix ldbl-128ibm fmodl handling of subnormal results (bug 19595). | Joseph Myers | 2016-02-18 | 1 | -9/+5 |
* | Fix ldbl-128ibm roundl for non-default rounding modes (bug 19594). | Joseph Myers | 2016-02-18 | 1 | -36/+34 |
* | Fix ldbl-128ibm truncl for non-default rounding modes (bug 19593). | Joseph Myers | 2016-02-18 | 1 | -39/+11 |
* | Fix ldbl-128ibm ceill for non-default rounding modes (bug 19592). | Joseph Myers | 2016-02-18 | 1 | -36/+16 |
* | Fix ldbl-128ibm floorl for non-default rounding modes (bug 17899). | Joseph Myers | 2016-02-18 | 2 | -29/+49 |
* | Remove unused variables | Andreas Schwab | 2016-01-27 | 2 | -3/+0 |
* | Fix __finitel libm compat symbol version. | Joseph Myers | 2016-01-20 | 2 | -4/+4 |
* | S/390: Do not raise inexact exception in lrint/lround. [BZ #19486] | Stefan Liebler | 2016-01-18 | 4 | -4/+32 |
* | Call math_opt_barrier inside if | H.J. Lu | 2016-01-15 | 4 | -4/+16 |
* | Eliminate redundant sign extensions in pow() | Anton Blanchard | 2016-01-04 | 1 | -2/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 222 | -222/+222 |
* | Consolidate sincos computation for 2.426265 < |x| < 105414350 | Siddhesh Poyarekar | 2015-12-21 | 2 | -281/+123 |
* | Consolidate sin and cos code for 105414350 <|x|< 281474976710656 | Siddhesh Poyarekar | 2015-12-21 | 2 | -146/+119 |
* | Consolidate range reduction in sincos for x > 281474976710656 | Siddhesh Poyarekar | 2015-12-21 | 2 | -2/+57 |
* | Fix indentation. | Steve Ellcey | 2015-12-11 | 1 | -1/+3 |
* | Fix ldbl-128ibm logl inaccuracy near 1 (bug 19351). | Joseph Myers | 2015-12-09 | 1 | -1/+1 |
* | Fix ldbl-128ibm sinhl spurious overflows (bug 19350). | Joseph Myers | 2015-12-09 | 1 | -1/+1 |
* | Fix ldbl-128ibm tanhl inaccuracy for small arguments (bug 19349). | Joseph Myers | 2015-12-09 | 1 | -1/+1 |
* | math: add LDBL_CLASSIFY_COMPAT support | Chris Metcalf | 2015-12-03 | 6 | -6/+34 |
* | Use hex float constants in sysdeps/ieee754/dbl-64/e_sqrt.c. | Joseph Myers | 2015-12-01 | 2 | -46/+2 |
* | Refactor strtod parsing of NaN payloads. | Joseph Myers | 2015-11-24 | 7 | -38/+101 |
* | Fix lgamma setting signgam for ISO C (bug 15421). | Joseph Myers | 2015-11-20 | 5 | -13/+20 |
* | Shuffle includes in ldbl-128ibm/mpn2ldl.c | Paul Murphy | 2015-11-19 | 1 | -2/+6 |
* | Include s_sin.c in s_sincos.c | Siddhesh Poyarekar | 2015-11-17 | 2 | -19/+20 |
* | Remove redundant else clauses in s_sin.c | Siddhesh Poyarekar | 2015-11-17 | 1 | -186/+158 |
* | Fix ldbl-128ibm strtold overflow handling (bug 14551). | Joseph Myers | 2015-11-13 | 3 | -0/+99 |
* | Fix dbl-64 remainder sign of zero result (bug 19201). | Joseph Myers | 2015-11-03 | 1 | -0/+2 |
* | Make nextafter, nexttoward set errno (bug 6799). | Joseph Myers | 2015-11-02 | 10 | -0/+32 |
* | Fix ldbl-128 log1pl (-qNaN) spurious "invalid" exception (bug 19189). | Joseph Myers | 2015-10-29 | 1 | -2/+2 |
* | Make drem an alias of remainder (bug 16171). | Joseph Myers | 2015-10-29 | 7 | -21/+8 |
* | Use C11 *_TRUE_MIN macros where applicable. | Joseph Myers | 2015-10-28 | 4 | -6/+7 |
* | Remove GCC version conditionals on -Wmaybe-uninitialized pragmas. | Joseph Myers | 2015-10-27 | 6 | -24/+0 |
* | Fix j1, jn missing errno setting on underflow (bug 18611). | Joseph Myers | 2015-10-23 | 9 | -7/+32 |
* | Fix ldbl-128 j0l spurious underflows (bug 19156). | Joseph Myers | 2015-10-21 | 1 | -0/+2 |
* | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 2015-10-19 | 2 | -4/+2 |
* | Fix lrint, llrint, lround, llround missing exceptions for MIPS (bug 16399). | Joseph Myers | 2015-10-09 | 8 | -14/+97 |
* | Fix dbl-64 lrint for 64-bit long (bug 19095). | Joseph Myers | 2015-10-09 | 1 | -1/+1 |
* | Fix lrint, llrint missing exceptions close to overflow threshold (bug 19094). | Joseph Myers | 2015-10-08 | 5 | -22/+178 |
* | Fix lround, llround missing exceptions close to overflow threshold (bug 19088). | Joseph Myers | 2015-10-07 | 6 | -13/+142 |
* | Fix ldbl-128 lrintl, lroundl missing exceptions for 32-bit long (bug 19085). | Joseph Myers | 2015-10-07 | 2 | -22/+22 |
* | Use dbl-64/wordsize-64 for MIPS64. | Joseph Myers | 2015-10-07 | 1 | -1/+0 |
* | Don't use dbl-64/wordsize-64 lround based on llround for ILP32 (bug 19079). | Joseph Myers | 2015-10-07 | 2 | -16/+71 |
* | Fix ldbl-128ibm expl overflow in non-default rounding modes (bug 19078). | Joseph Myers | 2015-10-06 | 1 | -5/+2 |
* | Fix ldbl-128ibm logl (1) sign of zero result (bug 19077). | Joseph Myers | 2015-10-06 | 1 | -0/+2 |