Searched refs:dec_as_long (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 3334 dec_as_long(PyObject *dec, PyObject *context, int round) in dec_as_long() function 3452 numerator = dec_as_long(tmp, context, MPD_ROUND_FLOOR); in dec_as_integer_ratio() 3667 return dec_as_long(dec, context, MPD_ROUND_HALF_EVEN); in PyDec_Round() 4007 return dec_as_long(dec, context, MPD_ROUND_DOWN); in Dec_UnaryNumberMethod() 4460 return dec_as_long(self, context, MPD_ROUND_CEILING); in dec_ceil() 4499 return dec_as_long(self, context, MPD_ROUND_FLOOR); in dec_floor() 4666 return dec_as_long(self, context, MPD_ROUND_DOWN); in dec_trunc()
|