Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dbasearith.c217 _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()
Dbasearith.h54 void _mpd_shortmul(mpd_uint_t *w, const mpd_uint_t *u, mpd_size_t n,
Dmpdecimal.c5769 _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()