Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py2704 rounding = context._set_rounding(ROUND_HALF_EVEN)
2999 rounding = context._set_rounding(ROUND_HALF_EVEN)
3131 rounding = context._set_rounding(ROUND_HALF_EVEN)
3212 rounding = context._set_rounding(ROUND_HALF_EVEN)
3407 context._set_rounding(ROUND_FLOOR)
3430 context._set_rounding(ROUND_CEILING)
3903 def _set_rounding(self, type): member in Context
/external/python/cpython3/Lib/
D_pydecimal.py2810 rounding = context._set_rounding(ROUND_HALF_EVEN)
3105 rounding = context._set_rounding(ROUND_HALF_EVEN)
3237 rounding = context._set_rounding(ROUND_HALF_EVEN)
3318 rounding = context._set_rounding(ROUND_HALF_EVEN)
3513 context._set_rounding(ROUND_FLOOR)
3536 context._set_rounding(ROUND_CEILING)
4075 def _set_rounding(self, type): member in Context