Home
last modified time | relevance | path

Searched refs:dec_point (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/standard/
H A Dphp_math.h22 PHPAPI zend_string *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep);
23 PHPAPI zend_string *_php_math_number_format_ex(double d, int dec, const char *dec_point, size_t dec…
24 …*_php_math_number_format_long(zend_long num, zend_long dec, const char *dec_point, size_t dec_poin…
H A Dmath.c1066 return _php_math_number_format_ex(d, dec, &dec_point, 1, &thousand_sep, 1); in _php_math_number_format()
1125 if (dec_point) { in _php_math_number_format_ex()
1161 if (dec_point) { in _php_math_number_format_ex()
1163 memcpy(t + 1, dec_point, dec_point_len); in _php_math_number_format_ex()
1259 if (dec_point) { in _php_math_number_format_long()
1280 if (dec_point) { in _php_math_number_format_long()
1282 memcpy(t + 1, dec_point, dec_point_len); in _php_math_number_format_long()
1311 char *thousand_sep = NULL, *dec_point = NULL; in PHP_FUNCTION() local
1318 Z_PARAM_STRING_OR_NULL(dec_point, dec_point_len) in PHP_FUNCTION()
1322 if (dec_point == NULL) { in PHP_FUNCTION()
[all …]
/php-src/main/
H A Dsnprintf.h78 PHPAPI char * php_0cvt(double value, int ndigit, char dec_point, char exponent, char *buf);
80 bool add_dp, int precision, char dec_point, bool * is_negative, char *buf, size_t *len);
H A Dsnprintf.c272 bool add_dp, int precision, char dec_point, bool * is_negative, char *buf, size_t *len) in php_conv_fp() argument
303 *s++ = dec_point; in php_conv_fp()
308 *s++ = dec_point; in php_conv_fp()
321 *s++ = dec_point; in php_conv_fp()
/php-src/Zend/
H A Dzend_strtod.h28 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf);
H A Dzend_strtod.c4510 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) in zend_gcvt() argument
4546 *dst++ = dec_point; in zend_gcvt()
4576 *dst++ = dec_point; in zend_gcvt()
4598 *dst++ = dec_point; in zend_gcvt()

Completed in 27 milliseconds