Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dmath.c1114 PHPAPI zend_string *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep) in _php_math_number_format()
1119 PHPAPI zend_string *_php_math_number_format_ex(double d, int dec, char *dec_point, in _php_math_number_format_ex()
1238 char *thousand_sep = NULL, *dec_point = NULL; in PHP_FUNCTION() local
/PHP-7.0/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, size_t *len) in php_conv_fp()
/PHP-7.0/ext/wddx/
H A Dwddx.c423 char tmp_buf[WDDX_BUF_LEN], *dec_point; in php_wddx_serialize_number() local

Completed in 19 milliseconds