| #
131535b7 |
| 19-Sep-2024 |
gdt <gdt@NetBSD.org> |
tests: Add test for remquo
This test currently fails, because remquo has bugs. (A bugfix will be committed soon.) Test vectors derived from results from code by Charles Karney in GeodesicLib/proj,
tests: Add test for remquo
This test currently fails, because remquo has bugs. (A bugfix will be committed soon.) Test vectors derived from results from code by Charles Karney in GeodesicLib/proj, and manually inspected.
show more ...
|
| #
394db10a |
| 09-Sep-2024 |
riastradh <riastradh@NetBSD.org> |
math.h: Add math_errhandling, MATH_ERRNO, MATH_ERREXCEPT.
XXX Should maybe put a __math_errhandling in machine/math.h, but only VAX uses MATH_ERRNO and that's not likely to change any time soon, so
math.h: Add math_errhandling, MATH_ERRNO, MATH_ERREXCEPT.
XXX Should maybe put a __math_errhandling in machine/math.h, but only VAX uses MATH_ERRNO and that's not likely to change any time soon, so this will serve for now with less churn.
PR standards/56234: missing C99 frobs in <math.h>
show more ...
|
| #
b129f29e |
| 05-May-2024 |
riastradh <riastradh@NetBSD.org> |
tests/lib/libm: Test nextafter/nexttoward and variants.
The tests are fairly trivial but should work without any conditionals about floating-point formats.
|
| #
5dd94c5e |
| 27-Aug-2022 |
christos <christos@NetBSD.org> |
Add sincos{,f,l} from FreeBSD
|
| #
a41884d4 |
| 21-Jun-2020 |
lukem <lukem@NetBSD.org> |
fix build of t_cabsl from t_cabsl.cxx
t_cabsl source is in t_cabsl.cxx not t_cabsl.cc - the latter is what bsd.tests.mk defaults to.
This only broke after my commit of share/mk/bsd.dep.mk rev 1.85
fix build of t_cabsl from t_cabsl.cxx
t_cabsl source is in t_cabsl.cxx not t_cabsl.cc - the latter is what bsd.tests.mk defaults to.
This only broke after my commit of share/mk/bsd.dep.mk rev 1.85 but I don't know why it didn't cause a problem previously.
show more ...
|
| #
ff9d8a09 |
| 26-Apr-2019 |
maya <maya@NetBSD.org> |
Add a test case for signbit. (paranoia prior to a libm change)
|
| #
b1abfc88 |
| 07-Nov-2018 |
riastradh <riastradh@NetBSD.org> |
Build libm tests with -fno-builtin.
This way they test libm, not whatever the compiler does.
We should _also_ have automatic integration tests for what the compiler does, as a separate thing.
|
| #
216c3542 |
| 20-Jun-2018 |
maya <maya@NetBSD.org> |
Add test case for PR lib/50646.
Make sure that cabsl (aka __c99_cabsl) is usable from C++.
|
| #
3ca192b7 |
| 04-Jun-2018 |
maya <maya@NetBSD.org> |
Blindly add __TEST_FENV in the hope of fixing the vax build.
(So we can include fenv.h, and then not use it - we ifdef vax out for OS-portability reasons.)
|
| #
0e07096e |
| 20-Dec-2016 |
maya <maya@NetBSD.org> |
define __TEST_FENV in the makefile for t_fe_round should fix vax build (it doesn't have fenv.h)
|
| #
377c57d5 |
| 19-Dec-2016 |
maya <maya@NetBSD.org> |
add test for fesetround/fegetround that uses lrint (and tests it a bunch). It doesn't fail on amd64.
|
| #
c31c23a6 |
| 31-Aug-2016 |
maya <maya@NetBSD.org> |
Add failing test for casinh
|
| #
73ff5dff |
| 23-Aug-2016 |
christos <christos@NetBSD.org> |
portability fixes
|
| #
7e38ec30 |
| 22-Aug-2016 |
maya <maya@NetBSD.org> |
add failing test for PR lib/51427 ilogb(INFINITY)=-INT_MAX, it should be INT_MAX
while here, test raised exceptions, other values.
XXX some platforms don't have exceptions
|
| #
e9eb083c |
| 24-Jan-2016 |
gson <gson@NetBSD.org> |
Add some tests of hypot() and hypotf()
|
| #
c31efcaf |
| 22-Dec-2015 |
christos <christos@NetBSD.org> |
add __TEST_FENV
|
| #
b113b9aa |
| 22-Dec-2015 |
christos <christos@NetBSD.org> |
put have fenv stuff elsewhere.
|
| #
5e889310 |
| 22-Dec-2015 |
martin <martin@NetBSD.org> |
Sync list of fenv enabled architectures again (PR 48633), this time for mips addition.
|
| #
b66d9858 |
| 21-Dec-2015 |
martin <martin@NetBSD.org> |
While PR 48633 is not properly fixed, keep the additional lists of fenv-enabled architectures in sync.
|
| #
72e6061c |
| 20-Jan-2015 |
snj <snj@NetBSD.org> |
Remove stale comment about ARM fenv support.
|
| #
263eee94 |
| 03-Jan-2015 |
gson <gson@NetBSD.org> |
Mark the lib/libm/t_fmod test as an expected failure under QEMU, with a reference to PR misc/44767.
|
| #
5fe2180e |
| 27-Dec-2014 |
martin <martin@NetBSD.org> |
Enable fenv.h on arm again
|
| #
dce8d6f5 |
| 27-Dec-2014 |
martin <martin@NetBSD.org> |
fenv(3) support for hppa
|
| #
ca6af3dc |
| 22-Dec-2014 |
martin <martin@NetBSD.org> |
Disabel fenv tests for arm, the implementation is incomplete.
|
| #
dbdfb3d3 |
| 21-Dec-2014 |
martin <martin@NetBSD.org> |
Add a test program for basic fenv.h rounding mode/exception mask testing.
|