Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_math.h23 PHPAPI double _php_math_round(double, int, int);
H A Dmath.c127 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round() function
393 return_val = _php_math_round(return_val, (int)places, (int)mode); in PHP_FUNCTION()
1159 d = _php_math_round(d, dec, PHP_ROUND_HALF_UP); in _php_math_number_format_ex()
H A Darray.c2739 size = (uint32_t)_php_math_round(__calc_size, 0, PHP_ROUND_HALF_UP); \

Completed in 24 milliseconds