Searched refs:_php_math_round (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | php_math.h | 21 PHPAPI double _php_math_round(double value, int places, int mode);
|
H A D | math.c | 126 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round() function 303 return_val = _php_math_round(return_val, (int)places, (int)mode); in PHP_FUNCTION() 1030 d = _php_math_round(d, dec, PHP_ROUND_HALF_UP); in _php_math_number_format_ex()
|
H A D | array.c | 2694 size = (uint32_t)_php_math_round(__calc_size, 0, PHP_ROUND_HALF_UP); \
|
Completed in 20 milliseconds