Home
last modified time | relevance | path

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

/php-src/ext/gmp/
H A Dgmp.c1806 mpz_ptr gmpnum_max, gmpnum_result; in ZEND_FUNCTION() local
1816 FETCH_GMP_ZVAL(gmpnum_max, max_arg, temp_a, 2); in ZEND_FUNCTION()
1819 if (mpz_cmp_ui(gmpnum_max, Z_LVAL_P(min_arg)) <= 0) { in ZEND_FUNCTION()
1829 mpz_sub_ui(gmpnum_range, gmpnum_max, Z_LVAL_P(min_arg) - 1); in ZEND_FUNCTION()
1831 mpz_add_ui(gmpnum_range, gmpnum_max, 1); in ZEND_FUNCTION()
1847 if (mpz_cmp(gmpnum_max, gmpnum_min) <= 0) { in ZEND_FUNCTION()
1857 mpz_sub(gmpnum_range, gmpnum_max, gmpnum_min); in ZEND_FUNCTION()

Completed in 9 milliseconds