Home
last modified time | relevance | path

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

/PHP-5.5/ext/gmp/
H A Dgmp.c1044 mpz_t *gmpnum_base, *gmpnum_exp, *gmpnum_mod, *gmpnum_result; local
1057 FETCH_GMP_ZVAL(gmpnum_exp, exp_arg, temp_exp);
1058 if (mpz_sgn(*gmpnum_exp) < 0) {
1078 mpz_powm(*gmpnum_result, *gmpnum_base, *gmpnum_exp, *gmpnum_mod);

Completed in 11 milliseconds