Lines Matching refs:is_negative
214 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()
272 bool add_dp, int precision, char dec_point, bool * is_negative, char *buf, size_t *len) in php_conv_fp() argument
283 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp()
285 p_orig = p = php_ecvt(num, precision + 1, &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()
889 if (is_negative) in format_converter()