Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dhgcd.c104 nn = mpn_hgcd_reduce (M, ap, bp, n, p, tp); in mpn_hgcd()
H A Dhgcd_appr.c193 nn = mpn_hgcd_reduce (M, ap, bp, n, p, tp); in mpn_hgcd_appr()
H A Dhgcd_reduce.c221 mpn_hgcd_reduce (struct hgcd_matrix *M, in mpn_hgcd_reduce() function
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dcommon.c1694 SPEED_ROUTINE_MPN_HGCD_REDUCE_CALL (mpn_hgcd_reduce, mpn_hgcd_reduce_itch); in speed_mpn_hgcd_reduce()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4274 #define mpn_hgcd_reduce __MPN(hgcd_reduce) macro
4275 __GMP_DECLSPEC mp_size_t mpn_hgcd_reduce (struct hgcd_matrix *, mp_ptr, mp_ptr, mp_size_t, mp_size_…
H A DChangeLog7146 * tune/speed.c (routine): Added mpn_hgcd_reduce,
7263 * gmp-impl.h (mpn_hgcd_reduce, mpn_hgcd_reduce_itch): Added