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

/freebsd-10.0-release/lib/libmp/
H A Dmpasbn.c224 * Compute qmp=nmp/dmp and rmp=nmp%dmp.
227 _mdiv(const char *msg, const MINT *nmp, const MINT *dmp, MINT *qmp, MINT *rmp, argument
235 _moveb(msg, &q, qmp);
242 mp_mdiv(const MINT *nmp, const MINT *dmp, MINT *qmp, MINT *rmp) argument
249 _mdiv("mdiv", nmp, dmp, qmp, rmp, c);
545 * Compute qmp=nmp/d and ro=nmp%d.
548 _sdiv(const char *msg, const MINT *nmp, short d, MINT *qmp, short *ro, argument
560 _moveb(msg, &q, qmp);
575 mp_sdiv(const MINT *nmp, short d, MINT *qmp, short *ro) argument
582 _sdiv("sdiv", nmp, d, qmp, r
[all...]

Completed in 71 milliseconds