Searched refs:mpn_toom32_mul (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-toom32.c1 #define mpn_toomMN_mul mpn_toom32_mul
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dmul.c252 mpn_toom32_mul (ws, up, un, vp, vn, scratch);
265 mpn_toom32_mul (prodp, up, un, vp, vn, scratch);
342 mpn_toom32_mul (prodp, up, un, vp, vn, scratch);
351 mpn_toom32_mul (prodp, up, un, vp, vn, scratch);
H A Dtoom22_mul.c84 mpn_toom32_mul (p, a, an, b, bn, ws); \
H A Dtoom32_mul.c0 /* mpn_toom32_mul -- Multiply {ap,an} and {bp,bn} where an is nominally 1.5
65 mpn_toom32_mul (mp_ptr pp, function
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dcommon.c1359 SPEED_ROUTINE_MPN_TOOM32_MUL (mpn_toom32_mul);
1379 SPEED_ROUTINE_MPN_TOOM32_FOR_TOOM43_MUL (mpn_toom32_mul);
1389 SPEED_ROUTINE_MPN_TOOM32_FOR_TOOM53_MUL (mpn_toom32_mul);
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1450 #define mpn_toom32_mul __MPN(toom32_mul) macro
1451 __GMP_DECLSPEC void mpn_toom32_mul (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_ptr);

Completed in 179 milliseconds