Home
last modified time | relevance | path

Searched refs:mpz_gcd (Results 1 – 25 of 66) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/mpq/
H A Dmul.c88 mpz_gcd (gcd1, NUM(op1), DEN(op2)); in mpq_mul()
89 mpz_gcd (gcd2, NUM(op2), DEN(op1)); in mpq_mul()
H A Daors.c60 mpz_gcd (gcd, DEN(op1), DEN(op2)); in mpq_aors()
76 mpz_gcd (gcd, t, gcd); in mpq_aors()
H A Ddiv.c112 mpz_gcd (gcd1, NUM(op1), NUM(op2)); in mpq_div()
113 mpz_gcd (gcd2, DEN(op2), DEN(op1)); in mpq_div()
H A Dcanonicalize.c54 mpz_gcd (gcd, NUM(op), DEN(op)); in mpq_canonicalize()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-gcd_ui.c94 mpz_gcd (g, f, d); in check_ui_factors()
122 mpz_gcd (g, x, d); in check_ui_factors()
H A Dt-invert.c97 mpz_gcd (t, a, m); in main()
H A Dt-gcd.c75 mpz_gcd (got, a, b); in check_data()
352 mpz_gcd (gcd2, op1, op2); in one_test()
H A Dt-jac.c691 mpz_gcd (g, a, b); in check_squares_zi()
H A Dreuse.c88 { mpz_gcd, "mpz_gcd", 0, 1 },
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-gcd.c120 mpz_gcd (g, a, b); in testmain()
162 mpz_gcd (s, a, b); in testmain()
H A Dhex-random.c239 mpz_gcd (r, a, b); in hex_random_op3()
312 mpz_gcd (g, a, c); in hex_random_op4()
H A Dt-reuse.c53 mpz_gcd, mpz_lcm, mpz_and, mpz_ior, mpz_xor
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dgcd_ui.c49 mpz_gcd (w, u, vz); in mpz_gcd_ui()
H A Dlcm.c80 mpz_gcd (g, u, v); in mpz_lcm()
H A Dgcd.c37 mpz_gcd (mpz_ptr g, mpz_srcptr u, mpz_srcptr v) in mpz_gcd() function
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-mpq.c127 mpz_gcd (g, num, den); in mpq_helper_canonicalize()
326 mpz_gcd (t, mpq_denref (a), mpq_denref (b)); in mpq_add()
345 mpz_gcd (t, x, t); in mpq_add()
H A Dmini-gmp.h205 void mpz_gcd (mpz_t, const mpz_t, const mpz_t);
/netbsd/external/lgpl3/gmp/dist/demos/
H A Dfactorize.c304 mpz_gcd (t, P, n); in factor_using_pollard_rho()
332 mpz_gcd (t, t, n); in factor_using_pollard_rho()
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtget_q.c123 mpz_gcd (z, mpq_numref (q), mpq_denref (q)); in check_canonical()
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-minvert.c113 mpz_gcd (g, a, m); in main()
/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-gmp.c478 mpz_gcd(t2, t1, el); in gmp_rsa_generate_key()
490 mpz_gcd(t2, t1, el); in gmp_rsa_generate_key()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprz.c154 { "gcd", (mpexpr_fun_t) mpz_gcd, MPEXPR_TYPE_BINARY
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_gmp.c152 mpz_gcd( result, a, b); in bi_gcd()
/netbsd/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.y258 | gcdlist ',' e { sp--; mpz_gcd (sp, sp, sp+1); };
H A Dcalc.c1761 { sp--; mpz_gcd (sp, sp, sp+1); } in yyparse()

123