Home
last modified time | relevance | path

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

/php-src/ext/bcmath/libbcmath/src/
H A Dint2num.c41 char neg = 0; in bc_int2num() local
45 neg = 1; in bc_int2num()
65 if (neg) { in bc_int2num()
/php-src/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-src/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-src/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-src/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-src/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-src/ext/opcache/jit/ir/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-src/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm57 neg edx
/php-src/Zend/
H A Dzend_operators.c3515 int neg = 0; local
3537 neg = 1;
3629 if (neg) {
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc2283 | neg Rw(tmp_reg), Rw(op2_reg)
2289 | neg Rw(tmp_reg), Rw(op2_reg)
2293 | neg Rx(tmp_reg), Rx(op2_reg)
2296 | neg Rw(tmp_reg), Rw(op2_reg)
2434 | ASM_REG_REG_OP neg, insn->type, def_reg, op1_reg
H A Dir_x86.dasc4278 | ASM_REG_OP neg, insn->type, def_reg
4620 | ASM_MEM_OP neg, type, mem
4643 | ASM_REG_OP neg, insn->type, def_reg

Completed in 54 milliseconds