Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_math.h21 PHPAPI double _php_math_round(double value, int places, int mode);
H A Dmath.c164 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round() function
351 RETURN_DOUBLE(_php_math_round(zval_get_double(value), (int)places, (int)mode)); in PHP_FUNCTION()
1086 d = _php_math_round(d, dec, PHP_ROUND_HALF_UP); in _php_math_number_format_ex()
H A Darray.c2874 size = (uint32_t)_php_math_round(__calc_size, 0, PHP_ROUND_HALF_UP); \

Completed in 36 milliseconds