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

  /src/external/lgpl3/gmp/dist/tests/mpn/
t-toom43.c 1 #define mpn_toomMN_mul mpn_toom43_mul
  /src/external/lgpl3/gmp/dist/mpn/generic/
toom43_mul.c 0 /* mpn_toom43_mul -- Multiply {ap,an} and {bp,bn} where an is nominally 4/3
61 mpn_toom43_mul (mp_ptr pp, function
mul.c 344 mpn_toom43_mul (prodp, up, un, vp, vn, scratch);
  /src/external/lgpl3/gmp/dist/tune/
common.c 1369 SPEED_ROUTINE_MPN_TOOM43_MUL (mpn_toom43_mul);
1384 SPEED_ROUTINE_MPN_TOOM43_FOR_TOOM32_MUL (mpn_toom43_mul);
1409 SPEED_ROUTINE_MPN_TOOM43_FOR_TOOM54_MUL (mpn_toom43_mul);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1468 #define mpn_toom43_mul __MPN(toom43_mul) macro
1469 __GMP_DECLSPEC void mpn_toom43_mul (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_ptr);

Completed in 20 milliseconds