Newbetuts
.
New posts in bit-manipulation
What does AND 0xFF do?
c
bit-manipulation
bitwise-operators
bit-shift
Performance wise, how fast are Bitwise Operators vs. Normal Modulus?
c++
bit-manipulation
bitwise-operators
Two elements in array whose xor is maximum
arrays
algorithm
bit-manipulation
xor
Function in c++ stl that can give me numbers with even number of set bits? Or the code/logic for it?
bit-manipulation
64-bit
bitwise-operators
bit
Bits counting algorithm (Brian Kernighan) in an integer time complexity
algorithm
bit-manipulation
Efficient way to OR adjacent bits in 64-bit integer
c++
bit-manipulation
Why should I use bitwise/bitmask in PHP?
php
bit-manipulation
bitmask
Two's Complement Binary in Python?
python
binary
bit-manipulation
Algorithm to generate bit mask
c
algorithm
bit-manipulation
Can XOR of two integers go out of bounds?
c++
c
bit-manipulation
integer-overflow
bitwise-xor
Two arrays, where items in array x can be in array y but not vice versa, test all permutations
javascript
arrays
for-loop
bit-manipulation
powerset
What happens when you bit shift beyond the end of a variable?
c++
c
bit-manipulation
Weird result of Java Integer left shift
java
bit-manipulation
bit-shift
How does this bitwise operation check for a power of 2?
c
math
bit-manipulation
Converting Int to Float or Float to Int using Bitwise operations (software floating point)
assembly
floating-point
arm
bit-manipulation
ieee-754
In Java, how to get positions of ones in reversed binary form of an integer?
java
binary
bit-manipulation
Bitwise Multiply and Add in Java
java
bit-manipulation
bitwise-operators
multiplication
addition
Using Intrinsics to Extract And Shift Odd/Even Bits
c++
bit-manipulation
intrinsics
micro-optimization
Fast way to generate pseudo-random bits with a given probability of 0 or 1 for each bit
c++
c
algorithm
random
bit-manipulation
What is (x & 1) and (x >>= 1)?
c++
bit-manipulation
bitwise-operators
bit-shift
bitwise-and
Prev
Next