Searched refs:mp_gcd (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/man/man3mp/ |
H A D | Makefile | 23 MANLINKS= mp_gcd.3mp \ 40 mp_gcd.3mp := LINKSRC = mp.3mp
|
/titanic_44/usr/src/head/ |
H A D | mp.h | 51 extern void mp_gcd(MINT *, MINT *, MINT *);
|
/titanic_44/usr/src/lib/libmp/common/ |
H A D | gcd.c | 27 mp_gcd(MINT *a, MINT *b, MINT *c) in mp_gcd() function
|
H A D | old_mp.c | 29 void gcd(MINT *a, MINT *b, MINT *c) { mp_gcd(a, b, c); } in gcd()
|
H A D | mapfile-vers | 43 mp_gcd;
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3mp.inc | 18 link path=usr/share/man/man3mp/mp_gcd.3mp target=mp.3mp
|
/titanic_44/usr/src/common/mpi/ |
H A D | mpi.h | 320 mp_err mp_gcd(mp_int *a, mp_int *b, mp_int *c);
|
H A D | mpi.c | 1791 mp_err mp_gcd(mp_int *a, mp_int *b, mp_int *c) in mp_gcd() function 1908 if((res = mp_gcd(a, b, &gcd)) != MP_OKAY) in mp_lcm()
|
/titanic_44/ |
H A D | .gitignore | 6611 usr/src/man/man3mp/mp_gcd.3mp
|