| Commit message (Expand) | Author | Age | Files | Lines |
* | msun/ld80/e_powl.c: make powl() thread-safe by making static variables thread... | Konstantin Belousov | 2024-08-07 | 1 | -3/+3 |
* | msun/ld80/e_powl.c: add const qualifiers to the static immutable values | Konstantin Belousov | 2024-08-07 | 1 | -9/+9 |
* | libmsun: remove duplicates after cdefs.h added inline to __always_inline | Ryan Libby | 2024-06-25 | 2 | -2/+2 |
* | lib/msun: Cleanup after $FreeBSD$ removal | Steve Kargl | 2024-01-28 | 13 | -14/+0 |
* | lib: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 6 | -7/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 13 | -28/+0 |
* | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 2 | -4/+0 |
* | Fixes for bugs in sinpi/cospi/tanpi | Steve Kargl | 2023-08-03 | 3 | -48/+24 |
* | Cleanup debugging code in libm | Steve Kargl | 2023-08-03 | 2 | -31/+23 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 8 | -8/+8 |
* | * lib/msun/Makefile b/lib/msun/Makefile: | Mark Murray | 2021-12-15 | 3 | -0/+907 |
* | Implementations of cexpl() | Steve Kargl | 2021-11-05 | 1 | -0/+107 |
* | [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] | Steve Kargl | 2021-10-25 | 5 | -0/+492 |
* | lib/msun: Fix x86 GCC6 build after 221622ec0c8e184 | Alex Richardson | 2021-03-12 | 1 | -8/+8 |
* | lib/msun: Avoid FE_INEXACT for x86 log2l/log10l | Alex Richardson | 2021-03-08 | 1 | -3/+6 |
* | Apply fix for ld80 and ld128 submitted by Steve Kargl: | Stefan Eßer | 2020-09-20 | 1 | -5/+6 |
* | Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD | Dimitry Andric | 2018-07-20 | 1 | -1/+47 |
* | Centralize the complications for special efficient rounding to integers. | Bruce Evans | 2018-07-20 | 3 | -23/+3 |
* | Revert r336497 for now, as it breaks on architectures using gcc, with: | Dimitry Andric | 2018-07-19 | 1 | -47/+1 |
* | Fix powl, cpow, cpowf, and cpowl imports from OpenBSD | Dimitry Andric | 2018-07-19 | 1 | -1/+47 |
* | Add a macro nan_mix() and use it to get NaN results that are (bitwise) | Bruce Evans | 2018-07-17 | 1 | -2/+2 |
* | msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd | Matt Macy | 2018-07-15 | 1 | -0/+616 |
* | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-26 | 7 | -0/+14 |
* | libm: add braces around initialization of subobjects | Ed Maste | 2016-11-01 | 2 | -386/+386 |
* | libm: remove unused variables | Ed Maste | 2016-10-05 | 1 | -1/+1 |
* | 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/+47 |
* | 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/+345 |
* | * Makefile: | Steve Kargl | 2014-07-13 | 1 | -0/+337 |
* | * ld80/k_expl.h: | Steve Kargl | 2013-12-30 | 2 | -230/+350 |
* | ld80 and ld128 implementations of expm1l(). This code started life | Steve Kargl | 2013-06-03 | 1 | -0/+165 |
* | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 1 | -2/+2 |
* | Micro-optimization: move the unary mius operator to operate | Steve Kargl | 2013-06-03 | 1 | -2/+2 |
* | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 1 | -7/+5 |
* | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 1 | -6/+4 |
* | Rename a few P2, P3, ... coefficients to A2, A3, ... missed in | Steve Kargl | 2013-06-03 | 1 | -3/+3 |
* | Update a comment to reflect that we are using an endpoint of | Steve Kargl | 2013-06-03 | 1 | -1/+1 |
* | Add a u suffix to the IEEEl2bits unions o_threshold and u_threshold, | Steve Kargl | 2013-06-03 | 1 | -4/+7 |
* | Introduce the macro LOG2_INTERVAL, which is log2(number of intervals). | Steve Kargl | 2013-06-03 | 1 | -1/+3 |
* | Whitespace. | Steve Kargl | 2013-06-03 | 1 | -3/+3 |
* | * Rename the polynomial coefficients from P2, P3, ... to A2, A3, .... | Steve Kargl | 2013-06-03 | 1 | -10/+9 |
* | * Style(9). Start non-Copyright fancy formatted comments with /**. | Steve Kargl | 2013-06-03 | 1 | -1/+1 |
* | 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/+717 |
* | Style(9) | Steve Kargl | 2013-05-27 | 1 | -1/+1 |
* | * Update polynomial coefficients. | Steve Kargl | 2013-05-27 | 1 | -33/+30 |
* | Fix some regressions caused by the switch from gcc to clang. The fixes | David Schultz | 2013-05-27 | 1 | -6/+3 |
* | * Update the comment that explains the choice of values in the | Steve Kargl | 2012-10-13 | 1 | -6/+7 |
* | * src/math_private.h: | Steve Kargl | 2012-09-29 | 1 | -2/+2 |