Search code examples
i & 0xFF vs i % 256 with negative numbers...

javascriptbitwise-operatorsmodulobitwise-and

Read More
Getting 0x55555555 just using numbers less then 0xFF, | and <<...

cbit-manipulationbitwise-operators

Read More
Using bitwise operation to multiply by 3...

cbit-manipulationbitwise-operators

Read More
Why do scoped enums allow use of | operator when initializing using previously assigned values?...

c++enumslanguage-lawyerbitwise-operators

Read More
Flip the k-th significant bit...

pythonbit-manipulationbitwise-operatorsbit-shift

Read More
How can I craft XOR Using mod 2 addition in C?...

cbit-manipulationbitwise-operatorsbitwise-xor

Read More
How to test if a number is a power of 2?...

haskellbitwise-operators

Read More
Figuring out what exactly this bitwise AND and LSL does in C...

cbinaryhexbitwise-operatorsbit-shift

Read More
determine if value contains another value with bitwise operation...

c++bitwise-operators

Read More
Does the position of this bit-wise operator change the behavior?...

cbit-manipulationlanguage-lawyerbitwise-operatorsunsigned-integer

Read More
Get the "bits" of a float in Python?...

pythonfloating-pointbitwise-operators

Read More
subtracting two integers bit by bit in assembly...

assemblyx86bitwise-operatorsmasmirvine32

Read More
bitwise operation set nth bit for negative number...

pythonbit-manipulationbitwise-operatorsbit-shiftbitwise-or

Read More
Convert byte array to generic type value in C#...

c#bitwise-operators

Read More
Difference between Bitwise and boolean operator 'AND'...

javaif-statementoperatorsbitwise-operators

Read More
combining bitwise inverse with bitwise or...

pythonbitwise-operatorsoperator-keywordbitwise-or

Read More
How to implement logical operators using bitwise operators...

cbitwise-operatorslogical-operators

Read More
Why are these two codes giving a different output? // bits.c float_i2f...

c++bitwise-operators

Read More
How to do bitwise logic for fitting box...

bit-manipulationbitwise-operators

Read More
Manually adding a bitmask vs adding a bitwise shift...

cbitwise-operators

Read More
XORing two variables and adding the result to a third varibable works with operator += but not with ...

c++operatorsbitwise-operatorsoperator-precedence

Read More
about reading pin from register GPIODATA...

cembeddedbitwise-operatorsgpio

Read More
Algorith problem Decode Hex to set output...

javascriptalgorithmbit-manipulationbitwise-operators

Read More
Bitwise operation in SQL Server...

sql-servert-sqloperatorsbitwise-operators

Read More
Bit manipulation to convert leftmost set bits to right-side alternating bits?...

pythonc++cbit-manipulationbitwise-operators

Read More
'Terminated due to timeout'...

pythonpython-3.xbitwise-operators

Read More
How would one create a bitwise rotation function in dart?...

dartcryptographybitwise-operators

Read More
How do I use bitwise operators on a "double" on C++?...

c++bitwise-operators

Read More
Need help unpacking bit values...

pythonbit-manipulationbitwise-operators

Read More
How can I access the sign bit of a number in C++?...

c++binarybitwise-operators

Read More
BackNext