Searched refs:mpn_toom53_mul (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-toom53.c1 #define mpn_toomMN_mul mpn_toom53_mul
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dmul.c296 mpn_toom53_mul (prodp, up, un, vp, vn, scratch);
303 mpn_toom53_mul (prodp, up, un, vp, vn, scratch);
H A Dtoom53_mul.c0 /* mpn_toom53_mul -- Multiply {ap,an} and {bp,bn} where an is nominally 5/3
52 mpn_toom53_mul (mp_ptr pp, function
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dcommon.c1128 SPEED_ROUTINE_MPN_TOOM53_FOR_TOOM32_MUL (mpn_toom53_mul);
1138 SPEED_ROUTINE_MPN_TOOM53_FOR_TOOM42_MUL (mpn_toom53_mul);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1137 #define mpn_toom53_mul __MPN(toom53_mul) macro
1138 __GMP_DECLSPEC void mpn_toom53_mul __GMP_PROTO ((mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_ptr));

Completed in 132 milliseconds