Home
last modified time | relevance | path

Searched refs:mpn_divrem_1c (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
Ddivrem_1.asm1 dnl AMD K7 mpn_divrem_1, mpn_divrem_1c, mpn_preinv_divrem_1 -- mpn by limb
187 PROLOGUE(mpn_divrem_1c)
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/
Ddivrem_1.asm101 PROLOGUE(mpn_divrem_1c)
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/k6/
Ddivrem_1.asm72 PROLOGUE(mpn_divrem_1c)
/netbsd/src/external/lgpl3/gmp/dist/tests/mpn/
Dt-instrument.c210 mpn_divrem_1c (wp, (mp_size_t) 0, xp, size, CNST_LIMB(123), CNST_LIMB(122)); in check()
/netbsd/src/external/lgpl3/gmp/dist/tune/
Dcommon.c631 SPEED_ROUTINE_MPN_DIVREM_1C (mpn_divrem_1c); in speed_mpn_divrem_1c()
636 SPEED_ROUTINE_MPN_DIVREM_1CF (mpn_divrem_1c); in speed_mpn_divrem_1cf()
/netbsd/src/external/lgpl3/gmp/dist/
Dgmp-impl.h1131 #define mpn_divrem_1c __MPN(divrem_1c) macro
1132 __GMP_DECLSPEC mp_limb_t mpn_divrem_1c (mp_ptr, mp_size_t, mp_srcptr, mp_size_t, mp_limb_t, mp_limb…
DChangeLog22276 mpn_addsub_nc, mpn_divrem_1c, mpn_dump, mpn_mod_1c, mpn_mul_1c,
28437 * gmp.h (mpn_addmul_1c, mpn_divrem_1c, mpn_mod_1c, mpn_mul_1c,
/netbsd/src/external/lgpl3/gmp/dist/tests/devel/
Dtry.c1915 { TRY(mpn_divrem_1c), TYPE_DIVREM_1C },