diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-13 19:45:36 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-13 19:45:36 +0000 |
commit | 243216e1268252711f1f93169533a75657aafb3f (patch) | |
tree | 988961f90179801d273a5d429aa1132695b1335f /ChangeLog | |
parent | 6a1992e2681b3bd0dac240256c29f983c59aa22b (diff) | |
download | glibc-243216e1268252711f1f93169533a75657aafb3f.tar glibc-243216e1268252711f1f93169533a75657aafb3f.tar.gz glibc-243216e1268252711f1f93169533a75657aafb3f.tar.bz2 glibc-243216e1268252711f1f93169533a75657aafb3f.zip |
Convert TEST_fi_f tests from code to data.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2013-05-13 Joseph Myers <joseph@codesourcery.com> + * math/libm-test.inc (struct test_fi_f_data): New type. + (RUN_TEST_LOOP_fi_f): New macro. + (ldexp_test_data): New variable. + (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f. + (scalbn_test_data): New variable. + (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f. + * math/libm-test.inc (struct test_c_f_data): New type. (RUN_TEST_LOOP_c_f): New macro. (cabs_test_data): New variable. |