Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dsnprintf.c315 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 Dsnprintf.h90 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 Dspprintf.c232 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 Dformatted_print.c218 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 Dmath.c1103 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 20 milliseconds