Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py160 RoundModes = [C.ROUND_UP, C.ROUND_DOWN, C.ROUND_CEILING, C.ROUND_FLOOR, variable
621 if op in RoundModes:
803 for rounding in RoundModes:
935 for rounding in RoundModes:
963 for rounding in RoundModes: