Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dgen-libm-test.py27 ALL_FLOATS = ('double', 'float', 'float128', 'ldouble') variable
165 if line_first not in ALL_FLOATS:
210 fn_ulps = [str(ulps_dict[fn][f]) for f in ALL_FLOATS]
230 % (self.ulps_file, len(ALL_FLOATS)))
232 for i, f in enumerate(ALL_FLOATS):