Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dbasearith.h48 mpd_uint_t _mpd_baseincr(mpd_uint_t *u, mpd_size_t n);
Dbasearith.c137 _mpd_baseincr(mpd_uint_t *u, mpd_size_t n) in _mpd_baseincr() function
Dmpdecimal.c1672 mpd_uint_t carry = _mpd_baseincr(dec->data, dec->len); in _mpd_apply_round()
1697 mpd_uint_t carry = _mpd_baseincr(dec->data, dec->len); in _mpd_apply_round_excess()
1719 mpd_uint_t carry = _mpd_baseincr(dec->data, dec->len); in _mpd_apply_round_fit()