Home
last modified time | relevance | path

Searched refs:mpn_hgcd_appr (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dhgcd_appr.c62 mpn_hgcd_appr (mp_ptr ap, mp_ptr bp, mp_size_t n, in mpn_hgcd_appr() function
222 if (mpn_hgcd_appr (ap + p, bp + p, n - p, &M1, tp + scratch)) in mpn_hgcd_appr()
H A Dhgcd_reduce.c238 if (mpn_hgcd_appr (tp, tp + n - p, n - p, M, tp + 2*(n-p))) in mpn_hgcd_reduce()
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-hgcd_appr.c224 res[1] = mpn_hgcd_appr (hgcd_r0->_mp_d, in one_test()
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dcommon.c1682 SPEED_ROUTINE_MPN_HGCD_CALL (mpn_hgcd_appr, mpn_hgcd_appr_itch); in speed_mpn_hgcd_appr()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4289 #define mpn_hgcd_appr __MPN (hgcd_appr) macro
4290 __GMP_DECLSPEC int mpn_hgcd_appr (mp_ptr, mp_ptr, mp_size_t, struct hgcd_matrix *, mp_ptr);
H A DChangeLog6294 * mpn/generic/hgcd_appr.c (mpn_hgcd_appr): Propagate mask computation
7158 (mpn_hgcd_appr): Use hgcd_reduce.
7396 (mpn_hgcd_appr): Implemented divide-and-conquer.
7412 * mpn/generic/hgcd_appr.c (mpn_hgcd_appr): Interface change.
7415 * gmp-impl.h: Updated mpn_hgcd_appr prototype.
7449 * mpn/generic/hgcd_appr.c (mpn_hgcd_appr): Fixed handling of
7465 * tune/speed.c (routine): Added mpn_hgcd_appr.
7473 mpn_hgcd_appr_itch and mpn_hgcd_appr.