Lines Matching refs:is_negative
320 register bool_int * is_negative, char *buf_end, register size_t *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()
378 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, size_t *len) in php_conv_fp() argument
389 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp()
391 p_orig = p = php_ecvt(num, precision + 1, &decimal_point, is_negative); in php_conv_fp()
400 *is_negative = FALSE; in php_conv_fp()
631 bool_int is_negative; in format_converter() local
889 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter()
894 if (is_negative) { in format_converter()
1039 &is_negative, &num_buf[1], &s_len); in format_converter()
1040 if (is_negative) in format_converter()