Search code examples
Checking if a bit is set or not...

c#.netbit-manipulation

Read More
Bitwise operations and shifts...

cbit-manipulationbitwise-operatorstwos-complementbit-shift

Read More
Find Elements occurring odd number of times in a list...

pythonalgorithmdata-structuresbit-manipulation

Read More
Decimal to binary using Bitwise operator...

cbit-manipulationbitwise-operators

Read More
VB.NET Convert 4 bytes to an integer...

c#vb.netbit-manipulationconverters

Read More
Bitwise operators and signed types...

c++bit-manipulationlanguage-lawyersigned

Read More
How can I make branchless code and how does it work?...

performancebit-manipulationbranch-predictionbranchless

Read More
Setting all bits before first '1'...

binaryintegerbit-manipulation

Read More
Bitshift in a bitmap calculation doesn't seem to work...

cbitmapbit-manipulationchess

Read More
Finding position of zero nibble in 64 bits...

cbit-manipulation

Read More
How to do bitwise AND in javascript on variables that are longer than 32 bit?...

javascript64-bitbit-manipulation

Read More
Function to read a specific bit from a byte and return 0 or 1...

vb.netbit-manipulation

Read More
Fastest method to define whether a number is a triangular number...

javacalgorithmmathbit-manipulation

Read More
Checking register value is setting the bit using C function...

cembeddedbit-manipulationbitwise-operatorsbit-shift

Read More
Bitwise operators and "endianness"...

cbit-manipulationendiannessbit-shift

Read More
Logic gate whose truth is 1101...

algorithmbit-manipulation

Read More
Mod and Division by power of two for any signed number...

c++mathbit-manipulation

Read More
How to generate lookup table for counting leading zeroes (clzlut)?...

algorithmbit-manipulation

Read More
AVX2 code to find the first longest match of 4-byte string among 8 4-byte targets...

bit-manipulationsimdavxavx2lz77

Read More
How do I efficiently left-shift by N bits using single-bit shifts?...

c++bit-manipulationbitbit-shift

Read More
Extract fractional part of double *efficiently* in C...

cfloating-pointdoublemicro-optimizationbit-manipulation

Read More
Reversing bits of Python integer...

pythonintegerbit-manipulation

Read More
Binary matrix multiplication bit twiddling hack...

algorithmmatrixbit-manipulationpseudocodematrix-multiplication

Read More
How can an (int) be converted to (unsigned int) while preserving the original bit pattern?...

ccastingbit-manipulation

Read More
How to write an std::floor function from scratch...

c++floating-pointbit-manipulation

Read More
A single byte that is from 0 to 255 to be rescaled from 0 to 7...

gobit-manipulationbitbitwise-operatorsinteger-arithmetic

Read More
Converting DDL MasterFile table to SQL Server table, How do I write in missing data?...

sql-serverbit-manipulationmissing-dataddlcreate-table

Read More
Conversion error when accessing bits to set a bit field...

c++embeddedbit-manipulation

Read More
Bit manipulations...

cbinarybit-manipulation

Read More
find the bit position(s) which are exactly set twice over multiple bit fields...

javabit-manipulation

Read More
BackNext