Home
last modified time | relevance | path

Searched refs:JACOBI_S0 (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dkronsz.c60 return JACOBI_S0 (a); /* (a/0) */ in mpz_si_kronecker()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h3995 #define JACOBI_S0(a) (((a) == 1) | ((a) == -1)) macro