Home
last modified time | relevance | path

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

/PHP-7.3/ext/gmp/
H A Dgmp.c1463 mpz_ptr gmpnum_base, gmpnum_exp, gmpnum_mod, gmpnum_result; in ZEND_FUNCTION() local
1477 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base); in ZEND_FUNCTION()
1478 if (mpz_sgn(gmpnum_exp) < 0) { in ZEND_FUNCTION()
1499 mpz_powm(gmpnum_result, gmpnum_base, gmpnum_exp, gmpnum_mod); in ZEND_FUNCTION()

Completed in 13 milliseconds