| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 13 | -26/+0 |
* | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 3 | -6/+0 |
* | Fixes for bugs in sinpi/cospi/tanpi | Steve Kargl | 2023-08-10 | 3 | -71/+56 |
* | Cleanup debugging code in libm | Steve Kargl | 2023-08-10 | 2 | -31/+21 |
* | * lib/msun/Makefile b/lib/msun/Makefile: | Mark Murray | 2023-07-26 | 1 | -0/+57 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 8 | -8/+8 |
* | Implementations of cexpl() | Steve Kargl | 2021-11-10 | 1 | -0/+94 |
* | cosl(): fix polynomial approximation coefficients for ld128 version | Steve Kargl | 2021-11-08 | 1 | -17/+15 |
* | sinpi[fl] etc: Fix the ld128 implementations | Steve Kargl | 2021-11-02 | 3 | -37/+46 |
* | lib/msun/ld128/s_tanpil.c: make it compile. | Konstantin Belousov | 2021-11-02 | 1 | -3/+3 |
* | [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] | Steve Kargl | 2021-11-02 | 5 | -0/+431 |
* | lib/msun: Avoid FE_INEXACT for x86 log2l/log10l | Alex Richardson | 2021-04-22 | 1 | -9/+9 |
* | Apply fix for ld80 and ld128 submitted by Steve Kargl: | Stefan Eßer | 2020-09-20 | 1 | -5/+6 |
* | Remove sparc64 specific parts of libm and fix comments | Warner Losh | 2020-02-26 | 3 | -12/+17 |
* | msun: Fix some old typos. | Pedro F. Giffuni | 2018-12-31 | 1 | -1/+1 |
* | Centralize the complications for special efficient rounding to integers. | Bruce Evans | 2018-07-20 | 3 | -22/+4 |
* | Add a macro nan_mix() and use it to get NaN results that are (bitwise) | Bruce Evans | 2018-07-17 | 1 | -1/+1 |
* | msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd | Matt Macy | 2018-07-15 | 1 | -0/+443 |
* | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-26 | 7 | -0/+14 |
* | Rename cpack*() to CMPLX*(). | Ed Schouten | 2014-12-16 | 1 | -1/+1 |
* | The value small=2**-(p+3), where p is the precision, can be determine from | Steve Kargl | 2014-10-09 | 1 | -38/+35 |
* | For targets that have a signed zero, lgamma_r(-0, &signgamp) should | Steve Kargl | 2014-09-17 | 1 | -1/+5 |
* | * Makefile: | Steve Kargl | 2014-09-15 | 1 | -0/+329 |
* | * Makefile: | Steve Kargl | 2014-07-13 | 1 | -0/+329 |
* | In lib/msun/ld128/s_expl.c, remove '/*' within block comment, to avoid a | Dimitry Andric | 2014-02-21 | 1 | -1/+1 |
* | * ld80/k_expl.h: | Steve Kargl | 2013-12-30 | 2 | -233/+393 |
* | Change a comma to a semicolon. | Steve Kargl | 2013-06-03 | 1 | -3/+2 |
* | ld80 and ld128 implementations of expm1l(). This code started life | Steve Kargl | 2013-06-03 | 1 | -0/+195 |
* | Fix two comments that got lost in the disentanglement of the larger diff. | Steve Kargl | 2013-06-03 | 1 | -1/+6 |
* | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 1 | -6/+9 |
* | Micro-optimization: move the unary mius operator to operate | Steve Kargl | 2013-06-03 | 1 | -1/+1 |
* | Add a comment to note that bde supplied most, if not all, | Steve Kargl | 2013-06-03 | 1 | -0/+2 |
* | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 1 | -6/+4 |
* | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 1 | -21/+51 |
* | Update a comment to reflect that we are using an endpoint of | Steve Kargl | 2013-06-03 | 1 | -1/+1 |
* | Introduce the macro LOG2_INTERVAL, which is log2(number of intervals). | Steve Kargl | 2013-06-03 | 1 | -1/+2 |
* | Whitespace. | Steve Kargl | 2013-06-03 | 1 | -1/+1 |
* | * Rename the polynomial coefficients from P2, P3, ... to A2, A3, .... | Steve Kargl | 2013-06-03 | 1 | -15/+15 |
* | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 1 | -1/+1 |
* | Add logl, log2l, log10l, and log1pl. | David Schultz | 2013-06-03 | 1 | -0/+737 |
* | Fix some regressions caused by the switch from gcc to clang. The fixes | David Schultz | 2013-05-27 | 1 | -6/+3 |
* | * ld80/s_expl.c: | Steve Kargl | 2012-09-23 | 1 | -8/+5 |
* | * ld80/s_expl.c: | Steve Kargl | 2012-09-23 | 1 | -9/+13 |
* | Whitespace. | Steve Kargl | 2012-07-30 | 1 | -2/+2 |
* | Replace the macro name NUM with INTERVALS. This change provides | Steve Kargl | 2012-07-26 | 1 | -4/+5 |
* | * ld80/expl.c: | Steve Kargl | 2012-07-26 | 1 | -3/+2 |
* | Compute the exponential of x for Intel 80-bit format and IEEE 128-bit | Steve Kargl | 2012-07-23 | 1 | -0/+260 |
* | Clean up the unneeded cpp macro INLINE_REM_PIO2L. | Steve Kargl | 2011-05-30 | 1 | -4/+1 |
* | Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79 | Steve Kargl | 2011-04-29 | 1 | -0/+143 |
* | Add implementations of acosl(), asinl(), atanl(), atan2l(), | David Schultz | 2008-07-31 | 2 | -0/+213 |