Searched refs:mpn_hgcd_matrix_init (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gmp/mpn/generic/ |
| HD | gcdext.c | 287 mpn_hgcd_matrix_init (&M, n - p, tp); in mpn_gcdext() 333 mpn_hgcd_matrix_init (&M, n - p, tp); in mpn_gcdext()
|
| HD | hgcd.c | 31 mpn_hgcd_matrix_init (struct hgcd_matrix *M, mp_size_t n, mp_ptr p) in mpn_hgcd_matrix_init() function 597 mpn_hgcd_matrix_init(&M1, n - p, tp); in mpn_hgcd()
|
| HD | gcd.c | 125 mpn_hgcd_matrix_init (&M, n - p, tp); in mpn_gcd()
|
| /dragonfly/contrib/gmp/ |
| HD | gmp-impl.h | 3783 #define mpn_hgcd_matrix_init __MPN (hgcd_matrix_init) macro 3784 __GMP_DECLSPEC void mpn_hgcd_matrix_init __GMP_PROTO ((struct hgcd_matrix *, mp_size_t, mp_ptr));
|