Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in bit-shift
Why is -1 zero fill right shift 1=2147483647 for integers in Java?
Dec 01, 2019
java
bit-shift
Different behavior of len() with const or non-const value
Sep 13, 2022
go
constants
bit-shift
Why do shift operations always result in a signed int when operand is <32 bits
Mar 17, 2018
c#
bit-shift
Why is (-1 >>> 32) = -1? [duplicate]
Apr 19, 2021
java
bit-manipulation
bit-shift
What's the purpose to bit-shift int value by zero?
Nov 20, 2022
java
bit-shift
if (counter & (1<<j)) .what does this statement mean and how it works? [duplicate]
Mar 26, 2022
c
conditional-statements
bit-manipulation
bitwise-operators
bit-shift
Why am I getting strange results bit-shifting by a negative value?
Feb 23, 2022
c#
bit-shift
Set Specific Bit in Byte Array
Apr 02, 2022
c#
arrays
bit-shift
Why does Java `BitSet` not have `shiftLeft` and `shiftRight` functions?
Sep 23, 2022
java
bitset
bit-shift
Does C++20 well-define left shift for signed integers that "overflow"?
Oct 20, 2022
c++
language-lawyer
bit-shift
c++20
Java bitwise operator << [duplicate]
Jun 19, 2022
java
bit-manipulation
bit-shift
Why does bit-wise shift left return different results in Python and Java?
Oct 24, 2022
java
python
bitwise-operators
bit-shift
re implement modulo using bit shifts?
Apr 08, 2019
c++
optimization
bit-manipulation
modulo
bit-shift
Why is (2^31) >> 32 not 0?
Sep 21, 2022
python
arrays
numpy
bit-shift
Why use only the lower five bits of the shift operand when shifting a 32-bit value? (e.g. (UInt32)1 << 33 == 2)
Sep 15, 2022
c#
bit-shift
How are shifts implemented on the hardware level?
Nov 02, 2022
cpu
processor
bit-shift
circuit
alu
How to shift an array of bytes by 12-bits
Mar 14, 2022
c
arrays
bit-shift
bitset
Signed right shift: which compiler use logical shift
Dec 17, 2019
c++
c
bit-shift
implementation-defined-behavior
Difference between >> and >>> in Scala
Mar 15, 2021
scala
operators
bit-shift
Is Shifting more than 32 bits of a uint64_t integer on an x86 machine Undefined Behavior?
Nov 10, 2022
c++
c
x86
bit-shift
uint64
« Newer Entries
Older Entries »