Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dgen-libm-test.py256 all_ulps = {}
261 all_ulps[name] = Ulps()
262 all_ulps[name].read(os.path.join(dirpath, 'libm-test-ulps'))
263 return all_ulps
595 def generate_err_table_sub(all_ulps, all_functions, fns_complex, platforms): argument
605 p_ulps = all_ulps[p]
622 def generate_err_table(all_ulps, err_table): argument
624 all_platforms = sorted(all_ulps.keys())
628 p_functions, p_complex = all_ulps[p].all_functions()
642 err_table_list.append(generate_err_table_sub(all_ulps, all_functions,
[all …]