Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dgen-libm-test.py80 BEAUTIFY_MAP = {'minus_zero': '-0', variable
287 if arg in BEAUTIFY_MAP:
288 return BEAUTIFY_MAP[arg]
289 if arg.startswith('-') and arg[1:] in BEAUTIFY_MAP:
290 return '-' + BEAUTIFY_MAP[arg[1:]]