Home
last modified time | relevance | path

Searched defs:places (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/standard/
H A Dmath.c49 …nd_always_inline double php_round_get_basic_edge_case(double integral, double exponent, int places) in php_round_get_basic_edge_case()
56 …end_always_inline double php_round_get_zero_edge_case(double integral, double exponent, int places) in php_round_get_zero_edge_case()
65 static inline double php_round_helper(double integral, double value, double exponent, int places, i… in php_round_helper()
164 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round()
308 int places = 0; in PHP_FUNCTION() local

Completed in 8 milliseconds