Searched defs:s_mp_sub (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/common/mpi/
H A Dmpi.c3925 /* {{{ s_mp_sub(a, b) */
3928 mp_err s_mp_sub(mp_int *a, const mp_int *b) /* magnitude subtract */ function
3989 } /* end s_mp_sub() */
4485 s_mp_sub(&t, div); /* t -= div */
4493 MP_CHECKOK( s_mp_sub(&part, &t) ); /* part -= t */
4592 if((res = s_mp_sub(x, m)) != MP_OKAY)

Completed in 34 milliseconds