Searched refs:is_negative (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/main/ |
H A D | snprintf.c | 315 register bool_int * is_negative, char *buf_end, register int *len) in ap_php_conv_10() argument 322 *is_negative = FALSE; in ap_php_conv_10() 324 *is_negative = (num < 0); in ap_php_conv_10() 335 if (*is_negative) { in ap_php_conv_10() 384 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp() 395 *is_negative = FALSE; in php_conv_fp() 621 bool_int is_negative; in format_converter() local 868 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter() 873 if (is_negative) { in format_converter() 1008 &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 | 232 bool_int is_negative; in xbuf_format_converter() local 476 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in xbuf_format_converter() 481 if (is_negative) in xbuf_format_converter() 618 &is_negative, &num_buf[1], &s_len); in xbuf_format_converter() 619 if (is_negative) in xbuf_format_converter()
|
/PHP-5.3/ext/standard/ |
H A D | formatted_print.c | 218 int s_len = 0, is_negative = 0; in php_sprintf_appenddouble() local 233 is_negative = (number<0); in php_sprintf_appenddouble() 235 alignment, 3, is_negative, 0, always_sign); in php_sprintf_appenddouble() 240 is_negative = (number<0); in php_sprintf_appenddouble() 242 alignment, 3, is_negative, 0, always_sign); in php_sprintf_appenddouble() 256 &is_negative, &num_buf[1], &s_len); in php_sprintf_appenddouble() 257 if (is_negative) { in php_sprintf_appenddouble() 279 is_negative = 0; in php_sprintf_appenddouble() 281 is_negative = 1; in php_sprintf_appenddouble() 293 alignment, s_len, is_negative, 0, always_sign); in php_sprintf_appenddouble()
|
H A D | math.c | 1103 int is_negative=0; in _php_math_number_format() local 1106 is_negative = 1; in _php_math_number_format() 1150 if (is_negative) { in _php_math_number_format() 1195 if (is_negative) { in _php_math_number_format()
|
Completed in 24 milliseconds