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

/illumos-gate/usr/src/head/
H A Dmp.h53 extern void mp_msub(MINT *, MINT *, MINT *);
/illumos-gate/usr/src/man/man3mp/
H A DMakefile32 mp_msub.3mp \
49 mp_msub.3mp := LINKSRC = mp.3mp
/illumos-gate/usr/src/lib/libmp/common/
H A Dmadd.c87 mp_msub(&x, &y, c);
97 mp_msub(&y, &x, c);
158 mp_msub(MINT *a, MINT *b, MINT *c) function
174 mp_msub(&y, &x, c);
184 mp_msub(&y, &x, c);
H A Dmsqrt.c68 mp_msub(&a0, &x, r);
H A Dold_mp.c33 void msub(MINT *a, MINT *b, MINT *c) { mp_msub(a, b, c); }
H A Dgcd.c84 mp_msub(&u2, &t, &t);
H A Dutil.c146 mp_msub(a, b, &c);

Completed in 59 milliseconds