Home
last modified time | relevance | path

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

/freebsd/lib/libmp/tests/
H A Dlegacy_test.c87 mp_msqrt(c25, t0, t1); in testmsqrt()
90 mp_msqrt(c42, t0, t1); in testmsqrt()
/freebsd/lib/libmp/
H A DSymbol.map14 mp_msqrt;
H A Dmp.h22 void mp_msqrt(const MINT *, MINT *, MINT *);
H A Dmpasbn.c368 mp_msqrt(const MINT *nmp, MINT *xmp, MINT *rmp) in mp_msqrt() function