From ff362e5b93c0c52c630e27251edd84b155bc734d Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 16 Dec 2013 21:18:07 +0000 Subject: Move tests of atan2, hypot and pow from libm-test.inc to auto-libm-test-in. --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index edc565ac3a..a19631db42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2013-12-16 Joseph Myers + + * math/auto-libm-test-in: Add tests of atan2, hypot and pow. + * math/auto-libm-test-out: Regenerated. + * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f. + (hypot_test_data): Likewise. + (pow_test_data): Likewise. + (pow_tonearest_test_data): Likewise. + * math/gen-auto-libm-tests.c (func_calc_method): Add value + mpfr_ff_f. + (func_calc_desc): Add mpfr_ff_f union field. + (FUNC_mpfr_ff_f): New macro. + (test_functions): Add atan2, hypot and pow. + (special_fill_min): New function. + (special_fill_minus_min): Likewise. + (special_fill_min_subnorm): Likewise. + (special_fill_minus_min_subnorm): Likewise. + (special_real_inputs): Add min, -min, min_subnorm and + -min_subnorm. + (calc_generic_results): Handle mpfr_ff_f. + * sysdeps/i386/fpu/libm-test-ulps: Update. + * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. + 2013-12-16 Will Newton * manual/memory.texi (Malloc Examples): Mention aligned_alloc. -- cgit 1.4.1