diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-11-29 16:28:47 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-11-29 16:28:47 +0000 |
commit | 0712c9d861f4e861313a7f9fad06609bd1afb263 (patch) | |
tree | bb4970ef29798e1cb61bf75dcbb4c5eb7b9b3980 /ChangeLog | |
parent | ffb536d0ac914a110c160c48d01097d132e20531 (diff) | |
download | glibc-0712c9d861f4e861313a7f9fad06609bd1afb263.zip glibc-0712c9d861f4e861313a7f9fad06609bd1afb263.tar.gz glibc-0712c9d861f4e861313a7f9fad06609bd1afb263.tar.bz2 |
Test sqrt in all rounding modes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2013-11-29 Joseph Myers <joseph@codesourcery.com> + * math/libm-test.inc (sqrt_tonearest_test_data): New variable. + (sqrt_test_tonearest): New function. + (sqrt_towardzero_test_data): New variable. + (sqrt_test_towardzero): New function. + (sqrt_downward_test_data): New variable. + (sqrt_test_downward): New function. + (sqrt_upward_test_data): New variable. + (sqrt_test_upward): New function. + (main): Call the new functions. + * math/gen-auto-libm-tests.c: New file. * math/auto-libm-test-in: Likewise. * math/auto-libm-test-out: New generated file. |