Home
last modified time | relevance | path

Searched refs:neg (Results 1 – 25 of 30) sorted by relevance

12

/PHP-5.5/win32/
H A Dstrtoi64.c13 int neg, any; in _strtoi64() local
26 neg = 1; in _strtoi64()
29 neg = 0; in _strtoi64()
98 || (neg && (val > acc || (val -= c) > acc)) /* underflow */ in _strtoi64()
111 acc = neg ? INT64_MIN : INT64_MAX; in _strtoi64()
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dint2num.c52 char neg = 0; local
57 neg = 1;
77 if (neg) (*num)->n_sign = MINUS;
H A Draise.c54 char neg; in bc_raise() local
74 neg = TRUE; in bc_raise()
80 neg = FALSE; in bc_raise()
110 if (neg) in bc_raise()
H A DMakefile.am8 init.c int2num.c nearzero.c neg.c num2long.c num2str.c output.c \
/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.c137 register int neg = 0, any, cutlim; local
156 neg = 1;
187 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
211 acc = neg ? LONG_MIN : LONG_MAX;
213 } else if (neg)
/PHP-5.5/ext/standard/
H A Dformatted_print.c76 int alignment, int len, int neg, int expprec, int always_sign) in php_sprintf_appendstring() argument
111 if ((neg || always_sign) && padding=='0') { in php_sprintf_appendstring()
112 (*buffer)[(*pos)++] = (neg) ? '-' : '+'; in php_sprintf_appendstring()
140 register unsigned int i = NUM_BUF_SIZE - 1, neg = 0; in php_sprintf_appendint() local
145 neg = 1; in php_sprintf_appendint()
163 if (neg) { in php_sprintf_appendint()
172 neg, 0, always_sign); in php_sprintf_appendint()
H A Dvar_unserializer.c254 int neg = 0; in parse_iv2() local
258 neg++; in parse_iv2()
274 if (neg) return -result; in parse_iv2()
H A Dvar_unserializer.re258 int neg = 0;
262 neg++;
278 if (neg) return -result;
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput22-1627 82 [\x00-`b-y{-\xff] (neg)
54 82 [\x00-`b-y{-\xff] (neg)
H A Dtestoutput22-3239 59 [\x00-`b-y{-\xff] (neg)
66 59 [\x00-`b-y{-\xff] (neg)
H A Dtestoutput21-1633 45 [\x00-,.-WY-wy-\xff] (neg)*?
66 45 [\x00-,.-WY-wy-\xff] (neg)*?
H A Dtestoutput21-3245 29 [\x00-,.-WY-wy-\xff] (neg)*?
78 29 [\x00-,.-WY-wy-\xff] (neg)*?
H A Dtestoutput14464 [\x00-\x08\x0a-\x1f!-\x9f\xa1-\xff] (neg)
505 [b-\xff] (neg){12,}+
506 [\x00-a] (neg)*+
514 [\x00-\x08\x0e-\x1f!-\xff] (neg)*+
520 [\x00-/:-\xff] (neg)*+
523 [\x00-/:-@[-^`{-\xff] (neg){4,6}+
H A Dtestoutput17508 [b-\xff] (neg){12,}
509 [\x00-a] (neg)*+
517 [\x00-\x08\x0e-\x1f!-\xff] (neg)*
523 [\x00-/:-\xff] (neg)*?
526 [\x00-/:-@[-^`{-\xff] (neg){4,6}?
H A Dtestoutput21842 [\x00-/:-@[-`{-\xff] (neg)
1868 [\x00-@[-`{-\xff] (neg)
1903 [\x80-\xff] (neg)
1929 [\x00-\x08\x0a-\x1f!-\xff] (neg)
2081 [ -~\x80-\xff] (neg)
2094 [\x00-/12:-\xff] (neg)
2107 [\x00-\x08\x0a-\x1f!-\xff] (neg)
9846 [\x00-/:-\xff] (neg)
13769 [\x00-`{-\xff] (neg)++
13773 [\x00-/:-`{-\xff] (neg)++
[all …]
H A Dtestoutput18-16333 [\x00-`c-\xbf\xf1-\xff] (neg)
H A Dtestoutput18-32331 [\x00-`c-\xbf\xf1-\xff] (neg)
H A Dtestoutput15475 [\x00-`c-\xbf\xf1-\xff] (neg)
/PHP-5.5/ext/bcmath/
H A Dconfig.w328 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
H A Dconfig.m410 libbcmath/src/add.c libbcmath/src/div.c libbcmath/src/init.c libbcmath/src/neg.c libbcmath/src/outo…
/PHP-5.5/ext/standard/tests/array/
H A Dend_64bit.phpt21 array(-1, -2, -3, -4, "-0.005" => "neg0.005", 2.0 => "float2", "neg.9" => -.9 ),
51 $array_test = array("a", "b", "d", 7, "u" => "U", -4, "-.008" => "neg.008");
197 string(7) "neg.008"
H A Dend.phpt21 array(-1, -2, -3, -4, "-0.005" => "neg0.005", 2.0 => "float2", "neg.9" => -.9 ),
51 $array_test = array("a", "b", "d", 7, "u" => "U", -4, "-.008" => "neg.008");
196 string(7) "neg.008"
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c46 zend_bool neg; member
225 t.neg = (zend_bool) to[0]; in ps_fetch_time()
245 …length = mnd_sprintf(&value, 0, "%s%02u:%02u:%02u", (t.neg ? "-" : ""), t.hour, t.minute, t.second… in ps_fetch_time()
268 t.neg= 0; in ps_fetch_date()
305 t.neg = 0; in ps_fetch_datetime()
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c823 short wnum, neg, number[2], compat; in read_cdata() local
1060 for (e = s, neg = wnum = 0; *e && *e != ';'; e++) { in read_cdata()
1062 neg = 1; in read_cdata()
1070 if (neg) in read_cdata()
1072 neg = 0; in read_cdata()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c4176 int r, neg, len, fetched, and_start; in parse_char_class() local
4191 neg = 1; in parse_char_class()
4195 neg = 0; in parse_char_class()
4466 if (neg != 0) in parse_char_class()
4644 int neg = 0; in parse_enclose() local
4652 case '-': neg = 1; break; in parse_enclose()
4653 case 'x': ONOFF(option, ONIG_OPTION_EXTEND, neg); break; in parse_enclose()
4654 case 'i': ONOFF(option, ONIG_OPTION_IGNORECASE, neg); break; in parse_enclose()
4657 ONOFF(option, ONIG_OPTION_MULTILINE, neg); in parse_enclose()
4665 ONOFF(option, ONIG_OPTION_SINGLELINE, (neg == 0 ? 1 : 0)); in parse_enclose()
[all …]

Completed in 89 milliseconds

12