Home
last modified time | relevance | path

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

/PHP-8.3/main/
H A Dsnprintf.c214 bool * is_negative, char *buf_end, size_t *len) in ap_php_conv_10() argument
221 *is_negative = false; in ap_php_conv_10()
223 *is_negative = (num < 0); in ap_php_conv_10()
234 if (*is_negative) { in ap_php_conv_10()
283 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp()
294 *is_negative = false; in php_conv_fp()
513 bool is_negative; in format_converter() local
747 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter()
752 if (is_negative) { in format_converter()
888 &is_negative, &num_buf[1], &s_len); in format_converter()
[all …]
H A Dsnprintf.h80 bool add_dp, int precision, char dec_point, bool * is_negative, char *buf, size_t *len);
131 bool * is_negative, char *buf_end, size_t *len);
H A Dspprintf.c216 bool is_negative; in xbuf_format_converter() local
447 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in xbuf_format_converter()
452 if (is_negative) in xbuf_format_converter()
590 &is_negative, &num_buf[1], &s_len); in xbuf_format_converter()
591 if (is_negative) in xbuf_format_converter()
/PHP-8.3/ext/standard/
H A Dformatted_print.c228 bool is_negative = false; in php_sprintf_appenddouble() local
245 is_negative = (number<0); in php_sprintf_appenddouble()
247 alignment, 3, is_negative, 0, always_sign); in php_sprintf_appenddouble()
252 is_negative = (number<0); in php_sprintf_appenddouble()
254 alignment, 3, is_negative, 0, always_sign); in php_sprintf_appenddouble()
270 &is_negative, &num_buf[1], &s_len); in php_sprintf_appenddouble()
271 if (is_negative) { in php_sprintf_appenddouble()
303 is_negative = 0; in php_sprintf_appenddouble()
305 is_negative = 1; in php_sprintf_appenddouble()
318 alignment, s_len, is_negative, 0, always_sign); in php_sprintf_appenddouble()
H A Dmath.c1021 int is_negative = 0; in _php_math_number_format_ex() local
1024 is_negative = 1; in _php_math_number_format_ex()
1038 if (is_negative && d == 0) { in _php_math_number_format_ex()
1039 is_negative = 0; in _php_math_number_format_ex()
1073 if (is_negative) { in _php_math_number_format_ex()
1120 if (is_negative) { in _php_math_number_format_ex()
1143 int is_negative = 0; in _php_math_number_format_long() local
1158 is_negative = 1; in _php_math_number_format_long()
1184 is_negative = 0; in _php_math_number_format_long()
1196 reslen += is_negative; in _php_math_number_format_long()
[all …]
/PHP-8.3/Zend/
H A Dzend_ini.c642 bool is_negative = false; in zend_ini_parse_quantity_internal() local
646 is_negative = true; in zend_ini_parse_quantity_internal()
732 if (is_negative) { in zend_ini_parse_quantity_internal()
742 if (is_negative && retval == ((zend_ulong)ZEND_LONG_MAX +1)) { in zend_ini_parse_quantity_internal()
746 } else if (is_negative) { in zend_ini_parse_quantity_internal()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_convert.c580 BOOL is_negative = FALSE; in convert_glob_parse_range() local
607 is_negative = TRUE; in convert_glob_parse_range()
650 if (!is_negative && !no_wildsep && separator_seen) in convert_glob_parse_range()
680 if (!is_negative && in convert_glob_parse_range()
/PHP-8.3/ext/date/lib/
H A Dparse_date.re1241 bool is_negative;
1249 is_negative = *(ptr + 1) == '-';
1256 if (is_negative) {
H A Dparse_date.c7784 bool is_negative; in scan() local
7792 is_negative = *(ptr + 1) == '-'; in scan()
7799 if (is_negative) { in scan()

Completed in 74 milliseconds