Searched refs:_mpd_shortadd (Results 1 – 3 of 3) sorted by relevance
44 mpd_uint_t _mpd_shortadd(mpd_uint_t *w, mpd_size_t m, mpd_uint_t v);
112 _mpd_shortadd(mpd_uint_t *w, mpd_size_t m, mpd_uint_t v) in _mpd_shortadd() function
8199 carry = _mpd_shortadd(w->data, n, u[ulen]); in _coeff_from_u16()