Lines Matching refs:fn
154 fn = None
159 fn = line_second[len(k_prefix):]
161 if not fn.startswith('"') or not fn.endswith('":'):
163 ulps_fn = fn[1:-2]
190 for fn in d.keys():
191 fn_data = ['%s: %d' % (f, d[fn][f])
192 for f in sorted(d[fn].keys())]
193 fn_text = 'Function: %s"%s":\n%s' % (prefix, fn,
195 out_data[(fn, order)] = fn_text
209 for fn in sorted(ulps_dict.keys()):
210 fn_ulps = [str(ulps_dict[fn][f]) for f in ALL_FLOATS]
211 ulps_list.append(' { "%s", {%s} },' % (fn, ', '.join(fn_ulps)))
452 def gen_auto_tests(auto_tests, descr_args, descr_res, fn): argument
455 this_tests = sorted(auto_tests[fn][rm_name].keys())
459 raise ValueError('no automatic tests for %s' % fn)
462 raise ValueError('inconsistent lists of tests of %s' % fn)
471 test_out = auto_tests[fn][rm][test]