Searched refs:mpn_divexact (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/mpn/generic/ |
| D | divexact.c | 45 mpn_divexact (mp_ptr qp, in mpn_divexact() function 134 mpn_divexact (mp_ptr qp, in mpn_divexact() function
|
| D | gcdext.c | 159 mpn_divexact (vp, tp, size, bp, bn); in compute_v()
|
| /netbsd/src/external/lgpl3/gmp/dist/mpz/ |
| D | divexact.c | 80 mpn_divexact (qp, np, nn, dp, dn); in mpz_divexact()
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | gmp-impl.h | 1631 #define mpn_divexact __MPN(divexact) macro 1632 __GMP_DECLSPEC void mpn_divexact (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t);
|
| D | ChangeLog | 1329 * mpn/generic/divexact.c (mpn_divexact): Likewise. 10089 * perfpow.c (mpn_perfect_power_p): Call mpn_divexact instead of 10655 * mpz/divexact.c: Rewrite to use mpn_divexact. 10708 * mpn/generic/divexact.c (mpn_divexact): Don't require that the 10920 * gmp-impl.h (mpn_divexact): Removed scratch pointer from 10923 * mpn/generic/divexact.c (mpn_divexact): New implementation (moved
|