Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c5529 _mpd_kmul(const mpd_uint_t *u, const mpd_uint_t *v, in _mpd_kmul() function
5959 rdata = _mpd_kmul(big->data, small->data, big->len, small->len, &rsize); in _mpd_qmul()