Searched refs:hgcd_matrix1 (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/tune/ |
| D | hgcd2.c | 41 struct hgcd_matrix1 *M) in mpn_hgcd2()
|
| D | speed.h | 494 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/ |
| D | matrix22_mul1_inverse_vector.c | 41 mpn_matrix22_mul1_inverse_vector (const struct hgcd_matrix1 *M, in mpn_matrix22_mul1_inverse_vector()
|
| D | hgcd_step.c | 79 struct hgcd_matrix1 M1; in mpn_hgcd_step()
|
| D | hgcd_appr.c | 175 struct hgcd_matrix1 M1; in mpn_hgcd_appr()
|
| D | jacobi.c | 227 struct hgcd_matrix1 M; in mpn_jacobi_n()
|
| D | hgcd2.c | 527 struct hgcd_matrix1 *M) in mpn_hgcd2() 720 mpn_hgcd_mul_matrix1_vector (const struct hgcd_matrix1 *M, in mpn_hgcd_mul_matrix1_vector()
|
| D | hgcd_jacobi.c | 88 struct hgcd_matrix1 M1; in hgcd_jacobi_step()
|
| D | gcd.c | 176 struct hgcd_matrix1 M; in mpn_gcd()
|
| D | gcdext_lehmer.c | 187 struct hgcd_matrix1 M; in mpn_gcdext_lehmer_n()
|
| D | hgcd2_jacobi.c | 158 struct hgcd_matrix1 *M, unsigned *bitsp) in mpn_hgcd2_jacobi()
|
| D | hgcd_matrix.c | 132 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/ |
| D | gmp-impl.h | 4230 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 *);
|