Searched refs:mpn_gcd_subdiv_step (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | jacobi.c | 216 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 D | gcd.c | 168 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 D | hgcd_step.c | 126 return mpn_gcd_subdiv_step (ap, bp, n, s, hgcd_hook, M, tp); in mpn_hgcd_step()
|
H A D | gcd_subdiv_step.c | 75 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 D | gcdext.c | 331 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 D | hgcd_jacobi.c | 139 return mpn_gcd_subdiv_step (ap, bp, n, s, hgcd_jacobi_hook, &ctx, tp); in hgcd_jacobi_step()
|
H A D | gcdext_lehmer.c | 242 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 D | gmp-impl.h | 4300 #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 D | ChangeLog | 7811 (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 …]
|