Home
last modified time | relevance | path

Searched refs:mpn_divexact (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Ddivexact.c45 mpn_divexact (mp_ptr qp, in mpn_divexact() function
134 mpn_divexact (mp_ptr qp, in mpn_divexact() function
Dgcdext.c159 mpn_divexact (vp, tp, size, bp, bn); in compute_v()
/netbsd/src/external/lgpl3/gmp/dist/mpz/
Ddivexact.c80 mpn_divexact (qp, np, nn, dp, dn); in mpz_divexact()
/netbsd/src/external/lgpl3/gmp/dist/
Dgmp-impl.h1631 #define mpn_divexact __MPN(divexact) macro
1632 __GMP_DECLSPEC void mpn_divexact (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t);
DChangeLog1329 * 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