Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmath.c81 static inline double php_intpow10(int power) { in php_intpow10() function
139 f1 = php_intpow10(abs(places)); in _php_math_round()
147 f2 = php_intpow10(abs((int)use_precision)); in _php_math_round()
160 f2 = php_intpow10(abs((int)use_precision)); in _php_math_round()

Completed in 16 milliseconds