Searched refs:_mpd_baseshiftl (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | basearith.h | 65 void _mpd_baseshiftl(mpd_uint_t *dest, mpd_uint_t *src, mpd_size_t n,
|
D | basearith.c | 427 _mpd_baseshiftl(mpd_uint_t *dest, mpd_uint_t *src, mpd_size_t n, mpd_size_t m, in _mpd_baseshiftl() function
|
D | mpdecimal.c | 2518 _mpd_baseshiftl(result->data, a->data, size, a->len, n); in mpd_qshiftl()
|