Searched defs:places (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/standard/ |
H A D | math.c | 52 …nd_always_inline double php_round_get_basic_edge_case(double integral, double exponent, int places) in php_round_get_basic_edge_case() 59 …end_always_inline double php_round_get_zero_edge_case(double integral, double exponent, int places) in php_round_get_zero_edge_case() 68 static inline double php_round_helper(double integral, double value, double exponent, int places, i… in php_round_helper() 167 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round() 337 int places = 0; in PHP_FUNCTION() local
|
Completed in 7 milliseconds