Home
last modified time | relevance | path

Searched refs:hgcd_matrix1 (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/tune/
Dhgcd2.c41 struct hgcd_matrix1 *M) in mpn_hgcd2()
Dspeed.h494 int mpn_hgcd2_1 (mp_limb_t, mp_limb_t, mp_limb_t, mp_limb_t, struct hgcd_matrix1*);
495 int mpn_hgcd2_2 (mp_limb_t, mp_limb_t, mp_limb_t, mp_limb_t, struct hgcd_matrix1*);
496 int mpn_hgcd2_3 (mp_limb_t, mp_limb_t, mp_limb_t, mp_limb_t, struct hgcd_matrix1*);
497 int mpn_hgcd2_4 (mp_limb_t, mp_limb_t, mp_limb_t, mp_limb_t, struct hgcd_matrix1*);
498 int mpn_hgcd2_5 (mp_limb_t, mp_limb_t, mp_limb_t, mp_limb_t, struct hgcd_matrix1*);
2869 struct hgcd_matrix1 m = {{{0,0},{0,0}}}; \
/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Dmatrix22_mul1_inverse_vector.c41 mpn_matrix22_mul1_inverse_vector (const struct hgcd_matrix1 *M, in mpn_matrix22_mul1_inverse_vector()
Dhgcd_step.c79 struct hgcd_matrix1 M1; in mpn_hgcd_step()
Dhgcd_appr.c175 struct hgcd_matrix1 M1; in mpn_hgcd_appr()
Djacobi.c227 struct hgcd_matrix1 M; in mpn_jacobi_n()
Dhgcd2.c527 struct hgcd_matrix1 *M) in mpn_hgcd2()
720 mpn_hgcd_mul_matrix1_vector (const struct hgcd_matrix1 *M, in mpn_hgcd_mul_matrix1_vector()
Dhgcd_jacobi.c88 struct hgcd_matrix1 M1; in hgcd_jacobi_step()
Dgcd.c176 struct hgcd_matrix1 M; in mpn_gcd()
Dgcdext_lehmer.c187 struct hgcd_matrix1 M; in mpn_gcdext_lehmer_n()
Dhgcd2_jacobi.c158 struct hgcd_matrix1 *M, unsigned *bitsp) in mpn_hgcd2_jacobi()
Dhgcd_matrix.c132 mpn_hgcd_matrix_mul_1 (struct hgcd_matrix *M, const struct hgcd_matrix1 *M1, in mpn_hgcd_matrix_mul_1()
/netbsd/src/external/lgpl3/gmp/dist/
Dgmp-impl.h4230 struct hgcd_matrix1 struct
4236 __GMP_DECLSPEC int mpn_hgcd2 (mp_limb_t, mp_limb_t, mp_limb_t, mp_limb_t, struct hgcd_matrix1 argument
4239 __GMP_DECLSPEC mp_size_t mpn_hgcd_mul_matrix1_vector (const struct hgcd_matrix1 *, mp_ptr, mp_srcpt…
4242 __GMP_DECLSPEC mp_size_t mpn_matrix22_mul1_inverse_vector (const struct hgcd_matrix1 *, mp_ptr, mp_…
4245 …t mpn_hgcd2_jacobi (mp_limb_t, mp_limb_t, mp_limb_t, mp_limb_t, struct hgcd_matrix1 *, unsigned *);
4263 __GMP_DECLSPEC void mpn_hgcd_matrix_mul_1 (struct hgcd_matrix *, const struct hgcd_matrix1 *, mp_pt…
4957 struct hgcd_matrix1 *);