Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dgen-libm-test.py268 auto_tests = defaultdict(lambda: defaultdict(dict))
270 return auto_tests
281 auto_tests[m.group(1)][m.group(2)][m.group(3)] = m.group(4)
282 return auto_tests
452 def gen_auto_tests(auto_tests, descr_args, descr_res, fn): argument
455 this_tests = sorted(auto_tests[fn][rm_name].keys())
471 test_out = auto_tests[fn][rm][test]
570 def generate_testfile(inc_input, auto_tests, c_output): argument
581 test_list.append(gen_auto_tests(auto_tests, m.group(1),
672 auto_tests = read_auto_tests(args.auto_input)
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.1854491 outputs before storing in %auto_tests.
61092 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global