Searched refs:mp_msub (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | mp.h | 53 extern void mp_msub(MINT *, MINT *, MINT *);
|
/illumos-gate/usr/src/man/man3mp/ |
H A D | Makefile | 32 mp_msub.3mp \ 49 mp_msub.3mp := LINKSRC = mp.3mp
|
/illumos-gate/usr/src/lib/libmp/common/ |
H A D | madd.c | 87 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 D | msqrt.c | 68 mp_msub(&a0, &x, r);
|
H A D | old_mp.c | 33 void msub(MINT *a, MINT *b, MINT *c) { mp_msub(a, b, c); }
|
H A D | gcd.c | 84 mp_msub(&u2, &t, &t);
|
H A D | util.c | 146 mp_msub(a, b, &c);
|
Completed in 78 milliseconds