Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
H A Dbasearith.c272 _mpd_shortdiv(mpd_uint_t *w, const mpd_uint_t *u, mpd_size_t n, mpd_uint_t v) in _mpd_shortdiv() function
343 rhat = _mpd_shortdiv(w2, u+j+n-1, 2, v[n-1]); in _mpd_basedivmod()
388 _mpd_shortdiv(r, u, n, d); in _mpd_basedivmod()
H A Dbasearith.h59 mpd_uint_t _mpd_shortdiv(mpd_uint_t *w, const mpd_uint_t *u, mpd_size_t n,
H A Dmpdecimal.c3821 rem = _mpd_shortdiv(q->data, a->data, a->len, b->data[0]); in _mpd_qdiv()
4039 r->data[0] = _mpd_shortdiv(q->data, a->data, a->len, b->data[0]); in _mpd_qdivmod()
7443 (void)_mpd_shortdiv(z->data, p10data, 2, word); in _mpd_qreciprocal_approx()
8166 (*w)[n++] = (uint16_t)_mpd_shortdiv(u, u, ulen, wbase); in _baseconv_to_u16()
8906 w[n++] = (uint16_t)_mpd_shortdiv(u, u, ulen, wbase); in _uint_to_u16()

Completed in 12 milliseconds