Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c8178 const mpd_uint_t *u, size_t ulen, uint32_t ubase, in _coeff_from_u16() argument
8185 assert(ubase <= (1U<<16)); in _coeff_from_u16()
8189 carry = _mpd_shortmul_c(w->data, w->data, n, ubase); in _coeff_from_u16()
8217 mpd_uint_t *u, mpd_ssize_t ulen, mpd_uint_t ubase) in _baseconv_to_smaller() argument
8222 assert(wbase < ubase); in _baseconv_to_smaller()
8231 (*w)[n++] = (uint32_t)_mpd_shortdiv_b(u, u, ulen, wbase, ubase); in _baseconv_to_smaller()
8259 const mpd_uint_t *u, size_t ulen, mpd_uint_t ubase) in _baseconv_to_larger() argument
8265 assert(ubase < wbase); in _baseconv_to_larger()
8269 carry = _mpd_shortmul_b(*w, *w, n, ubase, wbase); in _baseconv_to_larger()
8297 mpd_uint_t *u, mpd_ssize_t ulen, mpd_uint_t ubase, in _coeff_from_larger_base() argument
[all …]