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

/illumos-gate/usr/src/lib/libmp/common/
H A Dmout.c119 static void s_div(MINT *, short, MINT *, short *);
138 s_div(&x, n, &y, r);
146 s_div(MINT *a, short n, MINT *q, short *r) function
156 q->val = _mp_xalloc(qlen, "s_div");

Completed in 43 milliseconds