mpz_sgn           756 ext/gmp/gmp.c  	if (mpz_sgn(gmpnum) < 0) {
mpz_sgn          1142 ext/gmp/gmp.c  	if (mpz_sgn(gmpnumber) == 0) {
mpz_sgn          1359 ext/gmp/gmp.c  		if (mpz_sgn(gmpnum_tmp) < 0) {
mpz_sgn          1424 ext/gmp/gmp.c  		if (mpz_sgn(gmpnum_exp) < 0) {
mpz_sgn          1468 ext/gmp/gmp.c  	if (mpz_sgn(gmpnum_a) < 0) {
mpz_sgn          1495 ext/gmp/gmp.c  	if (mpz_sgn(gmpnum_a) < 0) {
mpz_sgn          1533 ext/gmp/gmp.c  	if (nth % 2 == 0 && mpz_sgn(gmpnum_a) < 0) {
mpz_sgn          1566 ext/gmp/gmp.c  	if (nth % 2 == 0 && mpz_sgn(gmpnum_a) < 0) {
mpz_sgn          1743 ext/gmp/gmp.c  	RETVAL_LONG(mpz_sgn(gmpnum_a));