Home
last modified time | relevance | path

Searched refs:mpn_hgcd_matrix_init (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gmp/mpn/generic/
HDgcdext.c287 mpn_hgcd_matrix_init (&M, n - p, tp); in mpn_gcdext()
333 mpn_hgcd_matrix_init (&M, n - p, tp); in mpn_gcdext()
HDhgcd.c31 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()
HDgcd.c125 mpn_hgcd_matrix_init (&M, n - p, tp); in mpn_gcd()
/dragonfly/contrib/gmp/
HDgmp-impl.h3783 #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));