Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py177 RoundModes = [C.ROUND_UP, C.ROUND_DOWN, C.ROUND_CEILING, C.ROUND_FLOOR, variable
687 if op in RoundModes:
947 for rounding in RoundModes:
1079 for rounding in RoundModes:
1107 for rounding in RoundModes: