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

/freebsd-10.0-release/lib/libmp/
H A Dmpasbn.c107 static void _sdiv(const char *, const MINT *, short, MINT *, short *, BN_CTX *);
381 _sdiv("msqrt", z2, 2, x, &i, c);
548 _sdiv(const char *msg, const MINT *nmp, short d, MINT *qmp, short *ro, function
582 _sdiv("sdiv", nmp, d, qmp, ro, c);

Completed in 387 milliseconds