Home
last modified time | relevance | path

Searched refs:hgcd_matrix (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dhgcd_matrix.c41 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 Dhgcd_step.c50 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 Dhgcd_jacobi.c43 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 Dhgcd.c83 struct hgcd_matrix *M, mp_ptr tp) in mpn_hgcd()
126 struct hgcd_matrix M1; in mpn_hgcd()
H A Dhgcd_appr.c63 struct hgcd_matrix *M, mp_ptr tp) in mpn_hgcd_appr()
215 struct hgcd_matrix M1; in mpn_hgcd_appr()
H A Dgcdext.c40 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 Dhgcd_reduce.c73 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 Djacobi.c198 struct hgcd_matrix M; in mpn_jacobi_n()
H A Dgcd.c152 struct hgcd_matrix M; in mpn_gcd()
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-hgcd.c55 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 Dt-hgcd_appr.c43 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 Dsrcs.mk78 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
/netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dsrcs.mk78 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
/netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dsrcs.mk76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
/netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dsrcs.mk73 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
/netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dsrcs.mk76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
/netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dsrcs.mk78 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
/netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dsrcs.mk78 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4247 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 Dsrcs.mk76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
/netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dsrcs.mk76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
/netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dsrcs.mk76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
/netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dsrcs.mk76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
/netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dsrcs.mk70 hgcd_matrix.c mpn/generic/hgcd_matrix.c \
/netbsd-src/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A Dsrcs.mk76 hgcd_matrix.c mpn/generic/hgcd_matrix.c \

12