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

  /src/external/lgpl3/gmp/dist/mpn/generic/
toom22_mul.c 0 /* mpn_toom22_mul -- Multiply {ap,an} and {bp,bn} where an >= bn. Or more
67 mpn_toom22_mul (p, a, n, b, n, ws); \
82 mpn_toom22_mul (p, a, an, b, bn, ws); \
88 mpn_toom22_mul (mp_ptr pp, function
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1447 #define mpn_toom22_mul __MPN(toom22_mul) macro
1448 __GMP_DECLSPEC void mpn_toom22_mul (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_ptr);

Completed in 81 milliseconds