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

  /src/external/lgpl3/gmp/dist/mpn/generic/
toom44_mul.c 0 /* mpn_toom44_mul -- Multiply {ap,an} and {bp,bn} where an and bn are close in
83 mpn_toom44_mul (p, a, n, b, n, ws); \
110 mpn_toom44_mul (mp_ptr pp, function
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1483 #define mpn_toom44_mul __MPN(toom44_mul) macro
1484 __GMP_DECLSPEC void mpn_toom44_mul (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_ptr);

Completed in 25 milliseconds