Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dsnprintf.c60 static char * __cvt(double value, int ndigit, int *decpt, bool *sign, int fmode, int pad) /* {{{ */ in __cvt() function
121 return(__cvt(value, ndigit, decpt, sign, 0, 1)); in php_ecvt()
127 return(__cvt(value, ndigit, decpt, sign, 1, 1)); in php_fcvt()

Completed in 13 milliseconds