Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
H A Dbasearith.h44 mpd_uint_t _mpd_shortadd(mpd_uint_t *w, mpd_size_t m, mpd_uint_t v);
H A Dbasearith.c112 _mpd_shortadd(mpd_uint_t *w, mpd_size_t m, mpd_uint_t v) in _mpd_shortadd() function
H A Dmpdecimal.c8198 carry = _mpd_shortadd(w->data, n, u[ulen]); in _coeff_from_u16()
8710 carry = _mpd_shortadd(w, n, u[ulen]); in _uint_from_u16()

Completed in 14 milliseconds