Home
last modified time | relevance | path

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

/freebsd/lib/libmp/tests/
H A Dlegacy_test.c58 mp_msub(t0, c1, t0); in testsimpel()
60 mp_msub(t0, c1, t0); in testsimpel()
/freebsd/lib/libmp/
H A DSymbol.map15 mp_msub;
H A Dmp.h23 void mp_msub(const MINT *, const MINT *, MINT *);
H A Dmpasbn.c422 mp_msub(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_msub() function