Searched refs:mp_msub (Results 1 – 4 of 4) sorted by relevance
58 mp_msub(t0, c1, t0); in testsimpel()60 mp_msub(t0, c1, t0); in testsimpel()
15 mp_msub;
23 void mp_msub(const MINT *, const MINT *, MINT *);
422 mp_msub(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_msub() function