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
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
Undefined behaviour of right shift (a >> b) when b is greater than the number of bits in a?
Jan 10, 2023
c++
c
undefined-behavior
bit-shift
c++14
Java Shift Operator and auto promotion
Jan 10, 2023
java
bit-shift
Efficiently bitshifting bytes in 32/64 bit quantities?
Jan 08, 2023
c
bit-manipulation
bit-shift
Bitwise shift in C [duplicate]
Jan 06, 2023
c
gcc
bit-manipulation
bit-shift
Is shifting std::bitset<N> more than N positions undefined behavior?
Jan 05, 2023
c++
c++11
c++14
language-lawyer
bit-shift
unique chars with shift and operators : don't understand this code
Dec 28, 2022
java
operators
bit-shift
shrl vs sarl .. x86 Assembly gnu
Dec 28, 2022
gcc
assembly
x86
gnu
bit-shift
Please explain this SystemVerilog syntax {>>byte{...}}
Dec 28, 2022
verilog
system-verilog
bit-shift
Applications of a circular shift
Dec 21, 2022
algorithm
math
bit-manipulation
bit-shift
Older Entries »