Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dmath.c1097 return _php_math_number_format_ex(d, dec, &dec_point, 1, &thousand_sep, 1); in _php_math_number_format()
1100 static char *_php_math_number_format_ex_len(double d, int dec, char *dec_point, in _php_math_number_format_ex_len() argument
1155 if (dec_point) { in _php_math_number_format_ex_len()
1191 if (dec_point) { in _php_math_number_format_ex_len()
1193 memcpy(t + 1, dec_point, dec_point_len); in _php_math_number_format_ex_len()
1221 PHPAPI char *_php_math_number_format_ex(double d, int dec, char *dec_point, in _php_math_number_format_ex() argument
1224 return _php_math_number_format_ex_len(d, dec, dec_point, dec_point_len, in _php_math_number_format_ex()
1235 char *thousand_sep = NULL, *dec_point = NULL; in PHP_FUNCTION() local
1251 if (dec_point == NULL) { in PHP_FUNCTION()
1252 dec_point = &dec_point_chr; in PHP_FUNCTION()
[all …]
/PHP-5.5/main/
H A Dsnprintf.h88 PHPAPI char * php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf);
90 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, int *len);
H A Dsnprintf.c142 PHPAPI char *php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) /* {{{ */ in php_gcvt() argument
173 *dst++ = dec_point; in php_gcvt()
203 *dst++ = dec_point; in php_gcvt()
225 *dst++ = dec_point; in php_gcvt()
378 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, int *len) in php_conv_fp() argument
409 *s++ = dec_point; in php_conv_fp()
414 *s++ = dec_point; in php_conv_fp()
427 *s++ = dec_point; in php_conv_fp()
/PHP-5.5/ext/standard/tests/strings/
H A Dnumber_format_error.phpt6 …* string number_format ( float $number , int $decimals , string $dec_point , string …
H A Dnumber_format_basic.phpt6 …* string number_format ( float $number , int $decimals , string $dec_point , string …

Completed in 21 milliseconds