Home
last modified time | relevance | path

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

/PHP-8.0/ext/bcmath/libbcmath/src/
H A Dint2num.c51 char neg = 0; local
56 neg = 1;
76 if (neg) (*num)->n_sign = MINUS;
H A Draise.c53 char neg; in bc_raise() local
79 neg = TRUE; in bc_raise()
85 neg = FALSE; in bc_raise()
115 if (neg) in bc_raise()
/PHP-8.0/ext/intl/collator/
H A Dcollator_is_numeric.c122 register int neg = 0, any, cutlim; local
141 neg = 1;
172 cutoff = neg ? -(zend_ulong)ZEND_LONG_MIN : ZEND_LONG_MAX;
196 acc = neg ? ZEND_LONG_MIN : ZEND_LONG_MAX;
198 } else if (neg)
/PHP-8.0/ext/bcmath/
H A Dconfig.w327 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
H A Dconfig.m48 libbcmath/src/add.c libbcmath/src/div.c libbcmath/src/init.c libbcmath/src/neg.c libbcmath/src/rais…
/PHP-8.0/ext/standard/tests/array/
H A Dend_64bit.phpt17 array(-1, -2, -3, -4, "-0.005" => "neg0.005", 2.0 => "float2", "neg.9" => -.9 ),
47 $array_test = array("a", "b", "d", 7, "u" => "U", -4, "-.008" => "neg.008");
172 string(7) "neg.008"
H A Dend.phpt17 array(-1, -2, -3, -4, "-0.005" => "neg0.005", 2.0 => "float2", "neg.9" => -.9 ),
47 $array_test = array("a", "b", "d", 7, "u" => "U", -4, "-.008" => "neg.008");
177 string(7) "neg.008"
/PHP-8.0/ext/standard/
H A Dformatted_print.c86 size_t alignment, size_t len, int neg, int expprec, int always_sign) in php_sprintf_appendstring() argument
118 if ((neg || always_sign) && padding=='0') { in php_sprintf_appendstring()
119 ZSTR_VAL(*buffer)[(*pos)++] = (neg) ? '-' : '+'; in php_sprintf_appendstring()
147 register unsigned int i = NUM_BUF_SIZE - 1, neg = 0; in php_sprintf_appendint() local
152 neg = 1; in php_sprintf_appendint()
170 if (neg) { in php_sprintf_appendint()
179 neg, 0, always_sign); in php_sprintf_appendint()
H A Dvar_unserializer.re383 zend_ulong neg = 0;
387 neg = 1;
413 || UNEXPECTED(result > ZEND_LONG_MAX + neg)) {
415 return (!neg) ? ZEND_LONG_MAX : ZEND_LONG_MIN;
418 return (zend_long) ((!neg) ? result : -result);
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c43 zend_bool neg; member
223 t.neg = (zend_bool) to[0]; in ps_fetch_time()
248 (t.neg ? "-" : ""), in ps_fetch_time()
256 …length = mnd_sprintf(&value, 0, "%s%02u:%02u:%02u", (t.neg ? "-" : ""), t.hour, t.minute, t.second… in ps_fetch_time()
280 t.neg = 0; in ps_fetch_date()
317 t.neg = 0; in ps_fetch_datetime()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_arm.lua759 local m, neg = parse_gpr_pm(p2)
761 op = op + m + (neg and 0 or 0x00800000) + (ext and 0 or 0x02000000)
774 local m, neg = parse_gpr_pm(p2a)
776 op = op + m + (neg and 0 or 0x00800000) + (ext and 0 or 0x02000000)
/PHP-8.0/Zend/
H A Dzend_operators.c2998 int neg = 0; local
3020 neg = 1;
3112 if (neg) {
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc8492 | neg eax
8677 | neg eax
8765 | neg eax
8916 | neg eax

Completed in 66 milliseconds