Searched refs:mpz_divexact_gcd (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gmp/mpq/
H A Dcanonicalize.c43 mpz_divexact_gcd (&(op->_mp_num), &(op->_mp_num), gcd);
44 mpz_divexact_gcd (&(op->_mp_den), &(op->_mp_den), gcd);
H A Ddiv.c80 mpz_divexact_gcd (tmp1, &(op1->_mp_num), gcd1);
81 mpz_divexact_gcd (tmp2, &(op2->_mp_den), gcd2);
85 mpz_divexact_gcd (tmp1, &(op2->_mp_num), gcd1);
86 mpz_divexact_gcd (tmp2, &(op1->_mp_den), gcd2);
H A Dmul.c82 mpz_divexact_gcd (tmp1, &(op1->_mp_num), gcd1);
83 mpz_divexact_gcd (tmp2, &(op2->_mp_num), gcd2);
87 mpz_divexact_gcd (tmp1, &(op2->_mp_den), gcd1);
88 mpz_divexact_gcd (tmp2, &(op1->_mp_den), gcd2);
H A Daors.c55 mpz_divexact_gcd (tmp1, &(op2->_mp_den), gcd);
58 mpz_divexact_gcd (tmp2, &(op1->_mp_den), gcd);
64 mpz_divexact_gcd (tmp2, &(op1->_mp_den), gcd);
74 mpz_divexact_gcd (&(rop->_mp_num), t, gcd);
75 mpz_divexact_gcd (tmp1, &(op2->_mp_den), gcd);
/haiku-buildtools/gcc/gmp/mpz/
H A Ddivegcd.c0 /* mpz_divexact_gcd -- exact division optimized for GCDs.
72 mpz_divexact_gcd (mpz_ptr q, mpz_srcptr a, mpz_srcptr d) function
/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dreuse.c632 /* Test mpz_divexact_gcd, same as mpz_divexact */
634 mpz_divexact_gcd (ref1, t, in2);
638 mpz_divexact_gcd (res1, res1, in2);
641 FAIL2 (mpz_divexact_gcd, t, in2, NULL);
644 mpz_divexact_gcd (res1, t, res1);
647 FAIL2 (mpz_divexact_gcd, t, in2, NULL);
/haiku-buildtools/gcc/gmp/
H A Dgmp-impl.h1368 #define mpz_divexact_gcd __gmpz_divexact_gcd macro
1369 __GMP_DECLSPEC void mpz_divexact_gcd __GMP_PROTO ((mpz_ptr, mpz_srcptr, mpz_srcptr));

Completed in 113 milliseconds