Searched refs:_mpd_shortmul (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A 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()
|
H A D | basearith.h | 53 void _mpd_shortmul(mpd_uint_t *w, const mpd_uint_t *u, mpd_size_t n,
|
H A D | mpdecimal.c | 5931 _mpd_shortmul(rbuf, big->data, big->len, small->data[0]); in _mpd_qmul() 5951 _mpd_shortmul(rdata, big->data, big->len, small->data[0]); in _mpd_qmul()
|
Completed in 12 milliseconds