Home
last modified time | relevance | path

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

/PHP-8.1/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.1/ext/intl/collator/
H A Dcollator_is_numeric.c119 int neg = 0, any, cutlim; in collator_u_strtol() local
138 neg = 1; in collator_u_strtol()
169 cutoff = neg ? -(zend_ulong)ZEND_LONG_MIN : ZEND_LONG_MAX; in collator_u_strtol()
193 acc = neg ? ZEND_LONG_MIN : ZEND_LONG_MAX; in collator_u_strtol()
195 } else if (neg) in collator_u_strtol()
/PHP-8.1/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.1/ext/standard/tests/array/
H A Dend_64bit.phpt17 array(-1, -2, -3, -4, "-0.005" => "neg0.005", 2 => "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.1/ext/standard/
H A Dformatted_print.c86 size_t alignment, size_t len, bool 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 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.re402 zend_ulong neg = 0;
406 neg = 1;
432 || UNEXPECTED(result > ZEND_LONG_MAX + neg)) {
434 return (!neg) ? ZEND_LONG_MAX : ZEND_LONG_MIN;
437 return (zend_long) ((!neg) ? result : -result);
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c43 bool neg; member
220 t.neg = (bool) to[0]; in ps_fetch_time()
242 (t.neg ? "-" : ""), t.hour, t.minute, t.second, field->decimals, in ps_fetch_time()
246 (t.neg ? "-" : ""), t.hour, t.minute, t.second)); in ps_fetch_time()
265 t.neg = 0; in ps_fetch_date()
297 t.neg = 0; in ps_fetch_datetime()
/PHP-8.1/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.1/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm57 neg edx
/PHP-8.1/Zend/
H A Dzend_operators.c3172 int neg = 0; local
3194 neg = 1;
3286 if (neg) {
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc8585 | neg eax
8770 | neg eax
8858 | neg eax
9009 | neg eax
H A Dzend_jit_arm64.dasc7966 | neg RETVALw, RETVALw
8150 | neg REG0w, REG0w
8237 | neg REG0w, REG0w
8388 | neg REG0w, REG0w

Completed in 123 milliseconds