Searched refs:_mpd_shortmul (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | basearith.c | 217 _mpd_shortmul(mpd_uint_t *w, const mpd_uint_t *u, mpd_size_t n, mpd_uint_t v) in _mpd_shortmul() function 335 _mpd_shortmul(u, uconst, nplusm, d); in _mpd_basedivmod() 336 _mpd_shortmul(v, vconst, n, d); in _mpd_basedivmod()
|
D | basearith.h | 54 void _mpd_shortmul(mpd_uint_t *w, const mpd_uint_t *u, mpd_size_t n,
|
D | mpdecimal.c | 5769 _mpd_shortmul(rbuf, big->data, big->len, small->data[0]); in _mpd_qmul() 5789 _mpd_shortmul(rdata, big->data, big->len, small->data[0]); in _mpd_qmul()
|