Searched refs:mpn_toom8h_mul (Results 1 – 7 of 7) sorted by relevance
/netbsd/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | toom8h_mul.c | 96 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 D | mul_n.c | 87 mpn_toom8h_mul (p, a, n, b, n, ws); in mpn_mul_n()
|
H A D | mul.c | 391 mpn_toom8h_mul (prodp, up, un, vp, vn, scratch); in mpn_mul()
|
/netbsd/external/lgpl3/gmp/dist/tests/mpn/ |
H A D | t-toom8h.c | 1 #define mpn_toomMN_mul mpn_toom8h_mul
|
/netbsd/external/lgpl3/gmp/dist/tune/ |
H A D | common.c | 1353 SPEED_ROUTINE_MPN_TOOM8H_MUL_N (mpn_toom8h_mul); in speed_mpn_toom8h_mul()
|
/netbsd/external/lgpl3/gmp/dist/ |
H A D | gmp-impl.h | 1495 #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 D | ChangeLog | 10442 mpn_toom8h_mul and mpn_toom8_sqr speed.
|