Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py227 def getround(self): member in Context
254 rounding = property(getround, setround)
/external/python/cpython3/Modules/_decimal/
D_decimal.c510 getround(PyObject *v) in getround() function
913 x = getround(value); in context_setround()
3527 int round = getround(rounding); in PyDec_ToIntegralValue()
3568 int round = getround(rounding); in PyDec_ToIntegralExact()
4366 int round = getround(rounding); in Dec_BinaryFuncVA()