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

/freebsd-13-stable/lib/libmp/
H A Dmpasbn.c105 static void _msub(const char *, const MINT *, const MINT *, MINT *);
392 _msub("msqrt", ox, x, z3);
396 _msub("msqrt", nmp, z1, z2);
411 _msub(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp) function
427 _msub("msub", mp1, mp2, rmp);

Completed in 84 milliseconds