Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dmath.c1095 PHPAPI char *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep) 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()
1221 PHPAPI char *_php_math_number_format_ex(double d, int dec, char *dec_point, in _php_math_number_format_ex()
1235 char *thousand_sep = NULL, *dec_point = NULL; in PHP_FUNCTION() local
/PHP-5.5/main/
H A Dsnprintf.c142 PHPAPI char *php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) /* {{{ */ 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()

Completed in 17 milliseconds