Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
H A Dbasearith.h47 mpd_uint_t _mpd_baseincr(mpd_uint_t *u, mpd_size_t n);
H A Dbasearith.c137 _mpd_baseincr(mpd_uint_t *u, mpd_size_t n) in _mpd_baseincr() function
H A Dmpdecimal.c1745 * detected by _mpd_baseincr returning a carry. in _mpd_apply_round()
1749 mpd_uint_t carry = _mpd_baseincr(dec->data, dec->len); in _mpd_apply_round()
1774 mpd_uint_t carry = _mpd_baseincr(dec->data, dec->len); in _mpd_apply_round_excess()
1796 mpd_uint_t carry = _mpd_baseincr(dec->data, dec->len); in _mpd_apply_round_fit()

Completed in 13 milliseconds