Home
last modified time | relevance | path

Searched refs:ROUND_HALF_UP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py133 from decimal import Decimal, ROUND_HALF_UP namespace
178 return str(x.quantize(Decimal(".1"), rounding=ROUND_HALF_UP))
3031 ipc = str(ipc.quantize(Decimal(".01"), rounding=ROUND_HALF_UP))
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py134 from decimal import Decimal, ROUND_HALF_UP namespace
179 return str(x.quantize(Decimal(".1"), rounding=ROUND_HALF_UP))
3032 ipc = str(ipc.quantize(Decimal(".01"), rounding=ROUND_HALF_UP))

Completed in 20 milliseconds