| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do not left-shift a negative number (inducing undefined behavior in | Dimitry Andric | 2019-09-25 | 4 | -6/+6 |
| * | Unskip test cases from netbsd-tests by defining __HAVE_FENV | Li-Wen Hsu | 2019-08-31 | 1 | -0/+2 |
| * | Introduce <sys/qmath.h>, a fixed-point math library from Netflix.
| Edward Tomasz Napierala | 2019-08-27 | 1 | -0/+1 |
| * | Partially revert r271349, which disabled the msun cexp test #4 on i386. | Dimitry Andric | 2019-06-01 | 1 | -11/+15 |
| * | Replace calls to sin(x) and cos(x) with a single call to sincos(). | Peter Jeremy | 2019-02-10 | 5 | -26/+20 |
| * | Amend r343442, by only expecting the lib.msun.cbrt_test.cbrtl_powl and | Dimitry Andric | 2019-02-08 | 1 | -1/+2 |
| * | libm: squelch -Woverflow from gcc6 | Eric van Gyzen | 2019-02-01 | 1 | -0/+9 |
| * | Temporarily mark lib.msun.{cbrt_test.cbrtl_powl,trig_test.reduction} | Li-Wen Hsu | 2019-01-25 | 1 | -0/+4 |
| * | msun: reduce diff between src/e_j0.c and src/e_j0f.c | Pedro F. Giffuni | 2019-01-14 | 2 | -10/+12 |
| * | pow(3): Workaround possible signed shift Undefined Behavior. | Pedro F. Giffuni | 2019-01-07 | 1 | -1/+1 |
| * | msun: Fix some old typos. | Pedro F. Giffuni | 2018-12-31 | 2 | -2/+2 |
| * | libm: Include float.h to get LDBL_MANT_DIG | Justin Hibbits | 2018-12-28 | 3 | -1/+3 |
| * | csqrt(3): Fix some typos in the manual page | Mateusz Piotrowski | 2018-11-04 | 1 | -2/+2 |
| * | In C remquol() and thus also in C remainderl(), don't clobber the sign bit | Bruce Evans | 2018-07-24 | 1 | -6/+1 |
| * | Fix the conversion to use nan_mix() in r336362. fmod*(x, y), | Bruce Evans | 2018-07-24 | 9 | -16/+23 |
| * | Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD | Dimitry Andric | 2018-07-20 | 8 | -125/+58 |
| * | Centralize the complications for special efficient rounding to integers. | Bruce Evans | 2018-07-20 | 9 | -75/+93 |
| * | Revert r336497 for now, as it breaks on architectures using gcc, with: | Dimitry Andric | 2018-07-19 | 8 | -55/+125 |
| * | Fix powl, cpow, cpowf, and cpowl imports from OpenBSD | Dimitry Andric | 2018-07-19 | 8 | -125/+55 |
| * | Fix spurious and extra underflows and resulting inaccuracies for some cases | Bruce Evans | 2018-07-19 | 2 | -10/+10 |
| * | Oops, r336412 undid the fix of the overflow threshold in r323003. Restore | Bruce Evans | 2018-07-19 | 1 | -6/+11 |
| * | Minor cleanups to csqrt*(), mostly in comments. | Bruce Evans | 2018-07-17 | 3 | -36/+14 |
| * | Fix scaling bugs which gave innaccuracies and spurious underflows in csqrt() | Bruce Evans | 2018-07-17 | 2 | -28/+48 |
| * | Add a macro nan_mix() and use it to get NaN results that are (bitwise) | Bruce Evans | 2018-07-17 | 31 | -55/+77 |
| * | msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd | Matt Macy | 2018-07-15 | 13 | -16/+1507 |
| * | Reduce diff between msun/src/e_pow.c and msun/src/e_powf.c. | Mark Johnston | 2018-07-08 | 2 | -8/+14 |
| * | Fix whitespace issues in bessel function routines. | Mark Johnston | 2018-07-08 | 4 | -40/+36 |
| * | clog.3, complex.3: Fix typos and igor style issues | Conrad Meyer | 2018-06-06 | 2 | -14/+12 |
| * | Resolve conflicts between macros in fenv.h and ieeefp.h | Dimitry Andric | 2018-05-31 | 4 | -38/+27 |
| * | Add implementations for clog(3), clogf(3), and clog(3). | Konstantin Belousov | 2018-05-13 | 8 | -9/+596 |
| * | Replace SOFTFLOAT with __riscv_float_abi_*. | Brooks Davis | 2018-04-19 | 3 | -10/+14 |
| * | msun: signed overflow in atan2 | Eitan Adler | 2018-02-14 | 1 | -1/+1 |
| * | cacos(3): correct spelling of 'I' | Eitan Adler | 2017-12-31 | 1 | -2/+2 |
| * | lib: Fix several typos and minor errors | Eitan Adler | 2017-12-27 | 1 | -1/+1 |
| * | Correct r326748, indicating that tgammal(3) is mapped to tgamma(3), not | Dimitry Andric | 2017-12-10 | 1 | -1/+1 |
| * | Document the existence and precision of the remaining long double | Dimitry Andric | 2017-12-10 | 2 | -6/+29 |
| * | Remove an unused incude from lib/msun/bsdsrc/b_log.c. | Dimitry Andric | 2017-12-07 | 1 | -1/+0 |
| * | Remove the sentence in math(3) about some long double math functions not | Dimitry Andric | 2017-12-07 | 1 | -7/+1 |
| * | lib/msun: remove trailing whitespace from e_pow.c | Ed Maste | 2017-12-03 | 1 | -18/+18 |
| * | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-26 | 93 | -0/+186 |
| * | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 4 | -3/+11 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 2 | -2/+0 |
| * | Support armv7 builds for userland | Warner Losh | 2017-10-05 | 1 | -1/+1 |
| * | lib/msun: add more csqrt unit tests for precision and overflow | Ryan Libby | 2017-08-29 | 1 | -19/+100 |
| * | lib/msun: avoid referring to broken LDBL_MAX | Ryan Libby | 2017-08-29 | 3 | -5/+23 |
| * | Revert r321457 | Enji Cooper | 2017-08-26 | 1 | -5/+0 |
| * | Add HAS_TESTS to all Makefiles that are currently using the | Enji Cooper | 2017-08-02 | 1 | -0/+1 |
| * | Convert traditional ${MK_TESTS} conditional idiom for including test | Enji Cooper | 2017-08-02 | 1 | -3/+1 |
| * | Re-add #endif accidentally deleted in r321484 | Enji Cooper | 2017-07-25 | 1 | -0/+1 |
| * | Only test ld_pi_odd with LDBL_MANT_DIG == 64 to fix the build | Enji Cooper | 2017-07-25 | 1 | -6/+1 |