| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r257770 r257818 r257823 r260066 r260067 r260089 r260145 r268587 r268588 | tijl | 2014-09-18 | 3 | -230/+687 |
* | ld80 and ld128 implementations of expm1l(). This code started life | kargl | 2013-06-03 | 1 | -0/+165 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 1 | -2/+2 |
* | Micro-optimization: move the unary mius operator to operate | kargl | 2013-06-03 | 1 | -2/+2 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 1 | -7/+5 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 1 | -6/+4 |
* | Rename a few P2, P3, ... coefficients to A2, A3, ... missed in | kargl | 2013-06-03 | 1 | -3/+3 |
* | Update a comment to reflect that we are using an endpoint of | kargl | 2013-06-03 | 1 | -1/+1 |
* | Add a u suffix to the IEEEl2bits unions o_threshold and u_threshold, | kargl | 2013-06-03 | 1 | -4/+7 |
* | Introduce the macro LOG2_INTERVAL, which is log2(number of intervals). | kargl | 2013-06-03 | 1 | -1/+3 |
* | Whitespace. | kargl | 2013-06-03 | 1 | -3/+3 |
* | * Rename the polynomial coefficients from P2, P3, ... to A2, A3, .... | kargl | 2013-06-03 | 1 | -10/+9 |
* | * Style(9). Start non-Copyright fancy formatted comments with /**. | kargl | 2013-06-03 | 1 | -1/+1 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 1 | -1/+1 |
* | Add logl, log2l, log10l, and log1pl. | das | 2013-06-03 | 1 | -0/+717 |
* | Style(9) | kargl | 2013-05-27 | 1 | -1/+1 |
* | * Update polynomial coefficients. | kargl | 2013-05-27 | 1 | -33/+30 |
* | Fix some regressions caused by the switch from gcc to clang. The fixes | das | 2013-05-27 | 1 | -6/+3 |
* | * Update the comment that explains the choice of values in the | kargl | 2012-10-13 | 1 | -6/+7 |
* | * src/math_private.h: | kargl | 2012-09-29 | 1 | -2/+2 |
* | * ld80/s_expl.c: | kargl | 2012-09-23 | 1 | -1/+1 |
* | Fix whitespace issue. | kargl | 2012-09-23 | 1 | -1/+1 |
* | * ld80/s_expl.c: | kargl | 2012-09-23 | 1 | -4/+4 |
* | * Update the lookup table to use 53-bit high and low values. | kargl | 2012-09-23 | 1 | -131/+134 |
* | Whitespace. | kargl | 2012-07-30 | 1 | -1/+1 |
* | Replace the macro name NUM with INTERVALS. This change provides | kargl | 2012-07-26 | 1 | -11/+11 |
* | * ld80/expl.c: | kargl | 2012-07-26 | 1 | -5/+1 |
* | Compute the exponential of x for Intel 80-bit format and IEEE 128-bit | kargl | 2012-07-23 | 1 | -0/+304 |
* | Fix clang warnings. | benl | 2011-06-18 | 1 | -1/+1 |
* | 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/+152 |
* | On i386, gcc truncates long double constants to double precision | das | 2008-08-02 | 1 | -4/+17 |
* | Add implementations of acosl(), asinl(), atanl(), atan2l(), | das | 2008-07-31 | 2 | -0/+183 |
* | 2 long double constants were missing L suffixes. This helped break tanl() | bde | 2008-02-18 | 1 | -2/+2 |
* | Fix a typo which broke k_tanl.c on !(amd64 || i386). | bde | 2008-02-18 | 1 | -1/+1 |
* | Add kernel functions for 80-bit long doubles. Many thanks to Steve and | das | 2008-02-17 | 3 | -0/+264 |
* | 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/+14 |
* | Implement exp2l(). There is one version for machines with 80-bit | das | 2008-01-18 | 1 | -0/+291 |
* | 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 |