Home
last modified time | relevance | path

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

/freebsd/lib/libmp/
H A Dmpasbn.c96 static void _madd(const char *, const MINT *, const MINT *, MINT *);
188 _madd(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp) in _madd() function
204 _madd("madd", mp1, mp2, rmp); in mp_madd()
388 _madd("msqrt", x, z1, z2); in mp_msqrt()