Lines Matching refs:f
137 with open(ulps_file, 'r') as f:
140 for line in f:
179 for f in k_dict:
180 funcs.add(f)
181 complex[f] = True if k_prefix else False
191 fn_data = ['%s: %d' % (f, d[fn][f])
192 for f in sorted(d[fn].keys())]
202 with open(ulps_file, 'w') as f:
203 f.write(out_text)
210 fn_ulps = [str(ulps_dict[fn][f]) for f in ALL_FLOATS]
232 for i, f in enumerate(ALL_FLOATS):
233 if f.startswith('i'):
235 f = f[1:]
239 % (itxt, ALL_FLOATS_PFX[f], i))
250 with open(ulps_header, 'w') as f:
251 f.write(header_text)
259 with open(os.path.join(dirpath, 'libm-test-ulps-name')) as f:
260 name = f.read().rstrip()
271 with open(test_file, 'r') as f:
272 for line in f:
573 with open(inc_input, 'r') as f:
574 for line in f:
591 with open(c_output, 'w') as f:
592 f.write(''.join(test_list))
631 all_functions = sorted([f for f in functions_set
632 if ('_downward' not in f
633 and '_towardzero' not in f
634 and '_upward' not in f
635 and '_vlen' not in f)])
645 with open(err_table, 'w') as f:
646 f.write(''.join(err_table_list))