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