Home
last modified time | relevance | path

Searched refs:precision_places (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.6/ext/standard/
H A Dmath.c142 int precision_places; in _php_math_round() local
149 precision_places = 14 - php_intlog10abs(value); in _php_math_round()
156 if (precision_places > places && precision_places - places < 15) { in _php_math_round()
157 int64_t use_precision = precision_places < INT_MIN+1 ? INT_MIN+1 : precision_places; in _php_math_round()
169 use_precision = places - precision_places; in _php_math_round()

Completed in 11 milliseconds