Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-29 | Add #include <stdint.h> for uint[32|64]_t usage.rsa/stdint | Ryan S. Arnold | |
2013-04-02 | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | |
It is based on draft TS 18661 and currently enabled as a GNU extension. | |||
2013-03-28 | Fix e_logl (128ibm) spurious underflow | Adhemerval Zanella | |
2013-03-22 | BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibm | Adhemerval Zanella | |
The patch increase the high value to check if expl overflows. Current high mark value is not really correct, the algorithm accepts high values. It also adds a correct wrapper function to check for overflow and underflow. | |||
2013-03-08 | PowerPC: unify math_ldbl.h implementations | Adhemerval Zanella | |
This patch removes redudant definition from PowerPC specific math_ldbl, using the definitions from ieee754 math_ldbl.h. | |||
2013-03-04 | BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibm | Adhemerval Zanella | |
2013-01-10 | Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c" | Andreas Schwab | |
This reverts commit 35eb879e3b7849e86f06658bdb888f7858b30759. | |||
2013-01-10 | sysdeps/ieee754/ldbl-128ibm/e_expl.c | Andreas Schwab | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | |
2012-12-05 | Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c. | Joseph Myers | |
2012-12-04 | Fix ldbl-128ibm "set but not used" warnings. | Joseph Myers | |
2012-12-04 | Fix powl inaccuracy for ldbl-128ibm (bug 14914). | Joseph Myers | |
2012-11-22 | Fix ldbl-128ibm atanl spurious underflows (bug 14871). | Joseph Myers | |
2012-11-22 | Fix sign of inexact zero results for ldbl-128ibm fmal. | Joseph Myers | |
2012-11-22 | Fix ldbl-128ibm powl spurious underflows. | Joseph Myers | |
2012-11-22 | Fix ldbl-128ibm hypotl internal underflows (bug 14869). | Joseph Myers | |
2012-11-22 | Fix ldbl-128ibm hypotl inaccuracy for arguments with large ratio (bug 14868). | Joseph Myers | |
2012-11-22 | Fix expm1l spurious underflows for ldbl-128ibm. | Joseph Myers | |
2012-10-31 | Fix ldbl-128ibm atan2l for x near 1. | Joseph Myers | |
2012-09-25 | Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). | Joseph Myers | |
2012-07-25 | Set up errno properly for yn. | Marek Polacek | |
2012-07-11 | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Adhemerval Zanella | |
IBM long double fixes and POWER ulps update. | |||
2012-06-05 | Fix for wrong ldbl128-ibm fmodl commit | Adhemerval Zanella | |
2012-06-05 | Fix spurious undeflow for ldbl-128ibm erfl | Adhemerval Zanella | |
For values higher than 25.6283 erflc underflow, so adjust erfl to return a constant value based argument sign. | |||
2012-06-05 | Fix ldbl128ibm fmodl for subnormals. | Adhemerval Zanella | |
2012-05-26 | Optimize handling of denormals in logb/logbf/logbl | Andreas Schwab | |
2012-05-10 | Fix for logb/logbf/logbl (bugs 13954/13955/13956) | Adhemerval Zanella | |
POSIX 2008 states that if the input for 'logb[f|l]' is a subnormal number it should be treated as if it were normalized. This means the implementation should calculate the log2 of the mantissa and add it to the subnormal exponent (-126 for float and -1022 for double and IBM long double). This patch takes care of that. | |||
2012-05-06 | Fix exp10 inaccuracy and exceptions (bugs 13884, 13914). | Joseph Myers | |
2012-05-04 | Fix for ldbl-128ibm acosl/asinl inaccuracies | Adhemerval Zanella | |
2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix long double comparison inaccuracies. * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): * Likewise. * sysdeps/powerpc/fpu/libm-test-ulps: Update. | |||
2012-05-02 | Fix nexttoward bugs | Adhemerval Zanella | |
[BZ #2550] [BZ #2570] * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point comparisons to determine direction to adjust input. | |||
2012-05-01 | Fix nexttoward bugs (bugs 2550, 2570). | Joseph Myers | |
2012-04-28 | Fix formatting of denormal IBM long double numbers | Andreas Schwab | |
2012-04-26 | Fix ctan, ctanh overflow for ldbl-128ibm (bug 11521). | Adhemerval Zanella | |
2012-04-17 | Fix ilogb exception and errno (bug 6794) | Adhemerval Zanella | |
[BZ #6794] Following Joseph comments about bug 6794, here is a proposed fix. It turned out to be a large fix mainly because I had to move some file along to follow libm files/names conventions. Basically I have added wrappers (w_ilogb.c, w_ilogbf.c, w_ilogbl.c) that now calls the symbol '__ieee754_ilogb'. The wrappers checks for '__ieee754_ilogb' output and set the errno and raise exceptions as expected. The '__ieee754_ilogb' is implemented in sysdeps. I have moved the 's_ilogb[f|l]' files to e_ilogb[f|l] and renamed the '__ilogb[f|l]' to '__ieee754_ilogb[f|l]'. I also found out a bug in i386 and x86-64 assembly coded ilogb implementation where it raises a FE_DIVBYZERO when argument is '0.0'. I corrected this issue as well. Finally I added the errno and FE_INVALID tests for 0.0, NaN and +-InF argument. Tested on i386, x86-64, ppc32 and ppc64. | |||
2012-03-26 | Fix undue underflow in ldbl-128ibm version of expl | Andreas Schwab | |
2012-03-22 | Fix low-part sign handling in sin/cos for ldbl-128 and ldbl-128ibm. | Joseph Myers | |
2012-03-21 | Fix missing overflow/underflow exception in ldbl-128ibm version of powl | Andreas Schwab | |
2012-03-09 | Use <> for math.h and math_private.h everywhere. | Richard Henderson | |
Entire tree edited via find | grep | sed. | |||
2012-03-05 | Fix loss of precision in cosh and sinh for IBM long double | Andreas Schwab | |
2012-03-02 | Fix scalbn, scalbln integer overflow. | Joseph Myers | |
2012-03-01 | Improve erfc accuracy. | Joseph Myers | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2012-01-27 | Remove __STDC__ conditionals from libm. | Joseph Myers | |
2011-10-23 | Add missing _finite aliases | Andreas Schwab | |
2011-10-22 | Fix compilation due to __nan defines | Andreas Schwab | |
2011-10-15 | Optimize exp | Ulrich Drepper | |
Add __exp*_finite optimizations and rewrite some wrappers. | |||
2011-10-12 | Optimize libm | Ulrich Drepper | |
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized. | |||
2011-10-10 | Implement __isinf_nsl for IBM long double | Andreas Schwab | |
2011-09-09 | Fix jn precision | Petr Baudis | |