freebsd-dev/lib/msun/tests
Dimitry Andric d3338f3355 Fix incorrect hypotl(3) result with subnormal numbers
This adjusts the factor used to scale the subnormal numbers, so it
becomes the right value after adjusting its exponent. Thanks to Steve
Kargl for finding the most elegant fix.

Also enable the hypot tests, and add a test case for this bug.

PR:		253313
MFC after:	1 week
2021-02-10 23:28:43 +01:00
..
cexp_test.c Partially revert r271349, which disabled the msun cexp test #4 on i386. 2019-06-01 20:08:10 +00:00
conj_test.c Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6. 2017-03-04 10:07:46 +00:00
csqrt_test.c lib/msun: add more csqrt unit tests for precision and overflow 2017-08-29 22:37:24 +00:00
ctrig_test.c Fix lib/msun's ctrig_test/test_inf_inputs test case with clang >= 10 2021-02-09 22:07:05 +01:00
exponential_test.c Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6. 2017-03-04 10:07:46 +00:00
fenv_test.c Avoid double output in fenv_test 2021-01-29 09:29:27 +00:00
fma_test.c fma_test: mute a warning about unreachable code on amd64 by restructuring 2017-05-29 18:45:10 +00:00
fmaxmin_test.c Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6. 2017-03-04 10:07:46 +00:00
ilogb_test.c
invctrig_test.c Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6. 2017-03-04 10:07:46 +00:00
invtrig_test.c Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6. 2017-03-04 10:07:46 +00:00
logarithm_test.c logarithm_test: assert that feclearexcept succeeds 2017-05-29 18:49:28 +00:00
lrint_test.c msun tests: use standard floating-point exception flags on lrint and fenv tests 2020-11-18 19:23:30 +00:00
lround_test.c
lround_test.t
Makefile Fix incorrect hypotl(3) result with subnormal numbers 2021-02-10 23:28:43 +01:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
nan_test.c Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6. 2017-03-04 10:07:46 +00:00
nearbyint_test.c Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6. 2017-03-04 10:07:46 +00:00
next_test.c Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6. 2017-03-04 10:07:46 +00:00
rem_test.c Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6. 2017-03-04 10:07:46 +00:00
test-utils.h Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6. 2017-03-04 10:07:46 +00:00
trig_test.c Update comment missed in 83ff5d5d98 2021-01-29 09:19:27 +00:00