Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dbasearith.h58 mpd_uint_t _mpd_shortmul_b(mpd_uint_t *w, const mpd_uint_t *u, mpd_size_t n,
Dbasearith.c609 _mpd_shortmul_b(mpd_uint_t *w, const mpd_uint_t *u, mpd_size_t n, in _mpd_shortmul_b() function
Dmpdecimal.c8025 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()