Searched refs:_mpd_shortdiv (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-udivti3.ll | 6 define hidden void @_mpd_shortdiv(i64 %n) #0 { 28 ; CHECK-LABEL: @_mpd_shortdiv
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-udivti3.ll | 6 define hidden void @_mpd_shortdiv(i64 %n) #0 { 28 ; CHECK-LABEL: @_mpd_shortdiv
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | basearith.c | 272 _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()
|
D | basearith.h | 59 mpd_uint_t _mpd_shortdiv(mpd_uint_t *w, const mpd_uint_t *u, mpd_size_t n,
|
D | mpdecimal.c | 3821 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() 8167 (*w)[n++] = (uint16_t)_mpd_shortdiv(u, u, ulen, wbase); in _baseconv_to_u16()
|