Searched refs:mp_msub (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libmp/common/ |
H A D | madd.c | 87 mp_msub(&x, &y, c); in mp_madd() 97 mp_msub(&y, &x, c); in mp_madd() 158 mp_msub(MINT *a, MINT *b, MINT *c) in mp_msub() function 174 mp_msub(&y, &x, c); in mp_msub() 184 mp_msub(&y, &x, c); in mp_msub()
|
H A D | msqrt.c | 68 mp_msub(&a0, &x, r); in mp_msqrt()
|
H A D | gcd.c | 84 mp_msub(&u2, &t, &t); in mp_invert()
|
H A D | old_mp.c | 33 void msub(MINT *a, MINT *b, MINT *c) { mp_msub(a, b, c); } in msub()
|
H A D | mapfile-vers | 52 mp_msub;
|
H A D | util.c | 140 mp_msub(a, b, &c); in mp_mcmp()
|
/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/head/ |
H A D | mp.h | 53 extern void mp_msub(MINT *, MINT *, MINT *);
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3mp.inc | 27 link path=usr/share/man/man3mp/mp_msub.3mp target=mp.3mp
|