Home | History | Annotate | Download | only in mtest

Lines Matching refs:mp_abs

802 /* {{{ mp_abs(a, b) */
805 mp_abs(a, b)
810 mp_err mp_abs(mp_int *a, mp_int *b)
823 } /* end mp_abs() */
2089 mp_abs(&xc, &xc);
2092 mp_abs(&yc, &yc);