Searched refs:all_ulps (Results 1 – 1 of 1) sorted by relevance
256 all_ulps = {}261 all_ulps[name] = Ulps()262 all_ulps[name].read(os.path.join(dirpath, 'libm-test-ulps'))263 return all_ulps595 def generate_err_table_sub(all_ulps, all_functions, fns_complex, platforms): argument605 p_ulps = all_ulps[p]622 def generate_err_table(all_ulps, err_table): argument624 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 …]