Searched defs:mp_gcd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libmp/common/
H A Dgcd.c27 mp_gcd(MINT *a, MINT *b, MINT *c) function
/illumos-gate/usr/src/man/man3mp/
H A DMakefile23 MANLINKS= mp_gcd.3mp \
40 mp_gcd.3mp := LINKSRC = mp.3mp
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c1785 /* {{{ mp_gcd(a, b, c) */
1788 Like the old mp_gcd() function, except computes the GCD using the
1791 mp_err mp_gcd(mp_int *a, mp_int *b, mp_int *c) function
1880 } /* end mp_gcd() */
1908 if((res = mp_gcd(a, b, &gcd)) != MP_OKAY)
1931 based on the Stein algorithm used for mp_gcd()

Completed in 448 milliseconds