Searched defs:dec_point (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/standard/ |
H A D | math.c | 1098 PHPAPI zend_string *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep) in _php_math_number_format() 1103 PHPAPI zend_string *_php_math_number_format_ex(double d, int dec, const char *dec_point, in _php_math_number_format_ex() 1221 …PAPI zend_string *_php_math_number_format_long(zend_long num, zend_long dec, const char *dec_point, in _php_math_number_format_long() 1345 char *thousand_sep = NULL, *dec_point = NULL; in PHP_FUNCTION() local
|
/php-src/main/ |
H A D | snprintf.c | 272 bool add_dp, int precision, char dec_point, bool * is_negative, char *buf, size_t *len) in php_conv_fp()
|
/php-src/Zend/ |
H A D | zend_strtod.c | 4509 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) in zend_gcvt()
|
Completed in 17 milliseconds