| /src/external/lgpl3/gmp/dist/mpz/ |
| dive_ui.c | 43 up an mpz_t and go to the main mpz_divexact. */ 51 mpz_divexact (dst, src, dz);
|
| divexact.c | 0 /* mpz_divexact -- finds quotient when known that quot * den == num && den != 0. 38 mpz_divexact (mpz_ptr quot, mpz_srcptr num, mpz_srcptr den) function
|
| lcm.c | 81 mpz_divexact (g, u, g);
|
| divegcd.c | 155 mpz_divexact (q, a, d);
|
| gcdext.c | 115 mpz_divexact (t, x, b);
|
| bin_ui.c | 452 mpz_divexact(r, num, den);
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| dive.c | 1 /* Test mpz_mul, mpz_divexact. 78 mpz_divexact (quot, prod, op2);
|
| reuse.c | 707 /* Test mpz_divexact */ 709 mpz_divexact (ref1, t, in2); 713 mpz_divexact (res1, res1, in2); 716 FAIL2 (mpz_divexact, t, in2, NULL); 719 mpz_divexact (res1, t, res1); 722 FAIL2 (mpz_divexact, t, in2, NULL); 727 /* Test mpz_divexact_gcd, same as mpz_divexact */
|
| /src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| t-comb.c | 145 mpz_divexact (b, b, f); 147 mpz_divexact (b, b, f); /* b = (p1-1)!/((p2-1)!(p3-1)!) */
|
| t-reuse.c | 567 /* Test mpz_divexact */ 569 mpz_divexact (ref1, t, in2); 573 mpz_divexact (res1, res1, in2); 576 FAIL2 (mpz_divexact, t, in2, NULL); 579 mpz_divexact (res1, t, res1); 582 FAIL2 (mpz_divexact, t, in2, NULL); 588 /* Test mpz_divexact_gcd, same as mpz_divexact */
|
| hex-random.c | 315 mpz_divexact (a, a, g);
|
| /src/external/lgpl3/gmp/dist/demos/ |
| factorize.c | 233 mpz_divexact (tmp, nm1, factors.p[i]); 336 mpz_divexact (n, n, t); /* divide by t, before t is overwritten */
|
| /src/external/lgpl3/mpfr/dist/src/ |
| bernoulli.c | 186 mpz_divexact (t, t, den); /* t was still n! */
|
| /src/external/mit/isl/dist/ |
| isl_int_gmp.h | 44 #define isl_int_divexact(r,i,j) mpz_divexact(r,i,j)
|
| /src/external/lgpl3/gmp/dist/mini-gmp/ |
| mini-gmp.h | 180 void mpz_divexact (mpz_t, const mpz_t, const mpz_t);
|
| mini-gmp.c | 2496 mpz_divexact (mpz_t q, const mpz_t n, const mpz_t d) 2911 mpz_divexact (s1, v, tv); 2913 mpz_divexact (t1, u, tv); 2969 mpz_divexact (g, u, g); 3343 mpz_divexact (r, r, t); 2484 mpz_divexact (mpz_t q, const mpz_t n, const mpz_t d) function
|
| /src/external/lgpl3/mpc/dist/src/ |
| pow.c | 86 mpz_divexact (b, b, a); /* d/(2a) */
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/ |
| gmp.h | 722 #define mpz_divexact __gmpz_divexact macro 723 __GMP_DECLSPEC void mpz_divexact (mpz_ptr, mpz_srcptr, mpz_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/ |
| gmp.h | 722 #define mpz_divexact __gmpz_divexact macro 723 __GMP_DECLSPEC void mpz_divexact (mpz_ptr, mpz_srcptr, mpz_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| gmp.h | 722 #define mpz_divexact __gmpz_divexact macro 723 __GMP_DECLSPEC void mpz_divexact (mpz_ptr, mpz_srcptr, mpz_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| gmp.h | 722 #define mpz_divexact __gmpz_divexact macro 723 __GMP_DECLSPEC void mpz_divexact (mpz_ptr, mpz_srcptr, mpz_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/ |
| gmp.h | 727 #define mpz_divexact __gmpz_divexact macro 728 __GMP_DECLSPEC void mpz_divexact (mpz_ptr, mpz_srcptr, mpz_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| gmp.h | 722 #define mpz_divexact __gmpz_divexact macro 723 __GMP_DECLSPEC void mpz_divexact (mpz_ptr, mpz_srcptr, mpz_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| gmp.h | 722 #define mpz_divexact __gmpz_divexact macro 723 __GMP_DECLSPEC void mpz_divexact (mpz_ptr, mpz_srcptr, mpz_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/ |
| gmp.h | 722 #define mpz_divexact __gmpz_divexact macro 723 __GMP_DECLSPEC void mpz_divexact (mpz_ptr, mpz_srcptr, mpz_srcptr);
|