Home
last modified time | relevance | path

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

/PHP-8.1/ext/bcmath/tests/
H A Dbcpowmod_zero_modulus.phpt2 bc_raisemod's mod can't be zero
H A Dbcpowmod_negative_exponent.phpt2 bc_raisemod's expo can't be negative
/PHP-8.1/ext/bcmath/libbcmath/src/
H A Draisemod.c42 zend_result bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale) in bc_raisemod() function
H A Dbcmath.h131 int bc_raisemod(bc_num base, bc_num expo, bc_num mo, bc_num *result, int scale);
/PHP-8.1/ext/bcmath/
H A Dbcmath.c463 if (bc_raisemod(first, second, mod, &result, scale) == SUCCESS) { in PHP_FUNCTION()

Completed in 28 milliseconds