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

  /src/external/lgpl3/gmp/dist/mpn/generic/
hgcd_matrix.c 179 mpn_matrix22_mul (M->p[0][0], M->p[0][1],
matrix22_mul.c 280 mpn_matrix22_mul (mp_ptr r0, mp_ptr r1, mp_ptr r2, mp_ptr r3, mp_size_t rn, function
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-matrix22.c 147 mpn_matrix22_mul (P.e00, P.e01, P.e10, P.e11, A->n,
  /src/external/lgpl3/gmp/dist/tune/
common.c 1626 mpn_matrix22_mul (r, r + 2 * sz + 1, r + 4 * sz + 2, r + 6 * sz + 3, sz,
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 4195 #define mpn_matrix22_mul __MPN(matrix22_mul) macro
4196 __GMP_DECLSPEC void mpn_matrix22_mul (mp_ptr, mp_ptr, mp_ptr, mp_ptr, mp_size_t, mp_srcptr, mp_srcptr, mp_srcptr, mp_srcptr, mp_size_t, mp_ptr);

Completed in 24 milliseconds