Searched refs:_msub (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libmp/
H A Dmpasbn.c103 static void _msub(const char *, const MINT *, const MINT *, MINT *);
382 _msub("msqrt", ox, x, z3);
386 _msub("msqrt", nmp, z1, z2);
401 _msub(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp) function
415 _msub("msub", mp1, mp2, rmp);

Completed in 103 milliseconds