Home
last modified time | relevance | path

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

/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dhgcd_step.c116 mpn_hgcd_matrix_mul_1 (M, &M1, tp); in mpn_hgcd_step()
H A Dhgcd_appr.c181 mpn_hgcd_matrix_mul_1 (M, &M1, tp); in mpn_hgcd_appr()
H A Dhgcd_jacobi.c125 mpn_hgcd_matrix_mul_1 (M, &M1, tp); in hgcd_jacobi_step()
H A Dhgcd_matrix.c132 mpn_hgcd_matrix_mul_1 (struct hgcd_matrix *M, const struct hgcd_matrix1 *M1, in mpn_hgcd_matrix_mul_1() function
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4262 #define mpn_hgcd_matrix_mul_1 __MPN (hgcd_matrix_mul_1) macro
4263 __GMP_DECLSPEC void mpn_hgcd_matrix_mul_1 (struct hgcd_matrix *, const struct hgcd_matrix1 *, mp_pt…
H A DChangeLog7816 (mpn_hgcd_matrix_mul_1): Likewise.