Home
last modified time | relevance | path

Searched refs:MPD_ROUND_CEILING (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.h244 MPD_ROUND_CEILING, /* round toward +infinity */ enumerator
Dmpdecimal.c1629 case MPD_ROUND_CEILING: in _mpd_rnd_incr()
1762 case MPD_ROUND_CEILING: in _mpd_check_exp()
6050 workctx.round = MPD_ROUND_CEILING; in mpd_qnext_plus()
7196 workctx.round = MPD_ROUND_CEILING; in mpd_qceil()
/external/python/cpython3/Modules/_decimal/
D_decimal.c4450 return dec_as_long(self, context, MPD_ROUND_CEILING); in dec_ceil()