Home
last modified time | relevance | path

Searched refs:mp_rpow (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libmp/
H A DSymbol.map19 mp_rpow;
H A Dmp.h27 void mp_rpow(const MINT *, short, MINT *);
H A Dmpasbn.c540 mp_rpow(const MINT *bmp, short e, MINT *rmp) in mp_rpow() function
/freebsd/lib/libmp/tests/
H A Dlegacy_test.c140 mp_rpow(c2, 3, t0); in testpow()