diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-15 16:58:41 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-15 16:58:41 +0000 |
commit | b861c6c4c95126758339f5684431f77352381f59 (patch) | |
tree | 97fa30370115b25c4ae34cf4c8d74764a3e3f8b2 /ChangeLog | |
parent | 86ee76a086527ac1041aee824937256c3af0a17f (diff) | |
download | glibc-b861c6c4c95126758339f5684431f77352381f59.tar glibc-b861c6c4c95126758339f5684431f77352381f59.tar.gz glibc-b861c6c4c95126758339f5684431f77352381f59.tar.bz2 glibc-b861c6c4c95126758339f5684431f77352381f59.zip |
Consistently use TEST_f_L in tests of llrint and llround.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2013-05-15 Joseph Myers <joseph@codesourcery.com> + * math/libm-test.inc (llrint_test): Consistently use TEST_f_L + instead of TEST_f_l. + (llrint_test_tonearest): Likewise. + (llrint_test_towardzero): Likewise. + (llrint_test_downward): Likewise. + (llrint_test_upward): Likewise. + (llround_test): Likewise. + * math/libm-test.inc (struct test_f_i_data): Add comment. (RUN_TEST_LOOP_f_b): New macro. (RUN_TEST_LOOP_f_b_tg): Likewise. |