Home
last modified time | relevance | path

Searched refs:mpn_toom8h_mul (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom8h_mul.c96 mpn_toom8h_mul (p, a, n, b, n, ws); \
97 if (f) mpn_toom8h_mul (p2, a2, n, b2, n, ws); \
116 mpn_toom8h_mul (mp_ptr pp, in mpn_toom8h_mul() function
H A Dmul_n.c87 mpn_toom8h_mul (p, a, n, b, n, ws); in mpn_mul_n()
H A Dmul.c391 mpn_toom8h_mul (prodp, up, un, vp, vn, scratch); in mpn_mul()
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-toom8h.c1 #define mpn_toomMN_mul mpn_toom8h_mul
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dcommon.c1353 SPEED_ROUTINE_MPN_TOOM8H_MUL_N (mpn_toom8h_mul); in speed_mpn_toom8h_mul()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1495 #define mpn_toom8h_mul __MPN(toom8h_mul) macro
1496 __GMP_DECLSPEC void mpn_toom8h_mul (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_ptr…
H A DChangeLog10442 mpn_toom8h_mul and mpn_toom8_sqr speed.