Search code examples
How to bit manipulate a mask into a number...

cbit-manipulation

Read More
Check value of least significant bit (LSB) and most significant bit (MSB) in C/C++...

c++cintegerbit-manipulationbit

Read More
How to clear a single bit in C#?...

c#bit-manipulation

Read More
How to read N bytes from a file continuously untill the EOF...

c++base64bit-manipulation

Read More
Pack an int and 2 shorts into a long...

javabit-manipulation

Read More
Find closest integer with the same weight...

pythonbit-manipulation

Read More
What is an XOR sum?...

cbit-manipulationbitxor

Read More
Why check negative number with "&1"...

c++bit-manipulation

Read More
Is there an efficient way to get the first non-zero element in an SIMD register using SIMD intrinsic...

x86bit-manipulationsimdintrinsicsavx

Read More
Sign extending bit shifted binary values in C++ using only bitwise operators...

c++bit-manipulationbitwise-operators

Read More
What's the fastest way to divide an integer by 3?...

optimizationbit-manipulationdivision

Read More
Create new mask...

c#algorithmbit-manipulationbit

Read More
How can I perform multiplication, using bitwise operators?...

bit-manipulationmultiplication

Read More
Sum of bitwise OR of all subarrays of an array using java...

javaarraysbit-manipulation

Read More
RGB888 to RGB565 / Bit Shifting...

cbit-manipulationrgb

Read More
Standard way of getting a bit pattern of all ones...

clanguage-lawyerbit-manipulationbit

Read More
How to select with bitwise flag values in SQL...

sqlsql-serverbit-manipulationbitwise-operators

Read More
How do I count the number of zero bits in an integer?...

c++bit-manipulationbit

Read More
Getting Position of the Leftmost Bit...

objective-cbinarybit-manipulation

Read More
What are bitwise shift (bit-shift) operators and how do they work?...

language-agnosticbit-manipulationoperatorsbit-shiftbinary-operators

Read More
Emulated Fixed Point Division/Multiplication...

c++bit-manipulationmultiplicationfixed-pointinteger-division

Read More
std::bitset<N>::count vs __builtin_popcount...

c++bit-manipulationbitsetstd-bitsethammingweight

Read More
How to right rotate a 64-bit value efficiently in 32-bit ARM assembler?...

assemblyarmbit-manipulationbit-shiftarm7

Read More
How to unset N right-most set bits...

bit-manipulationintrinsicsinteger-arithmetic

Read More
Unsigned Right Shift / Zero-fill Right Shift / >>> in PHP (Java/JavaScript equivalent)...

javascriptjavaphpbit-manipulationbit-shift

Read More
Can anyone simplify this bitwise expression?...

c++bit-manipulationbitwise-operators

Read More
PDP Endian and bit shifts...

assemblybit-manipulationendianness

Read More
How to check if a single bit in a given bit is 1 or 0?...

javabit-manipulationbit

Read More
Converting nucleobase representation from ASCII to UCSC .2bit...

calgorithmbit-manipulationbioinformaticsmicro-optimization

Read More
Efficient way to get the index of the first 2 consecutive 1-bit...

cperformanceoptimizationbit-manipulation

Read More
BackNext