Searched refs:is_negative (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/main/ |
H A D | snprintf.c | 320 register bool_int * is_negative, char *buf_end, register int *len) in ap_php_conv_10() argument 327 *is_negative = FALSE; in ap_php_conv_10() 329 *is_negative = (num < 0); in ap_php_conv_10() 340 if (*is_negative) { in ap_php_conv_10() 389 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp() 400 *is_negative = FALSE; in php_conv_fp() 630 bool_int is_negative; in format_converter() local 877 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter() 882 if (is_negative) { in format_converter() 1021 &is_negative, &num_buf[1], &s_len); in format_converter() [all …]
|
H A D | snprintf.h | 90 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, int *len); 156 register bool_int * is_negative, char *buf_end, register int *len);
|
H A D | spprintf.c | 241 bool_int is_negative; in xbuf_format_converter() local 485 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in xbuf_format_converter() 490 if (is_negative) in xbuf_format_converter() 631 &is_negative, &num_buf[1], &s_len); in xbuf_format_converter() 632 if (is_negative) in xbuf_format_converter()
|
/PHP-5.6/ext/standard/ |
H A D | formatted_print.c | 220 int s_len = 0, is_negative = 0; in php_sprintf_appenddouble() local 239 is_negative = (number<0); in php_sprintf_appenddouble() 241 alignment, 3, is_negative, 0, always_sign); in php_sprintf_appenddouble() 246 is_negative = (number<0); in php_sprintf_appenddouble() 248 alignment, 3, is_negative, 0, always_sign); in php_sprintf_appenddouble() 266 &is_negative, &num_buf[1], &s_len); in php_sprintf_appenddouble() 267 if (is_negative) { in php_sprintf_appenddouble() 293 is_negative = 0; in php_sprintf_appenddouble() 295 is_negative = 1; in php_sprintf_appenddouble() 307 alignment, s_len, is_negative, 0, always_sign); in php_sprintf_appenddouble()
|
H A D | math.c | 1088 int is_negative=0; in _php_math_number_format_ex_len() local 1091 is_negative = 1; in _php_math_number_format_ex_len() 1147 if (is_negative) { in _php_math_number_format_ex_len() 1194 if (is_negative) { in _php_math_number_format_ex_len()
|
Completed in 26 milliseconds