Home
last modified time | relevance | path

Searched refs:test_functions (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/math/
Dgen-auto-libm-tests.c527 static test_function test_functions[] = variable
1335 for (size_t i = 0; i < ARRAY_SIZE (test_functions); i++) in add_test()
1337 if (func_name_len == strlen (test_functions[i].name) in add_test()
1338 && strncmp (line, test_functions[i].name, func_name_len) == 0) in add_test()
1340 test_function *tf = &test_functions[i]; in add_test()
2264 for (size_t i = 0; i < ARRAY_SIZE (test_functions); i++) in generate_output()
2266 test_function *tf = &test_functions[i]; in generate_output()
/glibc-2.36/ChangeLog.old/
DChangeLog.1917900 * math/gen-auto-libm-tests.c (test_functions): Add div.
18081 * math/gen-auto-libm-tests.c (test_functions): Add mul.
20422 * math/gen-auto-libm-tests.c (test_functions): Add sub.
22132 * math/gen-auto-libm-tests.c (test_functions): Add add.
DChangeLog.1857099 (test_functions): Add fma. Update calls to FUNC.
58983 (test_functions): Add cpow.
59014 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
59058 (test_functions): Add cabs and carg.
59102 (test_functions): Add sincos.
59193 (test_functions): Add jn and yn.
59370 (test_functions): Add atan2, hypot and pow.
59985 (test_functions): Add lgamma.
61018 * math/gen-auto-libm-tests.c (test_functions): Add more