Searched refs:mpn_gcd_subdiv_step (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Djacobi.c216 n = mpn_gcd_subdiv_step (ap, bp, n, 0, jacobi_hook, &bits, tp);
261 n = mpn_gcd_subdiv_step (ap, bp, n, 0, &jacobi_hook, &bits, tp);
H A Dhgcd_step.c126 return mpn_gcd_subdiv_step (ap, bp, n, s, hgcd_hook, M, tp);
H A Dgcd_subdiv_step.c75 mpn_gcd_subdiv_step (mp_ptr ap, mp_ptr bp, mp_size_t n, mp_size_t s, function
H A Dgcd.c168 n = mpn_gcd_subdiv_step (up, vp, n, 0, gcd_hook, &ctx, tp);
212 n = mpn_gcd_subdiv_step (up, vp, n, 0, &gcd_hook, &ctx, tp);
H A Dgcdext.c331 n = mpn_gcd_subdiv_step (ap, bp, n, 0, mpn_gcdext_hook, &ctx, tp);
386 n = mpn_gcd_subdiv_step (ap, bp, n, 0, mpn_gcdext_hook, &ctx, tp);
H A Dgcdext_lehmer.c242 n = mpn_gcd_subdiv_step (ap, bp, n, 0, mpn_gcdext_hook, &ctx, tp);
H A Dhgcd_jacobi.c139 return mpn_gcd_subdiv_step (ap, bp, n, s, hgcd_jacobi_hook, &ctx, tp);
/netbsd-current/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_hook *, void *, mp_ptr);

Completed in 145 milliseconds