| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| jacbase.c | 0 /* mpn_jacobi_base -- limb/limb Jacobi symbol with restricted arguments. 138 mpn_jacobi_base (mp_limb_t a, mp_limb_t b, int result_bit1) function 188 mpn_jacobi_base (mp_limb_t a, mp_limb_t b, int bit) function
|
| jacobi_2.c | 169 return mpn_jacobi_base (2*al+1, 2*bl+1, bit << 1); 347 return mpn_jacobi_base (al, bl, bit);
|
| jacobi.c | 285 return mpn_jacobi_base (al, bl, bits << 1);
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| kronuz.c | 128 return mpn_jacobi_base (b_rem, (mp_limb_t) a, result_bit1);
|
| kronzs.c | 91 return mpn_jacobi_base (a_rem, b_limb, result_bit1);
|
| kronzu.c | 87 return mpn_jacobi_base (a_rem, (mp_limb_t) b, result_bit1);
|
| kronsz.c | 136 return mpn_jacobi_base (b_rem, a_limb, result_bit1);
|
| jacobi.c | 169 return mpn_jacobi_base (alow, blow, result_bit1);
|
| stronglucas.c | 145 while (mpn_jacobi_base (tl, D, jac_bit1) == 1);
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-jac.c | 87 got = mpn_jacobi_base (a, b, 0); 90 printf (LL("mpn_jacobi_base (%lu, %lu) is %d should be %d\n", 91 "mpn_jacobi_base (%llu, %llu) is %d should be %d\n"),
|
| /src/external/lgpl3/gmp/dist/tune/ |
| common.c | 1780 SPEED_ROUTINE_MPN_JACBASE (mpn_jacobi_base);
|
| /src/external/lgpl3/gmp/dist/ |
| gmp-impl.h | 1150 #define mpn_jacobi_base __MPN(jacobi_base) macro 1151 __GMP_DECLSPEC int mpn_jacobi_base (mp_limb_t, mp_limb_t, int) ATTRIBUTE_CONST; 3989 JACOBI_TWOS_U_BIT1 and JACOBI_RECIP_UU_BIT1 are used in mpn_jacobi_base
|