Searched refs:getround (Results 1 – 2 of 2) sorted by relevance
227 def getround(self): member in Context254 rounding = property(getround, setround)
510 getround(PyObject *v) in getround() function913 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()