Home
last modified time | relevance | path

Searched refs:mp_gcd (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/man/man3mp/
H A DMakefile23 MANLINKS= mp_gcd.3mp \
40 mp_gcd.3mp := LINKSRC = mp.3mp
/illumos-gate/usr/src/head/
H A Dmp.h51 extern void mp_gcd(MINT *, MINT *, MINT *);
/illumos-gate/usr/src/lib/libmp/common/
H A Dold_mp.c29 void gcd(MINT *a, MINT *b, MINT *c) { mp_gcd(a, b, c); } in gcd()
H A Dgcd.c27 mp_gcd(MINT *a, MINT *b, MINT *c) in mp_gcd() function
H A Dmapfile-vers43 mp_gcd;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3mp.inc18 link path=usr/share/man/man3mp/mp_gcd.3mp target=mp.3mp
/illumos-gate/usr/src/common/mpi/
H A Dmpi.h320 mp_err mp_gcd(mp_int *a, mp_int *b, mp_int *c);
H A Dmpi.c1791 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()