Searched refs:_mpd_fntmul (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 5652 _mpd_fntmul(const mpd_uint_t *u, const mpd_uint_t *v, in _mpd_fntmul() function 5756 if ((result = _mpd_fntmul(a, b, la, lb, &dummy)) == NULL) { in _karatsuba_rec_fnt() 5962 rdata = _mpd_fntmul(big->data, small->data, big->len, small->len, &rsize); in _mpd_qmul()
|
Completed in 11 milliseconds