Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dsnprintf.c130 static inline char *php_ecvt(double value, int ndigit, int *decpt, int *sign) /* {{{ */ in php_ecvt() function
391 p_orig = p = php_ecvt(num, precision + 1, &decimal_point, is_negative); in php_conv_fp()

Completed in 13 milliseconds