Home
last modified time | relevance | path

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

/php-src/ext/gmp/
H A Dgmp.c1303 mpz_ptr gmpnum_base, gmpnum_exp, gmpnum_mod, gmpnum_result; in ZEND_FUNCTION() local
1317 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base, 2); in ZEND_FUNCTION()
1318 if (mpz_sgn(gmpnum_exp) < 0) { in ZEND_FUNCTION()
1339 mpz_powm(gmpnum_result, gmpnum_base, gmpnum_exp, gmpnum_mod); in ZEND_FUNCTION()

Completed in 9 milliseconds