]> git.ipfire.org Git - thirdparty/glibc.git/commit - math/auto-libm-test-in
Move tests of cabs and carg from libm-test.inc to auto-libm-test-in.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 19 Dec 2013 21:28:30 +0000 (21:28 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 19 Dec 2013 21:28:30 +0000 (21:28 +0000)
commit64a17f1adde4715bb6607f64decd73b2df9e6852
treee9c0b079df97abdf1f3d6cbad0ada43421ce8373
parenteb983568758d85506a348ff63836a114584458b1
Move tests of cabs and carg from libm-test.inc to auto-libm-test-in.

This patch moves tests of cabs and carg to auto-libm-test-in, adding
the required support to gen-auto-libm-tests.

Tested x86_64 and x86; no ulps updates needed.

* math/auto-libm-test-in: Add tests of cabs and carg.
* math/auto-libm-test-out: Regenerated.
* math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
(carg_test_data): Likewise.
* math/gen-auto-libm-tests.c (func_calc_method): Add value
mpc_c_f.
(func_calc_desc): Add mpc_c_f union field.
(test_functions): Add cabs and carg.
(calc_generic_results): Handle mpc_c_f.
ChangeLog
math/auto-libm-test-in
math/auto-libm-test-out
math/gen-auto-libm-tests.c
math/libm-test.inc