Searched refs:_mpd_shortadd_b (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | basearith.h | 45 mpd_uint_t _mpd_shortadd_b(mpd_uint_t *w, mpd_size_t m, mpd_uint_t v,
|
D | basearith.c | 563 _mpd_shortadd_b(mpd_uint_t *w, mpd_size_t m, mpd_uint_t v, mpd_uint_t b) in _mpd_shortadd_b() function
|
D | mpdecimal.c | 8279 carry = _mpd_shortadd_b(*w, n, u[ulen], wbase); in _baseconv_to_larger() 8346 carry = _mpd_shortadd_b(w->data, n, u[ulen], wbase); in _coeff_from_smaller_base()
|