Newbetuts
.
New posts in bit-manipulation
How do I write a maintainable, fast, compile-time bit-mask in C++?
c++
c++11
bit-manipulation
Bitfield manipulation in C
c
bit-manipulation
Implement division with bit-wise operator
bit-manipulation
bit
Explain this snippet which finds the maximum of two integers without using if-else or any other comparison operator?
c
algorithm
math
bit-manipulation
max
What does a bitwise AND do with no value infront of it?
bit-manipulation
verilog
bitwise-operators
bitwise-and
Weird behavior of right shift operator (1 >> 32)
c++
c
bit-manipulation
bit-shift
How do I get bit-by-bit data from an integer value in C?
c
bit-manipulation
Should I use #define, enum or const?
c++
enums
bit-manipulation
c-preprocessor
Does Go compiler's evaluation differ for constant expression and other expression
go
bit-manipulation
bitwise-operators
bit-shift
evaluation
Return 1 if any even bit is set to 1 using only bitwise and logical operators
c
binary
bit-manipulation
In C/C++ what's the simplest way to reverse the order of bits in a byte?
c++
c
bit-manipulation
Is it possible to map the H3 indexing structure to an incrementing integer start from 0?
bit-manipulation
h3
Given an integer, how do I find the next largest power of two using bit-twiddling?
language-agnostic
bit-manipulation
Bitwise operators and "endianness"
c
bit-manipulation
endianness
bit-shift
Division without using '/'
algorithm
bit-manipulation
division
Why does this random value have a 25/75 distribution instead of 50/50?
java
random
double
bit-manipulation
probability
Find Elements occurring odd number of times in a list
python
algorithm
data-structures
bit-manipulation
dsa
SIMD signed with unsigned multiplication for 64-bit * 64-bit to 128-bit
c
x86
integer
bit-manipulation
sse
~x + ~y == ~(x + y) is always false?
c
bit-manipulation
signed
twos-complement
How can I remove a flag in C?
c
bit-manipulation
flags
Prev
Next