Home
last modified time | relevance | path

Searched refs:s_mpv_mul_d_add (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpi-priv.h279 #define s_mpv_mul_d_add(a, a_len, b, c) \ macro
286 void MPI_ASM_DECL s_mpv_mul_d_add(const mp_digit *a, mp_size a_len,
H A Dmpi.c889 s_mpv_mul_d_add(MP_DIGITS(a), useda, b_i, MP_DIGITS(c) + ib); in mp_mul()
976 s_mpv_mul_d_add(pa, count, d, MP_DIGITS(sqr) + ix); in mp_sqr()
3962 void s_mpv_mul_d_add(const mp_digit *a, mp_size a_len, mp_digit b, in s_mpv_mul_d_add() function