nth                95 ext/gmp/gmp.c  	ZEND_ARG_INFO(0, nth)
nth              1556 ext/gmp/gmp.c  	long nth;
nth              1560 ext/gmp/gmp.c  	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zl", &a_arg, &nth) == FAILURE) {
nth              1564 ext/gmp/gmp.c  	if (nth <= 0) {
nth              1571 ext/gmp/gmp.c  	if (nth % 2 == 0 && mpz_sgn(gmpnum_a) < 0) {
nth              1578 ext/gmp/gmp.c  	mpz_root(gmpnum_result, gmpnum_a, (unsigned long) nth);
nth              1588 ext/gmp/gmp.c  	long nth;
nth              1592 ext/gmp/gmp.c  	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zl", &a_arg, &nth) == FAILURE) {
nth              1596 ext/gmp/gmp.c  	if (nth <= 0) {
nth              1603 ext/gmp/gmp.c  	if (nth % 2 == 0 && mpz_sgn(gmpnum_a) < 0) {
nth              1616 ext/gmp/gmp.c  	mpz_rootrem(gmpnum_result1, gmpnum_result2, gmpnum_a, (unsigned long) nth);
nth              1618 ext/gmp/gmp.c  	mpz_root(gmpnum_result1, gmpnum_a, (unsigned long) nth);
nth              1619 ext/gmp/gmp.c  	mpz_pow_ui(gmpnum_result2, gmpnum_result1, (unsigned long) nth);