Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dbasearith.h152 _mpd_singlemul(mpd_uint_t w[2], mpd_uint_t u, mpd_uint_t v) in _mpd_singlemul() function
Dbasearith.c347 _mpd_singlemul(w2, qhat, v[n-2]); in _mpd_basedivmod()
Dmpdecimal.c5759 _mpd_singlemul(result->data, big->data[0], small->data[0]); in _mpd_qmul()