Age | Commit message (Expand) | Author | Files | Lines |
2013-03-29 | Remove ZERO and MZERO macros | Siddhesh Poyarekar | 6 | -53/+51 |
2013-03-29 | Format s_atan.c | Siddhesh Poyarekar | 1 | -151/+246 |
2013-03-29 | Format e_log.c | Siddhesh Poyarekar | 1 | -95/+133 |
2013-03-28 | Fix e_logl (128ibm) spurious underflow | Adhemerval Zanella | 1 | -2/+11 |
2013-03-28 | Format and clean up s_atan2.c | Siddhesh Poyarekar | 1 | -310/+494 |
2013-03-26 | Use integral constants | Siddhesh Poyarekar | 1 | -76/+76 |
2013-03-26 | Removed commented code | Siddhesh Poyarekar | 11 | -85/+0 |
2013-03-26 | Make mantissa type of mp_no configurable | Siddhesh Poyarekar | 3 | -69/+101 |
2013-03-22 | BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibm | Adhemerval Zanella | 2 | -6/+24 |
2013-03-21 | Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285). | Joseph Myers | 2 | -20/+34 |
2013-03-21 | Replace 8388608.0 with HALFRAD in mp code | Siddhesh Poyarekar | 2 | -3/+3 |
2013-03-16 | Fix y1l spurious overflows for ldbl-96 (bug 15283). | Joseph Myers | 1 | -1/+1 |
2013-03-16 | Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ldbl-12... | Joseph Myers | 2 | -58/+79 |
2013-03-15 | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge | 1 | -5/+5 |
2013-03-15 | Revert configurable mantissa patch | Siddhesh Poyarekar | 3 | -92/+60 |
2013-03-15 | Make mantissa type configurable | Siddhesh Poyarekar | 3 | -60/+92 |
2013-03-14 | Fix spurious underflow exceptions for Bessel functions for double (bug 14155). | Joseph Myers | 2 | -4/+8 |
2013-03-08 | PowerPC: unify math_ldbl.h implementations | Adhemerval Zanella | 1 | -2/+8 |
2013-03-07 | Merge powerpc slowexp.c into generic code | Siddhesh Poyarekar | 1 | -3/+9 |
2013-03-07 | Merge powerpc slowpow.c into generic code | Siddhesh Poyarekar | 1 | -0/+17 |
2013-03-07 | Use generic mpa.c code for everything except __mul and __sqr | Siddhesh Poyarekar | 1 | -0/+4 |
2013-03-04 | BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibm | Adhemerval Zanella | 1 | -1/+1 |
2013-02-27 | Format mpsqrt.c | Siddhesh Poyarekar | 1 | -34/+44 |
2013-02-27 | Format mpatan2.c | Siddhesh Poyarekar | 1 | -23/+22 |
2013-02-27 | Format mpatan.c | Siddhesh Poyarekar | 1 | -46/+61 |
2013-02-27 | Format mptan.c | Siddhesh Poyarekar | 1 | -13/+15 |
2013-02-27 | Format mplog.c | Siddhesh Poyarekar | 1 | -21/+23 |
2013-02-26 | Another tweak to the multiplication algorithm | Siddhesh Poyarekar | 1 | -6/+50 |
2013-02-26 | Don't duplicate mpone and mptwo | Siddhesh Poyarekar | 1 | -5/+3 |
2013-02-25 | Remove commented declarations | Siddhesh Poyarekar | 1 | -14/+0 |
2013-02-25 | Use long wherever possible in mpa.c | Siddhesh Poyarekar | 1 | -31/+39 |
2013-02-25 | Format slowexp.c | Siddhesh Poyarekar | 1 | -22/+26 |
2013-02-25 | Reformat slowpow.c | Siddhesh Poyarekar | 1 | -31/+48 |
2013-02-25 | Remove commented code | Siddhesh Poyarekar | 1 | -6/+0 |
2013-02-21 | Fix whitespace differences between generic and powerpc mpa.c | Siddhesh Poyarekar | 1 | -2/+2 |
2013-02-20 | Respect the user's namespace in installed header files. | Thomas Schwinge | 1 | -1/+1 |
2013-02-20 | bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)). | Thomas Schwinge | 1 | -1/+1 |
2013-02-20 | Copy comment about inner loop from powerpc mpa.c to the default one | Siddhesh Poyarekar | 1 | -0/+10 |
2013-02-16 | Don't require LIM to determine loop end in __sqr | Siddhesh Poyarekar | 1 | -10/+4 |
2013-02-16 | Use intermediate variable to compute exponent in __mul | Siddhesh Poyarekar | 1 | -4/+15 |
2013-02-15 | Fix determination of lower precision in __mul | Siddhesh Poyarekar | 1 | -1/+4 |
2013-02-14 | Use __sqr instead of __mul wherever possible | Siddhesh Poyarekar | 3 | -4/+4 |
2013-02-14 | New __sqr function as a faster special case of __mul | Siddhesh Poyarekar | 3 | -2/+94 |
2013-02-13 | Remove unnecessary factorial array | Siddhesh Poyarekar | 1 | -10/+3 |
2013-02-13 | Better exp polynomial | Siddhesh Poyarekar | 1 | -23/+37 |
2013-02-13 | Optimized mp multiplication | Siddhesh Poyarekar | 1 | -8/+48 |
2013-02-13 | Clean up add_magnitudes and sub_magnitudes | Siddhesh Poyarekar | 1 | -52/+60 |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 1 | -1/+1 |
2013-01-18 | Simplify calculation of 2^-m in __mpexp | Siddhesh Poyarekar | 2 | -29/+34 |
2013-01-18 | Remove unnecessary multiplication with RADIXI | Siddhesh Poyarekar | 1 | -3/+3 |