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

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-toom42.c1 #define mpn_toomMN_mul mpn_toom42_mul
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dmul.c182 mpn_toom42_mul (prodp, up, 2 * vn, vp, vn, scratch);
189 mpn_toom42_mul (ws, up, 2 * vn, vp, vn, scratch);
205 mpn_toom42_mul (ws, up, un, vp, vn, scratch);
218 mpn_toom42_mul (prodp, up, un, vp, vn, scratch);
246 mpn_toom42_mul (prodp, up, 2 * vn, vp, vn, scratch);
256 mpn_toom42_mul (ws, up, 2 * vn, vp, vn, scratch);
301 mpn_toom42_mul (prodp, up, un, vp, vn, scratch);
309 mpn_toom42_mul (prodp, up, un, vp, vn, scratch);
H A Dtoom42_mul.c0 /* mpn_toom42_mul -- Multiply {ap,an} and {bp,bn} where an is nominally twice
56 mpn_toom42_mul (mp_ptr pp, function
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dcommon.c1098 SPEED_ROUTINE_MPN_TOOM42_MUL (mpn_toom42_mul);
1133 SPEED_ROUTINE_MPN_TOOM42_FOR_TOOM53_MUL (mpn_toom42_mul);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1119 #define mpn_toom42_mul __MPN(toom42_mul) macro
1120 __GMP_DECLSPEC void mpn_toom42_mul __GMP_PROTO ((mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_ptr));

Completed in 85 milliseconds