HomeSort by: relevance | last modified time | path
    Searched defs:mpn_toom8h_mul (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
toom8h_mul.c 96 mpn_toom8h_mul (p, a, n, b, n, ws); \
97 if (f) mpn_toom8h_mul (p2, a2, n, b2, n, ws); \
116 mpn_toom8h_mul (mp_ptr pp, function
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1495 #define mpn_toom8h_mul __MPN(toom8h_mul) macro
1496 __GMP_DECLSPEC void mpn_toom8h_mul (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_ptr);

Completed in 19 milliseconds