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
LOWORD and HIWORD operations
Sep 20, 2025
c++
hex
bit-shift
arithmetic-expressions
How do I extract digit in an integer using bitwise operator
Sep 20, 2025
c++
c
bit-shift
How to perform right shift in Y86-64 (or other toy ISAs with ADD + AND but no native right shift)
Sep 18, 2025
assembly
bit-manipulation
bit-shift
y86
What is the result type of the bit shift operator?
Sep 17, 2025
c++
types
bit-shift
integer-promotion
Left shift operation on an unsigned 8 bit integer [duplicate]
Sep 15, 2025
c++
bit-manipulation
bit-shift
integer-promotion
How to right rotate a 64-bit value efficiently in 32-bit ARM assembler?
Sep 13, 2025
assembly
arm
bit-manipulation
bit-shift
arm7
I don't really know why bit-shifting works in one scenario but not the other [duplicate]
Sep 08, 2025
c
bit-shift
C++ Modulus operator Vs. Shift operator, which is faster and why?
Sep 05, 2025
c++
time
bit-shift
I don't understand the following C code line
Mar 01, 2023
c
bit-manipulation
bit-shift
bitwise-operators
How to unpack 2, 2 and 3 bits out of a byte
Feb 09, 2023
go
bit-manipulation
bit-shift
Using an initializer_list with bitset
Feb 08, 2023
c++
boolean
bit-shift
initializer-list
bitset
Is rightshifting signed int by 8 * sizeof(int) or more undefined?
Feb 08, 2023
c
undefined-behavior
bit-shift
Why ~0 >> 1 doesn't shift the bit?
Feb 08, 2023
c
bitwise-operators
bit-shift
Fast bitwise operations on a long
Feb 08, 2023
java
performance
bit-shift
When right shift operation >> shift sign bit and when it not?
Feb 05, 2023
c++
bit-manipulation
bit-shift
signed
Bitshifts canceling out instead of expected behavior [duplicate]
Feb 01, 2023
c
bit-manipulation
bit
bit-shift
Toggle all bits except after highest set bit
Jan 27, 2023
algorithm
language-agnostic
bit-manipulation
bit-shift
binary-operators
Obtain low and high order nybbles from byte within Java ByteBuffer
Jan 19, 2023
java
byte
mask
bytebuffer
bit-shift
Why does shifting more than the allowed bits still work?
Jan 16, 2023
c++
binary
bit-manipulation
bitwise-operators
bit-shift
Arithmetic shift-right integers with half rounding toward zero
Sep 02, 2025
algorithm
assembly
bit-manipulation
bit-shift
integer-arithmetic
Older Entries »