Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py153 ROUND_CEILING = 'ROUND_CEILING' variable
349 if context.rounding == ROUND_CEILING:
1798 ROUND_CEILING = _round_ceiling,
3404 context._set_rounding(ROUND_CEILING)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decimal.py139 RoundingDict = {'ceiling' : ROUND_CEILING, #Maps test-case names to roundings.