Newbetuts
.
New posts in bit-manipulation
Check if number is multiple of 5 in most efficient way
performance
binary
numbers
bit-manipulation
bitwise-operators
How does clearing least significant bit repeatedly work in this algorithm?
algorithm
bit-manipulation
bitwise-operators
How can I detect integer overflow on 32 bits int?
java
integer
bit-manipulation
integer-overflow
integer-arithmetic
C Programming - XOR Bitwise Operation
c
bit-manipulation
xor
(x | y) - y why can't it simply be x or even `x | 0`
c
bit-manipulation
How to convert to and from two's complement and sign & magnitude?
python
math
integer
bit-manipulation
signed
How to manually (bitwise) perform (float)x?
c
casting
floating-point
bit-manipulation
Smoothing algorithm using integer arithmetic
c++
c
arduino
integer
bit-manipulation
Left bit shifting 255 (as a byte)
c#
bit-manipulation
bit-shift
Convert 0x1234 to 0x11223344
c++
c
bit-manipulation
Decimal to Binary
c
binary
bit-manipulation
decimal
bitwise-operators
Understanding the bitwise AND Operator
objective-c
operators
bit-manipulation
bitwise-operators
Branchless code that maps zero, negative, and positive to 0, 1, 2
c++
optimization
bit-manipulation
Check if a number is non zero using bitwise operators in C
c
bit-manipulation
Find out number of bits needed to represent a positive integer in binary?
java
bit-manipulation
bits
Reversing bits of Python integer
python
integer
bit-manipulation
How does this work? Weird Towers of Hanoi Solution
algorithm
language-agnostic
bit-manipulation
towers-of-hanoi
Fast divisibility tests (by 2,3,4,5,.., 16)?
c++
c
math
assembly
bit-manipulation
Absolute value abs(x) using bitwise operators and Boolean logic [duplicate]
c++
c
bit-manipulation
language-lawyer
absolute-value
Bitwise operations on 32-bit unsigned ints?
javascript
bit-manipulation
Prev
Next