Home
last modified time | relevance | path

Searched refs:_mpd_basemul (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
H A Dbasearith.h51 void _mpd_basemul(mpd_uint_t *w, const mpd_uint_t *u, const mpd_uint_t *v,
H A Dbasearith.c242 _mpd_basemul(mpd_uint_t *w, const mpd_uint_t *u, const mpd_uint_t *v, in _mpd_basemul() function
H A Dmpdecimal.c5464 _mpd_basemul(c, a, b, la, lb); in _karatsuba_rec()
5750 _mpd_basemul(c, b, a, lb, la); in _karatsuba_rec_fnt()
5934 _mpd_basemul(rbuf, small->data, big->data, small->len, big->len); in _mpd_qmul()
5954 _mpd_basemul(rdata, small->data, big->data, small->len, big->len); in _mpd_qmul()

Completed in 12 milliseconds