Home
last modified time | relevance | path

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

/php-src/ext/gmp/
H A Dgmp.stub.php89 function gmp_div_qr(GMP|int|string $num1, GMP|int|string $num2, int $rounding_mode = GMP_ROUND_ZERO… argument
91 function gmp_div_q(GMP|int|string $num1, GMP|int|string $num2, int $rounding_mode = GMP_ROUND_ZERO)… argument
93 function gmp_div_r(GMP|int|string $num1, GMP|int|string $num2, int $rounding_mode = GMP_ROUND_ZERO)… argument
96 function gmp_div(GMP|int|string $num1, GMP|int|string $num2, int $rounding_mode = GMP_ROUND_ZERO): … argument
H A Dgmp_arginfo.h42 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, rounding_mode, IS_LONG, 0, "GMP_ROUND_ZERO")
48 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, rounding_mode, IS_LONG, 0, "GMP_ROUND_ZERO")
/php-src/ext/gmp/tests/
H A Dgmp_div_q.phpt54 gmp_div_q(): Argument #3 ($rounding_mode) must be one of GMP_ROUND_ZERO, GMP_ROUND_PLUSINF, or GMP_…
H A Dgmp_div_r.phpt54 gmp_div_r(): Argument #3 ($rounding_mode) must be one of GMP_ROUND_ZERO, GMP_ROUND_PLUSINF, or GMP_…
H A Dgmp_div_qr.phpt77 gmp_div_qr(): Argument #3 ($rounding_mode) must be one of GMP_ROUND_ZERO, GMP_ROUND_PLUSINF, or GMP…
/php-src/ext/bcmath/
H A Dbcmath.c1771 zend_long rounding_mode = PHP_ROUND_HALF_UP; in PHP_METHOD() local
1781 rounding_mode = php_math_round_mode_from_enum(mode_object); in PHP_METHOD()
1784 switch (rounding_mode) { in PHP_METHOD()
1802 bc_round(intern->num, precision, rounding_mode, &ret); in PHP_METHOD()

Completed in 26 milliseconds