Searched refs:mp_expt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpi.h289 mp_err mp_expt(mp_int *a, mp_int *b, mp_int *c);
H A Dmpi.c1123 /* {{{ mp_expt(a, b, c) */
1126 mp_expt(a, b, c)
1132 mp_err mp_expt(mp_int *a, mp_int *b, mp_int *c) function
1197 } /* end mp_expt() */
1501 same code as mp_expt(), except for the addition of the reductions)

Completed in 52 milliseconds