Searched refs:tf (Results 1 – 1 of 1) sorted by relevance
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()1347 tf->tests in add_test()1348 = xrealloc (tf->tests, in add_test()1349 tf->num_tests_alloc * sizeof (tf->tests[0])); in add_test()1351 input_test *it = &tf->tests[tf->num_tests]; in add_test()1405 tf->num_tests++; in add_test()1922 if (!tf->exact) in output_for_one_input_case()1944 &tf->calc, m); in output_for_one_input_case()2017 && (tf->exact in output_for_one_input_case()[all …]
Completed in 7 milliseconds