Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py210 def getround(self): member in Context
237 rounding = property(getround, setround)
/external/python/cpython3/Modules/_decimal/
D_decimal.c500 getround(PyObject *v) in getround() function
903 x = getround(value); in context_setround()
3382 int round = getround(rounding); in PyDec_ToIntegralValue()
3423 int round = getround(rounding); in PyDec_ToIntegralExact()
4221 int round = getround(rounding); in Dec_BinaryFuncVA()