Searched refs:_mpd_shortmul_c (Results 1 – 3 of 3) sorted by relevance
55 mpd_uint_t _mpd_shortmul_c(mpd_uint_t *w, const mpd_uint_t *u, mpd_size_t n,
588 _mpd_shortmul_c(mpd_uint_t *w, const mpd_uint_t *u, mpd_size_t n, mpd_uint_t v) in _mpd_shortmul_c() function
8189 carry = _mpd_shortmul_c(w->data, w->data, n, ubase); in _coeff_from_u16()