mpz_sgn           797 ext/gmp/gmp.c  	if (mpz_sgn(gmpnum) < 0) {
mpz_sgn          1179 ext/gmp/gmp.c  	if (mpz_sgn(gmpnumber) == 0) {
mpz_sgn          1401 ext/gmp/gmp.c  		if (mpz_sgn(gmpnum_tmp) < 0) {
mpz_sgn          1466 ext/gmp/gmp.c  		if (mpz_sgn(gmpnum_exp) < 0) {
mpz_sgn          1510 ext/gmp/gmp.c  	if (mpz_sgn(gmpnum_a) < 0) {
mpz_sgn          1536 ext/gmp/gmp.c  	if (mpz_sgn(gmpnum_a) < 0) {
mpz_sgn          1571 ext/gmp/gmp.c  	if (nth % 2 == 0 && mpz_sgn(gmpnum_a) < 0) {
mpz_sgn          1603 ext/gmp/gmp.c  	if (nth % 2 == 0 && mpz_sgn(gmpnum_a) < 0) {
mpz_sgn          1772 ext/gmp/gmp.c  	RETVAL_LONG(mpz_sgn(gmpnum_a));