Search code examples
How to swap nibbles in C?...

cbit-manipulation

Read More
16 bit register converting to two 8 bytes using vb.net in visual studio...

vb.netbit-manipulationbit-shift16-bit8-bit

Read More
Templatized branchless int max/min function...

c++performancetemplatesbit-manipulationbranchless

Read More
Get binary mask in python...

pythonbit-manipulation

Read More
Finding next bigger number with same number of set bits...

calgorithmbit-manipulation

Read More
Viable to sort IEEE754 floats by MSB?...

algorithmsortingfloating-pointbit-manipulationradix-sort

Read More
Set a specific bit in an int...

c#bit-manipulation

Read More
Binary Right Shift, Given Only Addition...

assemblybinarybit-manipulationbit-shiftlc3

Read More
Are bitwise operators slower than common loops like a for loop?...

c++performanceloopsbit-manipulation

Read More
How to turn a 16-bit number in one's complement into it's 7-segment display equivalence?...

binarybit-manipulationcomputer-scienceminecraftones-complement

Read More
Fastest way to strip trailing zeroes from an unsigned int...

c++performanceoptimizationbit-manipulation

Read More
What is (x & 1) and (x >>= 1)?...

c++bit-manipulationbitwise-operatorsbit-shiftbitwise-and

Read More
Check whether a number can be expressed as sum of x powers of two...

algorithmmathbinarybit-manipulation

Read More
Sign extending from a constant bit width in C#...

c#cbinarybit-manipulationsigned

Read More
The most efficient way to test if a positive integer is 2^n (i.e. 1, 2, 4, 8, etc.) in C++20?...

c++performancebit-manipulationc++20cpu-architecture

Read More
bitwise checking if a number is -1 or not...

bit-manipulation

Read More
Why doesn't the bitwise & operator short-circuit?...

language-agnosticbit-manipulation

Read More
Practical uses for rotate carry left/right...

assemblybit-manipulationprogramming-languagesbitwise-operators

Read More
Branchless count-leading-zeros on 32-bit RISC-V without Zbb extension...

algorithmbit-manipulationriscvmicro-optimizationriscv32

Read More
How to convert a Javascript number to a Uint8Array?...

javascriptarraysbit-manipulationarraybufferuint8array

Read More
Bit operation AND...

c++bit-manipulationbitwise-operators

Read More
Bitwise operators order of precedence...

bitmaplogicbit-manipulationoperator-precedence

Read More
Count the number of set bits in a 32-bit integer...

algorithmbinarybit-manipulationhammingweightiec10967

Read More
HAKMEM Hamming Weight bithack has a bug, any way to save it?...

bit-manipulationhammingweight

Read More
Visualization of Bitwise Difference of Audio Files...

linuxbit-manipulationdiffvisualize

Read More
Obtaining bit representation of a float in C...

cfloating-pointbit-manipulation

Read More
Unsigned Integer in Javascript...

javascriptbit-manipulationunsigned

Read More
How to efficiently find Bitwise OR of a range of numbers...

calgorithmbit-manipulationbitwise-operatorsbitwise-or

Read More
How do you efficiently count the trailing zero bits in a number?...

c++cwhile-loopbit-manipulationbitwise-operators

Read More
Minimum number of bits to represent number...

c#integerbit-manipulationbit

Read More
BackNext