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

/illumos-gate/usr/src/lib/libmp/common/
H A Dpow.c29 mp_pow(MINT *a, MINT *b, MINT *c, MINT *d) function
41 d->val = _mp_xalloc(1, "mp_pow");
75 mp_pow(a, &x, &y, b);
/illumos-gate/usr/src/man/man3mp/
H A DMakefile35 mp_pow.3mp \
52 mp_pow.3mp := LINKSRC = mp.3mp

Completed in 64 milliseconds