Searched refs:is_negative (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | formatted_print.c | 215 int s_len = 0, is_negative = 0; local 230 is_negative = (number<0); 232 alignment, 3, is_negative, 0, always_sign); 237 is_negative = (number<0); 239 alignment, 3, is_negative, 0, always_sign); 253 &is_negative, &num_buf[1], &s_len); 254 if (is_negative) { 276 is_negative = 0; 278 is_negative = 1; 290 alignment, s_len, is_negative, [all...] |
| H A D | math.c | 1110 int is_negative=0; local 1113 is_negative = 1; 1161 if (is_negative) { 1208 if (is_negative) {
|
| /PHP_TRUNK/main/ |
| H A D | snprintf.c | 306 * - is_negative is set to TRUE or FALSE depending on the sign 315 register bool_int * is_negative, char *buf_end, register int *len) 322 *is_negative = FALSE; 324 *is_negative = (num < 0); 335 if (*is_negative) { 368 * The sign is returned in the is_negative argument (and is not placed 373 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, int *len) 384 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); 386 p_orig = p = php_ecvt(num, precision + 1, &decimal_point, is_negative); 395 *is_negative 314 ap_php_conv_10(register wide_int num, register bool_int is_unsigned, register bool_int * is_negative, char *buf_end, register int *len) argument 372 php_conv_fp(register char format, register double num, boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, int *len) argument 621 bool_int is_negative; local [all...] |
| H A D | snprintf.h | 90 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 D | spprintf.c | 232 bool_int is_negative; local 476 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, 481 if (is_negative) 618 &is_negative, &num_buf[1], &s_len); 619 if (is_negative)
|
Completed in 7 milliseconds