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

/illumos-gate/usr/src/common/mpi/
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 53 milliseconds