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

/freebsd-12-stable/lib/libmp/
H A Dmpasbn.c109 static void _sdiv(const char *, const MINT *, short, MINT *, short *, BN_CTX *);
391 _sdiv("msqrt", z2, 2, x, &i, c);
566 _sdiv(const char *msg, const MINT *nmp, short d, MINT *qmp, short *ro, function
604 _sdiv("sdiv", nmp, d, qmp, ro, c);

Completed in 1117 milliseconds