Searched refs:mpn_hgcd_matrix_adjust (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dhgcd.c437 mpn_hgcd_matrix_adjust (struct hgcd_matrix *M, function
576 n = mpn_hgcd_matrix_adjust (M, p + nn, ap, bp, p, tp);
614 n = mpn_hgcd_matrix_adjust (&M1, p + nn, ap, bp, p, tp + scratch);
H A Dgcdext.c295 n = mpn_hgcd_matrix_adjust (&M, p + nn, ap, bp, p, tp + matrix_scratch);
344 n = mpn_hgcd_matrix_adjust (&M, p + nn, ap, bp, p, t0);
H A Dgcd.c36 * mpn_hgcd_matrix_adjust. However, p = 2 n/3 gives slightly better
44 * multiplication in mpn_hgcd_matrix_adjust, is roughly 1/(alpha -
132 n = mpn_hgcd_matrix_adjust (&M, p + nn, up, vp, p, tp + matrix_scratch);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgmp-impl.h3789 #define mpn_hgcd_matrix_adjust __MPN (hgcd_matrix_adjust) macro
3790 __GMP_DECLSPEC mp_size_t mpn_hgcd_matrix_adjust __GMP_PROTO ((struct hgcd_matrix *, mp_size_t, mp_ptr, mp_ptr, mp_size_t, mp_ptr));

Completed in 91 milliseconds