| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the order of operations for lib/msun more clear. | eadler | 2013-06-24 | 2 | -2/+2 |
* | Add implementations of acoshl(), asinhl(), and atanhl(). This is a | das | 2013-06-10 | 12 | -48/+344 |
* | Style fixes. | das | 2013-06-05 | 4 | -54/+58 |
* | Add man links for expl(3) and expm1l(3). | das | 2013-06-04 | 1 | -2/+2 |
* | 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 | 6 | -4/+373 |
* | 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 | 2 | -8/+11 |
* | Micro-optimization: move the unary mius operator to operate | kargl | 2013-06-03 | 2 | -3/+3 |
* | 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 | 2 | -13/+9 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -27/+55 |
* | 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 | 2 | -2/+2 |
* | 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 | 2 | -2/+5 |
* | Whitespace. | kargl | 2013-06-03 | 2 | -4/+4 |
* | * Rename the polynomial coefficients from P2, P3, ... to A2, A3, .... | kargl | 2013-06-03 | 2 | -25/+24 |
* | * Style(9). Start non-Copyright fancy formatted comments with /**. | kargl | 2013-06-03 | 1 | -1/+1 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -2/+2 |
* | Add logl, log2l, log10l, and log1pl. | das | 2013-06-03 | 11 | -18/+1809 |
* | I'm happy to finally commit stephen@'s implementations of cacos, | das | 2013-05-30 | 8 | -15/+1186 |
* | 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 | 20 | -40/+53 |
* | Merge the 386 and amd64 versions of the fenv.h, to make cc -m32 | kib | 2013-04-21 | 3 | -286/+164 |
* | Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in | dim | 2012-11-10 | 1 | -3/+4 |
* | Fix typo; s/ouput/output | kevlo | 2012-11-07 | 1 | -1/+1 |
* | Revert r241756 | imp | 2012-10-22 | 1 | -62/+0 |
* | Revert r241755 | imp | 2012-10-22 | 1 | -51/+0 |
* | Document the method used to compute expf. Taken from exp, with | imp | 2012-10-19 | 1 | -0/+62 |
* | Document the methods used to compute logf. Taken and edited from the | imp | 2012-10-19 | 1 | -0/+51 |
* | mdoc: avoid nested displays. | joel | 2012-10-14 | 1 | -32/+35 |
* | * 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 | 2 | -7/+11 |
* | * ld80/s_expl.c: | kargl | 2012-09-23 | 2 | -9/+6 |
* | Fix whitespace issue. | kargl | 2012-09-23 | 1 | -1/+1 |
* | * ld80/s_expl.c: | kargl | 2012-09-23 | 2 | -13/+17 |
* | * Update the lookup table to use 53-bit high and low values. | kargl | 2012-09-23 | 1 | -131/+134 |
* | * Use ENTERI() and RETURNI() to toggle the rounding precision if | kargl | 2012-09-22 | 3 | -6/+21 |
* | * Make STRICT_ALIGN() work for doubles as well as for floats. This | kargl | 2012-09-22 | 1 | -2/+2 |
* | Optimise i387 trigonometric functions. Replace "andw 0x400,%ax \ jnz" with | tijl | 2012-09-16 | 3 | -16/+16 |
* | Minor mdoc fix. | joel | 2012-09-11 | 1 | -5/+5 |
* | Add __always_inline to __ieee754_rem_pio2() and __ieee754_rem_pio2f(), | dim | 2012-08-11 | 2 | -2/+2 |
* | Change a few extern inline functions in libm to static inline, since | dim | 2012-08-11 | 6 | -28/+23 |
* | ieeefp.h is only needed on i386 class hardware. | kargl | 2012-07-30 | 1 | -0/+2 |
* | Whitespace. | kargl | 2012-07-30 | 3 | -4/+3 |
* | Replace the macro name NUM with INTERVALS. This change provides | kargl | 2012-07-26 | 2 | -15/+16 |
* | * ld80/expl.c: | kargl | 2012-07-26 | 2 | -8/+3 |
* | Replace code that toggles between 53 and 64 bits on i386 | kargl | 2012-07-26 | 1 | -19/+4 |