Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dsnprintf.c60 static char * __cvt(double value, int ndigit, int *decpt, int *sign, int fmode, int pad) /* {{{ */ in __cvt()
119 static inline char *php_ecvt(double value, int ndigit, int *decpt, int *sign) /* {{{ */ in php_ecvt()
125 static inline char *php_fcvt(double value, int ndigit, int *decpt, int *sign) /* {{{ */ in php_fcvt()
131 PHPAPI char *php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) /* {{{ */ in php_gcvt()

Completed in 8 milliseconds