Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dgen-auto-libm-tests.c491 size_t num_tests_alloc; member
1344 if (tf->num_tests == tf->num_tests_alloc) in add_test()
1346 tf->num_tests_alloc = 2 * tf->num_tests_alloc + 16; in add_test()
1349 tf->num_tests_alloc * sizeof (tf->tests[0])); in add_test()