| /netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
| H A D | hgcd_matrix.c | 41 mpn_hgcd_matrix_init (struct hgcd_matrix *M, mp_size_t n, mp_ptr p) in mpn_hgcd_matrix_init() 59 mpn_hgcd_matrix_update_q (struct hgcd_matrix *M, mp_srcptr qp, mp_size_t qn, in mpn_hgcd_matrix_update_q() 132 mpn_hgcd_matrix_mul_1 (struct hgcd_matrix *M, const struct hgcd_matrix1 *M1, in mpn_hgcd_matrix_mul_1() 151 mpn_hgcd_matrix_mul (struct hgcd_matrix *M, const struct hgcd_matrix *M1, in mpn_hgcd_matrix_mul() 199 mpn_hgcd_matrix_adjust (const struct hgcd_matrix *M, in mpn_hgcd_matrix_adjust()
|
| H A D | hgcd_step.c | 50 struct hgcd_matrix *M = (struct hgcd_matrix *) p; in hgcd_hook() 77 struct hgcd_matrix *M, mp_ptr tp) in mpn_hgcd_step()
|
| H A D | hgcd_jacobi.c | 43 struct hgcd_matrix *M; 86 struct hgcd_matrix *M, unsigned *bitsp, mp_ptr tp) in hgcd_jacobi_step() 150 struct hgcd_matrix *M, unsigned *bitsp, mp_ptr tp) in mpn_hgcd_jacobi() 191 struct hgcd_matrix M1; in mpn_hgcd_jacobi()
|
| H A D | hgcd.c | 83 struct hgcd_matrix *M, mp_ptr tp) in mpn_hgcd() 126 struct hgcd_matrix M1; in mpn_hgcd()
|
| H A D | hgcd_appr.c | 63 struct hgcd_matrix *M, mp_ptr tp) in mpn_hgcd_appr() 215 struct hgcd_matrix M1; in mpn_hgcd_appr()
|
| H A D | gcdext.c | 40 hgcd_mul_matrix_vector (struct hgcd_matrix *M, in hgcd_mul_matrix_vector() 298 struct hgcd_matrix M; in mpn_gcdext() 345 struct hgcd_matrix M; in mpn_gcdext()
|
| H A D | hgcd_reduce.c | 73 hgcd_matrix_apply (const struct hgcd_matrix *M, in hgcd_matrix_apply() 221 mpn_hgcd_reduce (struct hgcd_matrix *M, in mpn_hgcd_reduce()
|
| H A D | jacobi.c | 198 struct hgcd_matrix M; in mpn_jacobi_n()
|
| H A D | gcd.c | 152 struct hgcd_matrix M; in mpn_gcd()
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/mpn/ |
| H A D | t-hgcd.c | 55 static int hgcd_ref_equal (const struct hgcd_matrix *, const struct hgcd_ref *); 184 struct hgcd_matrix hgcd; in one_test() 392 hgcd_ref_equal (const struct hgcd_matrix *hgcd, const struct hgcd_ref *ref) in hgcd_ref_equal()
|
| H A D | t-hgcd_appr.c | 43 mpz_t, mpz_t, mp_size_t, struct hgcd_matrix *); 162 struct hgcd_matrix hgcd; in one_test() 402 mp_size_t res1, struct hgcd_matrix *hgcd) in hgcd_appr_valid_p()
|
| /netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/sh3el/ |
| H A D | srcs.mk | 78 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
|
| /netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/ |
| H A D | srcs.mk | 78 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
|
| /netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/m68k/ |
| H A D | srcs.mk | 76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
|
| /netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/sparc64/ |
| H A D | srcs.mk | 73 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
|
| /netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/m68000/ |
| H A D | srcs.mk | 76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
|
| /netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/ |
| H A D | srcs.mk | 78 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
|
| /netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/ |
| H A D | srcs.mk | 78 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | gmp-impl.h | 4247 struct hgcd_matrix struct 4257 __GMP_DECLSPEC void mpn_hgcd_matrix_init (struct hgcd_matrix *, mp_size_t, mp_ptr); argument 4260 __GMP_DECLSPEC void mpn_hgcd_matrix_update_q (struct hgcd_matrix *, mp_srcptr, mp_size_t, unsigned,… 4263 __GMP_DECLSPEC void mpn_hgcd_matrix_mul_1 (struct hgcd_matrix *, const struct hgcd_matrix1 *, mp_pt… 4266 __GMP_DECLSPEC void mpn_hgcd_matrix_mul (struct hgcd_matrix *, const struct hgcd_matrix *, mp_ptr); 4269 __GMP_DECLSPEC mp_size_t mpn_hgcd_matrix_adjust (const struct hgcd_matrix *, mp_size_t, mp_ptr, mp_… 4272 __GMP_DECLSPEC mp_size_t mpn_hgcd_step (mp_size_t, mp_ptr, mp_ptr, mp_size_t, struct hgcd_matrix *,… 4275 __GMP_DECLSPEC mp_size_t mpn_hgcd_reduce (struct hgcd_matrix *, mp_ptr, mp_ptr, mp_size_t, mp_size_… 4284 __GMP_DECLSPEC mp_size_t mpn_hgcd (mp_ptr, mp_ptr, mp_size_t, struct hgcd_matrix *, mp_ptr); 4290 __GMP_DECLSPEC int mpn_hgcd_appr (mp_ptr, mp_ptr, mp_size_t, struct hgcd_matrix *, mp_ptr); [all …]
|
| /netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/ |
| H A D | srcs.mk | 76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
|
| /netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/ |
| H A D | srcs.mk | 76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
|
| /netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/ |
| H A D | srcs.mk | 76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
|
| /netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/sparc/ |
| H A D | srcs.mk | 76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
|
| /netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| H A D | srcs.mk | 70 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
|
| /netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/vax/ |
| H A D | srcs.mk | 76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
|