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

123

/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A Dcanonicalize.c54 mpz_gcd (gcd, NUM(op), DEN(op));
H A Dmul.c88 mpz_gcd (gcd1, NUM(op1), DEN(op2));
89 mpz_gcd (gcd2, NUM(op2), DEN(op1));
H A Ddiv.c112 mpz_gcd (gcd1, NUM(op1), NUM(op2));
113 mpz_gcd (gcd2, DEN(op2), DEN(op1));
H A Daors.c60 mpz_gcd (gcd, DEN(op1), DEN(op2));
76 mpz_gcd (gcd, t, gcd);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-gcd_ui.c94 mpz_gcd (g, f, d);
122 mpz_gcd (g, x, d);
125 printf ("mpz_gcd (f, kV+%i*2^%i, V): error (j = %i)\n", i, GMP_NUMB_BITS - 1, j);
H A Dt-invert.c97 mpz_gcd (t, a, m);
H A Dt-gcd.c1 /* Test mpz_gcd, mpz_gcdext, and mpz_gcd_ui.
75 mpz_gcd (got, a, b);
79 printf ("mpz_gcd wrong on data[%d]\n", i);
352 mpz_gcd (gcd2, op1, op2);
358 fprintf (stderr, "mpz_gcd returned incorrect result\n");
362 fprintf (stderr, "mpz_gcd returns:\n"); debug_mp (gcd2, -16);
H A Dt-jac.c691 mpz_gcd (g, a, b);
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dlcm.c80 mpz_gcd (g, u, v);
H A Dgcd_ui.c49 mpz_gcd (w, u, vz);
H A Dgcd.c37 mpz_gcd (mpz_ptr g, mpz_srcptr u, mpz_srcptr v) function
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-gcd.c120 mpz_gcd (g, a, b);
123 fprintf (stderr, "mpz_gcd failed:\n");
162 mpz_gcd (s, a, b);
165 fprintf (stderr, "mpz_gcd failed:\n");
H A Dhex-random.c239 mpz_gcd (r, a, b);
312 mpz_gcd (g, a, c);
H A Dt-reuse.c53 mpz_gcd, mpz_lcm, mpz_and, mpz_ior, mpz_xor
60 "mpz_gcd", "mpz_lcm", "mpz_and", "mpz_ior", "mpz_xor"
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtget_q.c123 mpz_gcd (z, mpq_numref (q), mpq_denref (q));
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexprz.c154 { "gcd", (mpexpr_fun_t) mpz_gcd, MPEXPR_TYPE_BINARY
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-minvert.c113 mpz_gcd (g, a, m);
/netbsd-current/external/lgpl3/gmp/dist/demos/
H A Dfactorize.c304 mpz_gcd (t, P, n);
332 mpz_gcd (t, t, n);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-mpq.c128 mpz_gcd (g, num, den);
330 mpz_gcd (t, mpq_denref (a), mpq_denref (b));
349 mpz_gcd (t, x, t);
H A Dmini-gmp.h205 void mpz_gcd (mpz_t, const mpz_t, const mpz_t);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-gmp.c478 mpz_gcd(t2, t1, el);
490 mpz_gcd(t2, t1, el);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_gmp.c152 mpz_gcd( result, a, b);
/netbsd-current/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); }
/netbsd-current/external/mit/isl/dist/
H A Disl_int_gmp.h42 #define isl_int_gcd(r,i,j) mpz_gcd(r,i,j)

Completed in 364 milliseconds

123