Home
last modified time | relevance | path

Searched refs:mpn_hgcd_matrix_adjust (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dhgcd_jacobi.c176 n = mpn_hgcd_matrix_adjust (M, p + nn, ap, bp, p, tp); in mpn_hgcd_jacobi()
214 n = mpn_hgcd_matrix_adjust (&M1, p + nn, ap, bp, p, tp + scratch); in mpn_hgcd_jacobi()
H A Dhgcd.c153 n = mpn_hgcd_matrix_adjust (&M1, p + nn, ap, bp, p, tp + scratch); in mpn_hgcd()
H A Dgcdext.c310 n = mpn_hgcd_matrix_adjust (&M, p + nn, ap, bp, p, tp + matrix_scratch); in mpn_gcdext()
360 n = mpn_hgcd_matrix_adjust (&M, p + nn, ap, bp, p, t0); in mpn_gcdext()
H A Djacobi.c211 n = mpn_hgcd_matrix_adjust (&M, p + nn, ap, bp, p, tp + matrix_scratch); in mpn_jacobi_n()
H A Dgcd.c163 n = mpn_hgcd_matrix_adjust (&M, p + nn, up, vp, p, tp + matrix_scratch); in mpn_gcd()
H A Dhgcd_reduce.c232 return mpn_hgcd_matrix_adjust (M, p + nn, ap, bp, p, tp); in mpn_hgcd_reduce()
H A Dhgcd_matrix.c199 mpn_hgcd_matrix_adjust (const struct hgcd_matrix *M, in mpn_hgcd_matrix_adjust() function
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4268 #define mpn_hgcd_matrix_adjust __MPN (hgcd_matrix_adjust) macro
4269 __GMP_DECLSPEC mp_size_t mpn_hgcd_matrix_adjust (const struct hgcd_matrix *, mp_size_t, mp_ptr, mp_…
H A DChangeLog7441 * mpn/generic/hgcd_matrix.c (mpn_hgcd_matrix_adjust): Declare
7818 (mpn_hgcd_matrix_adjust): Likewise.