Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds