Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dsnprintf.c62 static char * __cvt(double value, int ndigit, int *decpt, bool *sign, int fmode, int pad) /* {{{ */ in __cvt()
121 static inline char *php_ecvt(double value, int ndigit, int *decpt, bool *sign) /* {{{ */ in php_ecvt()
127 static inline char *php_fcvt(double value, int ndigit, int *decpt, bool *sign) /* {{{ */ in php_fcvt()
/PHP-8.2/Zend/
H A Dzend_strtod.c4510 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) in zend_gcvt()

Completed in 28 milliseconds