Home
last modified time | relevance | path

Searched refs:mpn_jacobi_base (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Djacbase.c138 mpn_jacobi_base (mp_limb_t a, mp_limb_t b, int result_bit1) in mpn_jacobi_base() function
188 mpn_jacobi_base (mp_limb_t a, mp_limb_t b, int bit) in mpn_jacobi_base() function
H A Djacobi_2.c169 return mpn_jacobi_base (2*al+1, 2*bl+1, bit << 1); in mpn_jacobi_2()
347 return mpn_jacobi_base (al, bl, bit); in mpn_jacobi_2()
H A Djacobi.c285 return mpn_jacobi_base (al, bl, bits << 1); in mpn_jacobi_n()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dkronzu.c87 return mpn_jacobi_base (a_rem, (mp_limb_t) b, result_bit1); in mpz_kronecker_ui()
H A Dkronzs.c91 return mpn_jacobi_base (a_rem, b_limb, result_bit1); in mpz_kronecker_si()
H A Dkronuz.c128 return mpn_jacobi_base (b_rem, (mp_limb_t) a, result_bit1); in mpz_ui_kronecker()
H A Dkronsz.c136 return mpn_jacobi_base (b_rem, a_limb, result_bit1); in mpz_si_kronecker()
H A Dstronglucas.c145 while (mpn_jacobi_base (tl, D, jac_bit1) == 1); in mpz_stronglucas()
H A Djacobi.c169 return mpn_jacobi_base (alow, blow, result_bit1); in mpz_jacobi()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-jac.c87 got = mpn_jacobi_base (a, b, 0); in try_base()
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dcommon.c1780 SPEED_ROUTINE_MPN_JACBASE (mpn_jacobi_base); in speed_mpn_jacobi_base()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1150 #define mpn_jacobi_base __MPN(jacobi_base) macro
1151 __GMP_DECLSPEC int mpn_jacobi_base (mp_limb_t, mp_limb_t, int) ATTRIBUTE_CONST;
H A DChangeLog9515 * mpn/generic/jacbase.c (mpn_jacobi_base)
9687 * mpn/generic/jacbase.c (mpn_jacobi_base): Reorganized the
9711 * mpn/generic/jacbase.c (mpn_jacobi_base): New function, for
12748 * gmp-impl.h (mpn_jacobi_base): Remove parameter names.
22203 measuring of mpn_jacobi_base methods.
24923 * gmp-impl.h, gmp-h.in (mpn_jacobi_base): Move prototype to
27965 * mpz/tests/t-jac.c: Test limbs on mpn_jacobi_base, not just ulongs.
28481 * gmp.h (mpn_jacobi_base, mpn_mod_1_rshift): New defines and
28486 * tune/*: Add measuring for mpn_jacobi_base.