Searched refs:_mpd_shortmul_b (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | basearith.h | 58 mpd_uint_t _mpd_shortmul_b(mpd_uint_t *w, const mpd_uint_t *u, mpd_size_t n,
|
D | basearith.c | 609 _mpd_shortmul_b(mpd_uint_t *w, const mpd_uint_t *u, mpd_size_t n, in _mpd_shortmul_b() function
|
D | mpdecimal.c | 8025 carry = _mpd_shortmul_b(*w, *w, n, ubase, wbase); in _baseconv_to_larger() 8092 carry = _mpd_shortmul_b(w->data, w->data, n, ubase, wbase); in _coeff_from_smaller_base()
|