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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Ddecimal.py131 'ROUND_FLOOR', 'ROUND_UP', 'ROUND_HALF_DOWN', 'ROUND_05UP',
154 ROUND_FLOOR = 'ROUND_FLOOR' variable
354 if context.rounding == ROUND_FLOOR:
1074 if not self and context.rounding != ROUND_FLOOR:
1076 # in ROUND_FLOOR rounding mode.
1096 if not self and context.rounding != ROUND_FLOOR:
1097 # + (-0) = 0, except in ROUND_FLOOR rounding mode.
1153 if context.rounding == ROUND_FLOOR and self._sign != other._sign:
1799 ROUND_FLOOR
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_decimal.py141 'floor' : ROUND_FLOOR,

Completed in 34 milliseconds