Home
last modified time | relevance | path

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

/PHP-7.2/ext/gmp/
H A Dgmp.c1422 mpz_ptr gmpnum_base, gmpnum_exp, gmpnum_mod, gmpnum_result; in ZEND_FUNCTION() local
1436 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base); in ZEND_FUNCTION()
1437 if (mpz_sgn(gmpnum_exp) < 0) { in ZEND_FUNCTION()
1458 mpz_powm(gmpnum_result, gmpnum_base, gmpnum_exp, gmpnum_mod); in ZEND_FUNCTION()

Completed in 17 milliseconds