Searched defs:decpt (Results 1 – 2 of 2) sorted by relevance
/php-src/main/ |
H A D | snprintf.c | 62 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-src/Zend/ |
H A D | zend_strtod.c | 1794 CONST unsigned char *decpt, *s0, *s, *s1; local 3703 ZEND_API char *zend_dtoa(double dd, int mode, int ndigits, int *decpt, bool *sign, char **rve) in zend_dtoa() 4512 int i, decpt; in zend_gcvt() local
|
Completed in 31 milliseconds