Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dsnprintf.c317 register bool_int * is_negative, char *buf_end, register size_t *len) in ap_php_conv_10() argument
324 *is_negative = FALSE; in ap_php_conv_10()
326 *is_negative = (num < 0); in ap_php_conv_10()
337 if (*is_negative) { in ap_php_conv_10()
386 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp()
397 *is_negative = FALSE; in php_conv_fp()
626 bool_int is_negative; in format_converter() local
884 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter()
889 if (is_negative) { in format_converter()
1032 &is_negative, &num_buf[1], &s_len); in format_converter()
[all …]
H A Dsnprintf.h88 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, size_t *len);
148 bool_int * is_negative, char *buf_end, size_t *len);
H A Dspprintf.c229 bool_int is_negative; in xbuf_format_converter() local
490 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in xbuf_format_converter()
495 if (is_negative) in xbuf_format_converter()
640 &is_negative, &num_buf[1], &s_len); in xbuf_format_converter()
641 if (is_negative) in xbuf_format_converter()
/PHP-7.4/ext/standard/
H A Dformatted_print.c230 int is_negative = 0; in php_sprintf_appenddouble() local
247 is_negative = (number<0); in php_sprintf_appenddouble()
249 alignment, 3, is_negative, 0, always_sign); in php_sprintf_appenddouble()
254 is_negative = (number<0); in php_sprintf_appenddouble()
256 alignment, 3, is_negative, 0, always_sign); in php_sprintf_appenddouble()
272 &is_negative, &num_buf[1], &s_len); in php_sprintf_appenddouble()
273 if (is_negative) { in php_sprintf_appenddouble()
297 is_negative = 0; in php_sprintf_appenddouble()
299 is_negative = 1; in php_sprintf_appenddouble()
311 alignment, s_len, is_negative, 0, always_sign); in php_sprintf_appenddouble()
H A Dmath.c1151 int is_negative=0; in _php_math_number_format_ex() local
1154 is_negative = 1; in _php_math_number_format_ex()
1168 if (is_negative && d == 0) { in _php_math_number_format_ex()
1169 is_negative = 0; in _php_math_number_format_ex()
1203 if (is_negative) { in _php_math_number_format_ex()
1250 if (is_negative) { in _php_math_number_format_ex()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_convert.c581 BOOL is_negative = FALSE; in convert_glob_parse_range() local
608 is_negative = TRUE; in convert_glob_parse_range()
651 if (!is_negative && !no_wildsep && separator_seen) in convert_glob_parse_range()
681 if (!is_negative && in convert_glob_parse_range()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c164 bool_int is_negative; in format_converter() local
411 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter()
416 if (is_negative) { in format_converter()
624 &is_negative, &num_buf[1], &s_len); in format_converter()
625 if (is_negative) in format_converter()

Completed in 41 milliseconds