Home
last modified time | relevance | path

Searched refs:mpn_toom54_mul (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-toom54.c1 #define mpn_toomMN_mul mpn_toom54_mul
/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom54_mul.c59 mpn_toom54_mul (mp_ptr pp, in mpn_toom54_mul() function
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dcommon.c1414 SPEED_ROUTINE_MPN_TOOM54_FOR_TOOM43_MUL (mpn_toom54_mul); in speed_mpn_toom54_for_toom43_mul()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1474 #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…
H A DChangeLog6567 (mpn_toom54_mul): Added prototype.