Searched refs:mpz_gcd (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpq/
H A Dcanonicalize.c40 mpz_gcd (gcd, &(op->_mp_num), &(op->_mp_den));
H A Ddiv.c77 mpz_gcd (gcd1, &(op1->_mp_num), &(op2->_mp_num));
78 mpz_gcd (gcd2, &(op2->_mp_den), &(op1->_mp_den));
H A Dmul.c79 mpz_gcd (gcd1, &(op1->_mp_num), &(op2->_mp_den));
80 mpz_gcd (gcd2, &(op2->_mp_num), &(op1->_mp_den));
H A Daors.c50 mpz_gcd (gcd, &(op1->_mp_den), &(op2->_mp_den));
66 mpz_gcd (gcd, t, gcd);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dgcd_ui.c40 mpz_gcd (w, u, vz);
H A Dlcm.c75 mpz_gcd (g, u, v);
H A Dgcd.c31 mpz_gcd (mpz_ptr g, mpz_srcptr u, mpz_srcptr v) function
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/
H A Dfactorize.c182 mpz_gcd (t1, P, n);
190 mpz_gcd (t1, P, n);
228 mpz_gcd (t1, t1, n);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-gcd.c1 /* Test mpz_gcd, mpz_gcdext, and mpz_gcd_ui.
60 mpz_gcd (got, a, b);
64 printf ("mpz_gcd wrong on data[%d]\n", i);
281 mpz_gcd (gcd2, op1, op2);
287 fprintf (stderr, "mpz_gcd returned incorrect result\n");
291 fprintf (stderr, "mpz_gcd returns:\n"); debug_mp (gcd2, -16);
H A Dt-jac.c665 mpz_gcd (g, a, b);
H A Dreuse.c75 mpz_gcd, mpz_lcm, mpz_and, mpz_ior, mpz_xor
82 "mpz_gcd", "mpz_lcm", "mpz_and", "mpz_ior", "mpz_xor"
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-gmp.c482 mpz_gcd(t2, t1, el);
494 mpz_gcd(t2, t1, el);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_gmp.c152 mpz_gcd( result, a, b);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.y258 | gcdlist ',' e { sp--; mpz_gcd (sp, sp, sp+1); };
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/expr/
H A Dexprz.c143 { "gcd", (mpexpr_fun_t) mpz_gcd, MPEXPR_TYPE_BINARY
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h872 #define mpz_gcd __gmpz_gcd macro
873 __GMP_DECLSPEC void mpz_gcd __GMP_PROTO ((mpz_ptr, mpz_srcptr, mpz_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h872 #define mpz_gcd __gmpz_gcd macro
873 __GMP_DECLSPEC void mpz_gcd __GMP_PROTO ((mpz_ptr, mpz_srcptr, mpz_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h872 #define mpz_gcd __gmpz_gcd macro
873 __GMP_DECLSPEC void mpz_gcd __GMP_PROTO ((mpz_ptr, mpz_srcptr, mpz_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h872 #define mpz_gcd __gmpz_gcd macro
873 __GMP_DECLSPEC void mpz_gcd __GMP_PROTO ((mpz_ptr, mpz_srcptr, mpz_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h872 #define mpz_gcd __gmpz_gcd macro
873 __GMP_DECLSPEC void mpz_gcd __GMP_PROTO ((mpz_ptr, mpz_srcptr, mpz_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h872 #define mpz_gcd __gmpz_gcd macro
873 __GMP_DECLSPEC void mpz_gcd __GMP_PROTO ((mpz_ptr, mpz_srcptr, mpz_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h872 #define mpz_gcd __gmpz_gcd macro
873 __GMP_DECLSPEC void mpz_gcd __GMP_PROTO ((mpz_ptr, mpz_srcptr, mpz_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h878 #define mpz_gcd __gmpz_gcd macro
879 __GMP_DECLSPEC void mpz_gcd __GMP_PROTO ((mpz_ptr, mpz_srcptr, mpz_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h878 #define mpz_gcd __gmpz_gcd macro
879 __GMP_DECLSPEC void mpz_gcd __GMP_PROTO ((mpz_ptr, mpz_srcptr, mpz_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h872 #define mpz_gcd __gmpz_gcd macro
873 __GMP_DECLSPEC void mpz_gcd __GMP_PROTO ((mpz_ptr, mpz_srcptr, mpz_srcptr));

Completed in 302 milliseconds

12