| Commit message (Expand) | Author | Age | Files | Lines |
* | Change a comma to a semicolon. | kargl | 2013-06-03 | 1 | -3/+2 |
* | ld80 and ld128 implementations of expm1l(). This code started life | kargl | 2013-06-03 | 1 | -0/+195 |
* | Fix two comments that got lost in the disentanglement of the larger diff. | kargl | 2013-06-03 | 1 | -1/+6 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 1 | -6/+9 |
* | Micro-optimization: move the unary mius operator to operate | kargl | 2013-06-03 | 1 | -1/+1 |
* | Add a comment to note that bde supplied most, if not all, | kargl | 2013-06-03 | 1 | -0/+2 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 1 | -6/+4 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 1 | -21/+51 |
* | Update a comment to reflect that we are using an endpoint of | kargl | 2013-06-03 | 1 | -1/+1 |
* | Introduce the macro LOG2_INTERVAL, which is log2(number of intervals). | kargl | 2013-06-03 | 1 | -1/+2 |
* | Whitespace. | kargl | 2013-06-03 | 1 | -1/+1 |
* | * Rename the polynomial coefficients from P2, P3, ... to A2, A3, .... | kargl | 2013-06-03 | 1 | -15/+15 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 1 | -1/+1 |
* | Add logl, log2l, log10l, and log1pl. | das | 2013-06-03 | 1 | -0/+737 |
* | Fix some regressions caused by the switch from gcc to clang. The fixes | das | 2013-05-27 | 1 | -6/+3 |
* | * ld80/s_expl.c: | kargl | 2012-09-23 | 1 | -8/+5 |
* | * ld80/s_expl.c: | kargl | 2012-09-23 | 1 | -9/+13 |
* | Whitespace. | kargl | 2012-07-30 | 1 | -2/+2 |
* | Replace the macro name NUM with INTERVALS. This change provides | kargl | 2012-07-26 | 1 | -4/+5 |
* | * ld80/expl.c: | kargl | 2012-07-26 | 1 | -3/+2 |
* | Compute the exponential of x for Intel 80-bit format and IEEE 128-bit | kargl | 2012-07-23 | 1 | -0/+260 |
* | Clean up the unneeded cpp macro INLINE_REM_PIO2L. | kargl | 2011-05-30 | 1 | -4/+1 |
* | Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79 | kargl | 2011-04-29 | 1 | -0/+143 |
* | Add implementations of acosl(), asinl(), atanl(), atan2l(), | das | 2008-07-31 | 2 | -0/+213 |
* | 1 << 47 needs to be written 1ULL << 47. | das | 2008-03-02 | 1 | -1/+1 |
* | Add kernel functions for 128-bit long doubles. These could be improved | das | 2008-02-17 | 3 | -0/+239 |
* | Fix exp2*(x) on signaling NaNs by returning x+x as usual. | bde | 2008-02-13 | 1 | -1/+1 |
* | Use a better method of scaling by 2**k. Instead of adding to the | bde | 2008-02-07 | 1 | -11/+15 |
* | Implement exp2l(). There is one version for machines with 80-bit | das | 2008-01-18 | 1 | -0/+426 |
* | Since nan() is supposed to work the same as strtod("nan(...)", NULL), | das | 2007-12-18 | 1 | -10/+9 |
* | Implement and document nan(), nanf(), and nanl(). This commit | das | 2007-12-16 | 1 | -0/+47 |