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

  /src/external/lgpl3/gmp/dist/tests/mpn/
t-toom54.c 1 #define mpn_toomMN_mul mpn_toom54_mul
  /src/external/lgpl3/gmp/dist/mpn/generic/
toom54_mul.c 59 mpn_toom54_mul (mp_ptr pp, function
  /src/external/lgpl3/gmp/dist/tune/
common.c 1414 SPEED_ROUTINE_MPN_TOOM54_FOR_TOOM43_MUL (mpn_toom54_mul);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1474 #define mpn_toom54_mul __MPN(toom54_mul) macro
1475 __GMP_DECLSPEC void mpn_toom54_mul (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_ptr);

Completed in 25 milliseconds