Home
last modified time | relevance | path

Searched refs:mpn_gcd_subdiv_step (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Djacobi.c216 n = mpn_gcd_subdiv_step (ap, bp, n, 0, jacobi_hook, &bits, tp); in mpn_jacobi_n()
261 n = mpn_gcd_subdiv_step (ap, bp, n, 0, &jacobi_hook, &bits, tp); in mpn_jacobi_n()
H A Dgcd.c168 n = mpn_gcd_subdiv_step (up, vp, n, 0, gcd_hook, &ctx, tp); in mpn_gcd()
212 n = mpn_gcd_subdiv_step (up, vp, n, 0, &gcd_hook, &ctx, tp); in mpn_gcd()
H A Dhgcd_step.c126 return mpn_gcd_subdiv_step (ap, bp, n, s, hgcd_hook, M, tp); in mpn_hgcd_step()
H A Dgcd_subdiv_step.c75 mpn_gcd_subdiv_step (mp_ptr ap, mp_ptr bp, mp_size_t n, mp_size_t s, in mpn_gcd_subdiv_step() function
H A Dgcdext.c331 n = mpn_gcd_subdiv_step (ap, bp, n, 0, mpn_gcdext_hook, &ctx, tp); in mpn_gcdext()
386 n = mpn_gcd_subdiv_step (ap, bp, n, 0, mpn_gcdext_hook, &ctx, tp); in mpn_gcdext()
H A Dhgcd_jacobi.c139 return mpn_gcd_subdiv_step (ap, bp, n, s, hgcd_jacobi_hook, &ctx, tp); in hgcd_jacobi_step()
H A Dgcdext_lehmer.c242 n = mpn_gcd_subdiv_step (ap, bp, n, 0, mpn_gcdext_hook, &ctx, tp); in mpn_gcdext_lehmer_n()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4300 #define mpn_gcd_subdiv_step __MPN(gcd_subdiv_step) macro
4301 __GMP_DECLSPEC mp_size_t mpn_gcd_subdiv_step (mp_ptr, mp_ptr, mp_size_t, mp_size_t, gcd_subdiv_step…
H A DChangeLog7811 (hgcd_step): Simplified, using mpn_gcd_subdiv_step and hgcd_hook.
7820 * mpn/generic/gcd_subdiv_step.c (mpn_gcd_subdiv_step): New
7822 * gmp-impl.h (mpn_gcd_subdiv_step): Update declaration.
7824 * mpn/generic/gcd.c (mpn_gcd): Pass s = 0 to mpn_gcd_subdiv_step.
9374 (mpn_jacobi_lehmer): Use general mpn_gcd_subdiv_step.
9376 * mpn/generic/gcd_subdiv_step.c (mpn_gcd_subdiv_step): Reorganized
9436 mpn_gcd_subdiv_step.
9441 (mpn_gcdext_lehmer_n): Use new generalized mpn_gcd_subdiv_step.
9445 (mpn_gcd): Adapted to new mpn_gcd_subdiv_step interface.
9447 * mpn/generic/gcd_subdiv_step.c (mpn_gcd_subdiv_step): Reorganized
[all …]