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