Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dpowm.c177 mp_size_t itch_binvert = mpn_binvert_itch (n_largest_binvert); in mpz_powm()
183 mp_size_t itch_binvert = mpn_binvert_itch (nodd); in mpz_powm()
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dbinvert.c54 mpn_binvert_itch (mp_size_t n) in mpn_binvert_itch() function
H A Dmu_bdiv_q.c279 itch_binvert = mpn_binvert_itch (in); in mpn_mu_bdiv_q_itch()
H A Dmu_bdiv_qr.c309 itch_binvert = mpn_binvert_itch (in); in mpn_mu_bdiv_qr_itch()
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dcommon.c933 SPEED_ROUTINE_MPN_BINVERT (mpn_binvert, mpn_binvert_itch); in speed_mpn_binvert()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1583 #define mpn_binvert_itch __MPN(binvert_itch) macro
1584 __GMP_DECLSPEC mp_size_t mpn_binvert_itch (mp_size_t) ATTRIBUTE_CONST;
H A DChangeLog9875 * mpn/generic/binvert.c (mpn_binvert_itch): Enable more economical
9939 * mpn/generic/binvert.c (mpn_binvert_itch): Likewise.
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c2882 scratch = TMP_ALLOC_LIMBS (mpn_binvert_itch (size)); in call()