HomeSort by: relevance | last modified time | path
    Searched refs:mpn_hgcd_matrix_mul (Results 1 - 5 of 5) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
hgcd.c 166 mpn_hgcd_matrix_mul (M, &M1, tp + scratch);
hgcd_appr.c 246 mpn_hgcd_matrix_mul (M, &M1, tp + scratch);
hgcd_jacobi.c 227 mpn_hgcd_matrix_mul (M, &M1, tp + scratch);
hgcd_matrix.c 151 mpn_hgcd_matrix_mul (struct hgcd_matrix *M, const struct hgcd_matrix *M1, function
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 4265 #define mpn_hgcd_matrix_mul __MPN (hgcd_matrix_mul) macro
4266 __GMP_DECLSPEC void mpn_hgcd_matrix_mul (struct hgcd_matrix *, const struct hgcd_matrix *, mp_ptr);

Completed in 48 milliseconds