Search code examples
Need clarification on VHDL expressions involving std_logic_vector, unsigned and literals, unsure abo...


mathtypesvhdlunsignedieee

Read More
printf format for unsigned __int64 on Windows...


c++cwindowsprintfunsigned

Read More
Comparison between character and unsigned integer in C on X86 vs ARM...


cgccchararmunsigned

Read More
Why does gcc give a warning saying that the constant is unsigned because it is too large, when it is...


cgccconstantsunsignedint128

Read More
What is the difference between "unsigned int *ptr" and signed int *ptr"?...


cpointerstypesunsigned

Read More
Is it portable to cast an unsigned value to its signed version to prevent underflow?...


ctype-conversionintegerunsignedsigned

Read More
How to perform an unsigned right shift in Ruby?...


javarubybit-manipulationunsigned

Read More
VHDL Copying contents from one array of unsigned vector to another...


vhdlunsigned

Read More
Can I safely copy lowest bits from signed to unsigned integer by casting?...


c++castingc++20unsignedsigned

Read More
Why does << 32 not result in 0 in javascript?...


javascriptbit-manipulationunsignedbit-shiftinteger-overflow

Read More
signed and unsigned integer in C...


ctypescastingunsignedsigned

Read More
unsigned arithmetic - an indication that an overflow happened (ok! not happened but avoided by modul...


c++unsignedmodular-arithmetic

Read More
Conversion of Unicode string in Python...


pythonstringunicodeunsignedsigned

Read More
performance of unsigned vs signed integers...


c++cintegerintunsigned

Read More
C/C++ use of int or unsigned int...


c++ctypesintunsigned

Read More
How does an adder perform unsigned integer subtraction?...


assemblysubtractionunsignedalu

Read More
Unsigned hexadecimal constant in C?...


cconstantshexunsignedsigned

Read More
Using bit masking to set 0 to 1 and everything else to 0...


unsignedbitmask

Read More
Define the default int to unsigned int...


c++gccintegerunsigned

Read More
Should I disable the C compiler signed/unsigned mismatch warning?...


ccompiler-warningsunsignedsigned

Read More
Convert 16-bit signed PCM to unsigned 16-bit...


unsignedsignedpcm

Read More
Why doesn't C have unsigned floats?...


ctypesfloating-pointformatunsigned

Read More
Declaring an unsigned int in Java...


javaintegerunsigned

Read More
Can we make unsigned byte in Java...


javaunsigned

Read More
Writing unsigned bytes with Clojure...


clojureunsigned

Read More
convert unsigned char* to std::string...


c++castingunsignedtizen

Read More
MIPS which of these instructions deals with unsigned vs signed numbers (add, addi, addiu, addu) vs (...


mipsunsignedsignedmars-simulator

Read More
Save as tiff - 16bit unsigned...


tiffunsigned16-bitdm-script

Read More
Why is (18446744073709551615 == -1) true?...


c++equalityunsignedsignedinteger-overflow

Read More
Why doesn't Java support unsigned ints?...


javalanguage-designunsignedinteger

Read More
BackNext