Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dgen-libm-test.py138 ulps_dict = None
155 ulps_dict = None
158 ulps_dict = k_dict
169 ulps_dict[ulps_fn][line_first] = max(
170 ulps_dict[ulps_fn][line_first],
206 def ulps_table(name, ulps_dict): argument
209 for fn in sorted(ulps_dict.keys()):
210 fn_ulps = [str(ulps_dict[fn][f]) for f in ALL_FLOATS]