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.h233 MPD_ROUND_CEILING, /* round toward +infinity */ enumerator
Dmpdecimal.c1712 case MPD_ROUND_CEILING: in _mpd_rnd_incr()
1845 case MPD_ROUND_CEILING: in _mpd_check_exp()
6218 workctx.round = MPD_ROUND_CEILING; in mpd_qnext_plus()
7385 workctx.round = MPD_ROUND_CEILING; in mpd_qceil()
/external/python/cpython3/Modules/_decimal/
D_decimal.c4460 return dec_as_long(self, context, MPD_ROUND_CEILING); in dec_ceil()