Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/tests/
Ddeccheck.py181 RoundModes = [C.ROUND_UP, C.ROUND_DOWN, C.ROUND_CEILING, C.ROUND_FLOOR, variable
691 if op in RoundModes:
951 for rounding in RoundModes:
1083 for rounding in RoundModes:
1111 for rounding in RoundModes: