Home | History | Annotate | Download | only in mtest

Lines Matching defs:mp_sub_d

562 /* {{{ mp_sub_d(a, d, b) */
565 mp_sub_d(a, d, b)
571 mp_err mp_sub_d(mp_int *a, mp_digit d, mp_int *b)
600 } /* end mp_sub_d() */
1505 mp_sub_d(&x, 1, &x);