Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 25 of 28) sorted by relevance

12

/PHP-7.4/tests/lang/operators/
H A DbitwiseShiftLeft_basiclong_64bit.phpt55 Exception: Bit shift by negative number
63 Exception: Bit shift by negative number
73 Exception: Bit shift by negative number
81 Exception: Bit shift by negative number
91 Exception: Bit shift by negative number
99 Exception: Bit shift by negative number
109 Exception: Bit shift by negative number
117 Exception: Bit shift by negative number
127 Exception: Bit shift by negative number
135 Exception: Bit shift by negative number
[all …]
H A DbitwiseShiftRight_basiclong_64bit.phpt55 Exception: Bit shift by negative number
63 Exception: Bit shift by negative number
73 Exception: Bit shift by negative number
81 Exception: Bit shift by negative number
91 Exception: Bit shift by negative number
99 Exception: Bit shift by negative number
109 Exception: Bit shift by negative number
117 Exception: Bit shift by negative number
127 Exception: Bit shift by negative number
135 Exception: Bit shift by negative number
[all …]
H A DbitwiseShiftLeft_variationStr.phpt32 Exception: Bit shift by negative number
36 Exception: Bit shift by negative number
60 Exception: Bit shift by negative number
64 Exception: Bit shift by negative number
88 Exception: Bit shift by negative number
92 Exception: Bit shift by negative number
116 Exception: Bit shift by negative number
120 Exception: Bit shift by negative number
144 Exception: Bit shift by negative number
148 Exception: Bit shift by negative number
[all …]
H A DbitwiseShiftLeft_variationStr_64bit.phpt37 Exception: Bit shift by negative number
41 Exception: Bit shift by negative number
65 Exception: Bit shift by negative number
69 Exception: Bit shift by negative number
93 Exception: Bit shift by negative number
97 Exception: Bit shift by negative number
121 Exception: Bit shift by negative number
125 Exception: Bit shift by negative number
149 Exception: Bit shift by negative number
153 Exception: Bit shift by negative number
[all …]
H A DbitwiseShiftRight_variationStr.phpt33 Exception: Bit shift by negative number
37 Exception: Bit shift by negative number
61 Exception: Bit shift by negative number
65 Exception: Bit shift by negative number
89 Exception: Bit shift by negative number
93 Exception: Bit shift by negative number
117 Exception: Bit shift by negative number
121 Exception: Bit shift by negative number
145 Exception: Bit shift by negative number
149 Exception: Bit shift by negative number
[all …]
/PHP-7.4/ext/standard/tests/array/
H A D005.phpt107 Output after shift is :
124 Output after shift is :
137 Output after shift is :
153 Output after shift is :
166 Output after shift is :
179 Output after shift is :
192 Output after shift is :
212 Output after shift is :
224 Output after shift is :
252 Output after shift is :
[all …]
H A Darray_shift_basic.phpt17 echo "\n-- Before shift: --\n";
20 echo "\n-- After shift: --\n";
31 -- Before shift: --
43 -- After shift: --
H A Darray_shift_variation4.phpt18 echo "\n-- Before shift: --\n";
24 echo "\n-- After shift: --\n";
42 -- Before shift: --
76 -- After shift: --
/PHP-7.4/ext/opcache/Optimizer/
H A Dnop_removal.c37 uint32_t new_count, i, shift; in zend_optimizer_nop_removal() local
43 i = new_count = shift = 0; in zend_optimizer_nop_removal()
61 shiftlist[i++] = shift; in zend_optimizer_nop_removal()
63 shift++; in zend_optimizer_nop_removal()
65 if (shift) { in zend_optimizer_nop_removal()
75 if (shift) { in zend_optimizer_nop_removal()
/PHP-7.4/Zend/tests/
H A Dcompound_assign_with_numeric_strings.phpt2 Error cases of compound shift assignment on strings
44 Exception: Bit shift by negative number
47 Exception: Bit shift by negative number
H A Dbug69758.phpt2 Bug #69758 (Item added to array not being removed by array_pop/shift)
/PHP-7.4/ext/spl/tests/
H A Ddllist_005.phpt13 $queue->shift();
50 Exception: Can't shift from an empty datastructure
51 Exception: Can't shift from an empty datastructure
H A Ddllist_001.phpt13 $dll->shift();
25 echo $dll->shift()."\n";
53 Exception: Can't shift from an empty datastructure
H A Ddllist_004.phpt13 $stack->shift();
51 Exception: Can't shift from an empty datastructure
H A Dbug79151.phpt19 var_dump($a->shift());
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c38 #define PUSH_RLDICR(reg, shift) \ argument
39 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1))
44 sljit_uw shift; in load_immediate() local
61 ASM_SLJIT_CLZ(tmp, shift); in load_immediate()
62 SLJIT_ASSERT(shift > 0); in load_immediate()
63 shift--; in load_immediate()
64 tmp = (imm << shift); in load_immediate()
68 shift += 15; in load_immediate()
75 shift += 31; in load_immediate()
80 shift += 15; in load_immediate()
[all …]
H A DsljitNativeMIPS_64.c31 sljit_s32 shift = 32; in load_immediate() local
56 shift -= 8; in load_immediate()
61 shift -= 4; in load_immediate()
66 shift -= 2; in load_immediate()
72 shift += 1; in load_immediate()
74 …SLJIT_ASSERT(((uimm & 0xc000000000000000l) == 0x4000000000000000l) && (shift > 0) && (shift <= 32)… in load_immediate()
83 imm &= (1l << shift) - 1; in load_immediate()
85 ins = (shift == 32) ? DSLL32 : DSLL; in load_immediate()
86 if (shift < 32) in load_immediate()
87 ins |= SH_IMM(shift); in load_immediate()
[all …]
H A DsljitNativeARM_64.c864 sljit_u32 shift = MEM_SIZE_SHIFT(flags); in emit_op_mem() local
865 sljit_u32 type = (shift << 30); in emit_op_mem()
875 if (argw == 0 || argw == shift) in emit_op_mem()
888 argw = (argw >> shift) & 0xfff; in emit_op_mem()
894 if ((argw >> shift) <= 0xfff) { in emit_op_mem()
901 argw = ((argw & 0xfff) >> shift); in emit_op_mem()
1385 sljit_ins type = (shift << 30); in emit_fop_mem()
1394 if (argw == 0 || argw == shift) in emit_fop_mem()
1407 argw = (argw >> shift) & 0xfff; in emit_fop_mem()
1413 if ((argw >> shift) <= 0xfff) in emit_fop_mem()
[all …]
H A DsljitNativeTILEGX-encoder.c1611 int shift = (int)(sizeof(int) * 8 - num_bits); in sign_extend() local
1612 return (n << shift) >> shift; in sign_extend()
9563 int shift = (int)((sizeof(int) * 8) - op->num_bits); in parse_insn_tilegx() local
9564 raw_opval = (raw_opval << shift) >> shift; in parse_insn_tilegx()
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Drecmul.c107 _bc_shift_addsub (bc_num accum, bc_num val, int shift, int sub) in _bc_shift_addsub() argument
115 assert (accum->n_len+accum->n_scale >= shift+count); in _bc_shift_addsub()
119 accum->n_len + accum->n_scale - shift - 1); in _bc_shift_addsub()
/PHP-7.4/ext/standard/
H A Dbase64.c172 const uint8x16_t shift = vbslq_u8(eq_2f, vdupq_n_u8(16), sh); in decode_fromascii() local
176 return vaddq_u8(input, shift); in decode_fromascii()
/PHP-7.4/ext/spl/
H A Dspl_dllist.c618 SPL_METHOD(SplDoublyLinkedList, shift) in SPL_METHOD() argument
1423 SPL_MA(SplQueue, dequeue, SplDoublyLinkedList, shift, arginfo_dllist_void, ZEND_ACC_PUBLIC)
1429 SPL_ME(SplDoublyLinkedList, shift, arginfo_dllist_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/gmp/
H A Dgmp.c471 zend_long shift = zval_get_long(op2); in shift_operator_helper() local
473 if (shift < 0) { in shift_operator_helper()
482 op(gmpnum_result, gmpnum_op, (gmp_ulong) shift); in shift_operator_helper()
/PHP-7.4/ext/pcre/tests/
H A D005.phpt45 conflicts: 2 shift/reduce
/PHP-7.4/build/
H A Dphp.m41577 dnl autoconf undefines the builtin "shift" :-(
1578 dnl If possible, we use the builtin shift anyway, otherwise we use the ubercool
1581 ifdef([builtin],[builtin(define, phpshift, [builtin(shift, $@)])],[

Completed in 82 milliseconds

12