Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace. | Joseph Myers | 2013-06-05 | 30 | -217/+217 |
| | |||||
* | Fix ldbl-96 hypotl of subnormals (bug 15529). | Joseph Myers | 2013-05-24 | 1 | -1/+1 |
| | |||||
* | Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490). | Joseph Myers | 2013-05-19 | 5 | -0/+13 |
| | |||||
* | Fix remainder exceptions and directed-rounding results (bugs 15480, 15485). | Joseph Myers | 2013-05-17 | 1 | -0/+1 |
| | |||||
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 10 | -2/+10 |
| | |||||
* | Make _LIB_VERSION a weak symbol | Siddhesh Poyarekar | 2013-05-13 | 1 | -4/+5 |
| | | | | | | | That way it can live alongside _LIB_VERSION in libieee.a for statically compiled programs. Resolves #14582. | ||||
* | Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359). | Joseph Myers | 2013-05-09 | 1 | -5/+5 |
| | |||||
* | Fix ldbl-128 cos range reduction near pi/2 (bug 15429). | Joseph Myers | 2013-05-09 | 1 | -5/+5 |
| | |||||
* | Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426). | Joseph Myers | 2013-05-08 | 12 | -32/+1035 |
| | |||||
* | Format s_sin.c | Siddhesh Poyarekar | 2013-04-30 | 1 | -904/+1212 |
| | |||||
* | [BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge | 2013-04-05 | 2 | -12/+10 |
| | |||||
* | [BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge | 2013-04-05 | 2 | -9/+9 |
| | |||||
* | Remove unreachable code. | Thomas Schwinge | 2013-04-05 | 1 | -2/+1 |
| | | | | The case of y == 0 is handled at the beginning of the function. | ||||
* | Remove unused hard-coded qNaN definition. | Thomas Schwinge | 2013-04-05 | 1 | -2/+0 |
| | |||||
* | Remove TWO | Siddhesh Poyarekar | 2013-04-03 | 2 | -3/+1 |
| | | | | | Minor cleanup to remove the macro TWO and use the value directly instead. | ||||
* | Use mantissa_t in mpexp | Siddhesh Poyarekar | 2013-04-02 | 2 | -3/+4 |
| | |||||
* | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 2013-04-02 | 6 | -0/+264 |
| | | | | It is based on draft TS 18661 and currently enabled as a GNU extension. | ||||
* | Remove ONE and MONE | Siddhesh Poyarekar | 2013-03-29 | 7 | -22/+20 |
| | |||||
* | Format s_tan.c | Siddhesh Poyarekar | 2013-03-29 | 1 | -405/+728 |
| | |||||
* | Remove ZERO and MZERO macros | Siddhesh Poyarekar | 2013-03-29 | 6 | -53/+51 |
| | |||||
* | Format s_atan.c | Siddhesh Poyarekar | 2013-03-29 | 1 | -151/+246 |
| | |||||
* | Format e_log.c | Siddhesh Poyarekar | 2013-03-29 | 1 | -95/+133 |
| | |||||
* | Fix e_logl (128ibm) spurious underflow | Adhemerval Zanella | 2013-03-28 | 1 | -2/+11 |
| | |||||
* | Format and clean up s_atan2.c | Siddhesh Poyarekar | 2013-03-28 | 1 | -310/+494 |
| | |||||
* | Use integral constants | Siddhesh Poyarekar | 2013-03-26 | 1 | -76/+76 |
| | | | | | | The compiler is smart enough to convert those into double for powerpc, but if we put them as doubles, it adds overhead by performing those operations in floating point mode. | ||||
* | Removed commented code | Siddhesh Poyarekar | 2013-03-26 | 11 | -85/+0 |
| | |||||
* | Make mantissa type of mp_no configurable | Siddhesh Poyarekar | 2013-03-26 | 3 | -69/+101 |
| | | | | | | | | | | The mantissa of mp_no is intended to take only integral values. This is a relatively good choice for powerpc due to its 4 fpus, but not for other architectures, which suffer due to this choice. This change makes the default mantissa a long integer and allows powerpc to override it. Additionally, some operations have been optimized for integer manipulation, resulting in a significant improvement in performance. | ||||
* | BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibm | Adhemerval Zanella | 2013-03-22 | 2 | -6/+24 |
| | | | | | | 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. | ||||
* | Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285). | Joseph Myers | 2013-03-21 | 2 | -20/+34 |
| | |||||
* | Replace 8388608.0 with HALFRAD in mp code | Siddhesh Poyarekar | 2013-03-21 | 2 | -3/+3 |
| | | | | Minor cleanup | ||||
* | Fix y1l spurious overflows for ldbl-96 (bug 15283). | Joseph Myers | 2013-03-16 | 1 | -1/+1 |
| | |||||
* | Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ↵ | Joseph Myers | 2013-03-16 | 2 | -58/+79 |
| | | | | ldbl-128ibm (bug 14155). | ||||
* | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge | 2013-03-15 | 1 | -5/+5 |
| | |||||
* | Revert configurable mantissa patch | Siddhesh Poyarekar | 2013-03-15 | 3 | -92/+60 |
| | | | | | | Reverts d22ca8cdfb98001d03772ef264b244930d439b3f since it is severely broken on 32-bit. | ||||
* | Make mantissa type configurable | Siddhesh Poyarekar | 2013-03-15 | 3 | -60/+92 |
| | | | | | This allows the default mantissa to be integral, with powerpc overriding it to take advantage of its FPUs. | ||||
* | Fix spurious underflow exceptions for Bessel functions for double (bug 14155). | Joseph Myers | 2013-03-14 | 2 | -4/+8 |
| | |||||
* | PowerPC: unify math_ldbl.h implementations | Adhemerval Zanella | 2013-03-08 | 1 | -2/+8 |
| | | | | | This patch removes redudant definition from PowerPC specific math_ldbl, using the definitions from ieee754 math_ldbl.h. | ||||
* | Merge powerpc slowexp.c into generic code | Siddhesh Poyarekar | 2013-03-07 | 1 | -3/+9 |
| | |||||
* | Merge powerpc slowpow.c into generic code | Siddhesh Poyarekar | 2013-03-07 | 1 | -0/+17 |
| | |||||
* | Use generic mpa.c code for everything except __mul and __sqr | Siddhesh Poyarekar | 2013-03-07 | 1 | -0/+4 |
| | |||||
* | BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibm | Adhemerval Zanella | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | Format mpsqrt.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -34/+44 |
| | |||||
* | Format mpatan2.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -23/+22 |
| | |||||
* | Format mpatan.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -46/+61 |
| | |||||
* | Format mptan.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -13/+15 |
| | |||||
* | Format mplog.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -21/+23 |
| | |||||
* | Another tweak to the multiplication algorithm | Siddhesh Poyarekar | 2013-02-26 | 1 | -6/+50 |
| | | | | | Reduce the formula to calculate mantissa so that we reduce the net number of multiplications performed. | ||||
* | Don't duplicate mpone and mptwo | Siddhesh Poyarekar | 2013-02-26 | 1 | -5/+3 |
| | |||||
* | Remove commented declarations | Siddhesh Poyarekar | 2013-02-25 | 1 | -14/+0 |
| | |||||
* | Use long wherever possible in mpa.c | Siddhesh Poyarekar | 2013-02-25 | 1 | -31/+39 |
| | | | | | | Using long throughout like powerpc does is beneficial since it reduces the need to switch to 32-bit instructions. It gives a very minor performance improvement. |