Searched refs:mpn_hgcd_reduce (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | hgcd.c | 104 nn = mpn_hgcd_reduce (M, ap, bp, n, p, tp); in mpn_hgcd()
|
H A D | hgcd_appr.c | 193 nn = mpn_hgcd_reduce (M, ap, bp, n, p, tp); in mpn_hgcd_appr()
|
H A D | hgcd_reduce.c | 221 mpn_hgcd_reduce (struct hgcd_matrix *M, in mpn_hgcd_reduce() function
|
/netbsd-src/external/lgpl3/gmp/dist/tune/ |
H A D | common.c | 1694 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 D | gmp-impl.h | 4274 #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 D | ChangeLog | 7146 * tune/speed.c (routine): Added mpn_hgcd_reduce, 7263 * gmp-impl.h (mpn_hgcd_reduce, mpn_hgcd_reduce_itch): Added
|