Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py231 def getround(self): member in Context
258 rounding = property(getround, setround)
/third_party/python/Modules/_decimal/
H A D_decimal.c513 getround(PyObject *v) in getround() function
915 x = getround(value); in context_setround()
3696 int round = getround(rounding); in PyDec_ToIntegralValue()
3737 int round = getround(rounding); in PyDec_ToIntegralExact()
4535 int round = getround(rounding); in dec_mpd_qquantize()

Completed in 9 milliseconds