Searched defs:neg (Results 1 - 10 of 10) sorted by relevance
| /PHP_5_4/ext/bcmath/libbcmath/src/ |
| H A D | int2num.c | 52 char neg = 0; local 57 neg = 1; 77 if (neg) (*num)->n_sign = MINUS;
|
| H A D | raise.c | 54 char neg; local 74 neg = TRUE; 80 neg = FALSE; 110 if (neg)
|
| /PHP_5_4/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 13383 int Y, M, D, neg; local 13387 neg = 1; 13389 neg = 0; 13405 p->Y = neg ? -Y : Y; 20988 int neg = 0; /* assume positive */ local 20997 neg = 1; 21010 }else if( neg ){ 21041 return neg ? 0 : 2; 21057 int neg = 0; local 21059 neg [all...] |
| /PHP_5_4/win32/ |
| H A D | strtoi64.c | 13 int neg, any; local 26 neg = 1; 29 neg = 0; 98 || (neg && (val > acc || (val -= c) > acc)) /* underflow */ 111 acc = neg ? INT64_MIN : INT64_MAX;
|
| /PHP_5_4/ext/intl/collator/ |
| H A D | collator_is_numeric.c | 137 register int neg = 0, any, cutlim; local 156 neg = 1; 180 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated 187 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; 211 acc = neg ? LONG_MIN : LONG_MAX; 213 } else if (neg)
|
| /PHP_5_4/ext/mbstring/oniguruma/ |
| H A D | regparse.c | 4064 int r, neg, len, fetched, and_start; local 4079 neg = 1; 4083 neg = 0; 4354 if (neg != 0) 4508 int neg = 0; local 4516 case '-': neg = 1; break; 4517 case 'x': ONOFF(option, ONIG_OPTION_EXTEND, neg); break; 4518 case 'i': ONOFF(option, ONIG_OPTION_IGNORECASE, neg); break; 4521 ONOFF(option, ONIG_OPTION_MULTILINE, neg); 4529 ONOFF(option, ONIG_OPTION_SINGLELINE, (neg [all...] |
| /PHP_5_4/ext/mbstring/ucgendat/ |
| H A D | ucgendat.c | 823 short wnum, neg, number[2], compat; local 1060 for (e = s, neg = wnum = 0; *e && *e != ';'; e++) { 1062 neg = 1; 1070 if (neg) 1072 neg = 0;
|
| /PHP_5_4/ext/standard/ |
| H A D | formatted_print.c | 71 int alignment, int len, int neg, int expprec, int always_sign) 106 if ((neg || always_sign) && padding=='0') { 107 (*buffer)[(*pos)++] = (neg) ? '-' : '+'; 135 register unsigned int i = NUM_BUF_SIZE - 1, neg = 0; local 140 neg = 1; 158 if (neg) { 167 neg, 0, always_sign); 69 php_sprintf_appendstring(char **buffer, int *pos, int *size, char *add, int min_width, int max_width, char padding, int alignment, int len, int neg, int expprec, int always_sign) argument
|
| H A D | var_unserializer.c | 213 int neg = 0; local 217 neg++; 233 if (neg) return -result;
|
| /PHP_5_4/ext/mysqlnd/ |
| H A D | mysqlnd_ps_codec.c | 45 zend_bool neg; member in struct:st_mysqlnd_time 241 t.neg = (zend_bool) to[0]; 261 length = mnd_sprintf(&value, 0, "%s%02u:%02u:%02u", (t.neg ? "-" : ""), t.hour, t.minute, t.second); 294 t.neg= 0; 341 t.neg = 0;
|
Completed in 138 milliseconds