Home
last modified time | relevance | path

Searched refs:mpn_mul_3 (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/tune/
H A Dcommon.c571 SPEED_ROUTINE_MPN_UNARY_3 (mpn_mul_3); in speed_mpn_mul_3()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1168 #define mpn_mul_3 __MPN(mul_3) macro
1169 __GMP_DECLSPEC mp_limb_t mpn_mul_3 (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr);
H A DChangeLog13255 * gmp-impl.h (mpn_mul_3, mpn_mul_4): Declare.
13257 * tests/try.c (param_init): Set things up for mpn_mul_3 and mpn_mul_4.
13268 * tune/speed.c (routine): New entries for mpn_mul_2 and mpn_mul_3.
/netbsd/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c1953 { TRY(mpn_mul_3), TYPE_MUL_3, 3 },