Search code examples
C float type representation on fixed point hardware...


cfloating-pointfixed-point

Read More
Floating point versus fixed point: what are the pros/cons?...


c++cfloating-pointprocessorfixed-point

Read More
How to correctly print a 2.30 fixed point variable...


cembeddedprintfcortex-mfixed-point

Read More
Fixed point processing: what is the difference between uint16_t and uint_fast16_t?...


cfixed-point

Read More
Regex for Oracle NUMBER(10,8) field...


regexoracle-databaseprecisionfixed-point

Read More
Fixed Point Arithmetic in C Programming...


cfixed-point

Read More
When converting floating point to fixed point why have I seen some code do BIT_WIDTH ^ 2 MINUS 1?...


graphicsfloating-pointfixed-point

Read More
Fast inverse square root using fixed point instead of floating point...


c++cmathapproximationfixed-point

Read More
Is there a way to check if 128-bit integers are available...


c++fixed-point128-bit

Read More
Is there an efficient way to overload operators for structs when the underlying data is piecewise?...


c++operator-overloadingfixed-point

Read More
How to perform accurate FixedPoint Number Calculation in C?...


cc99c11fixed-point

Read More
Why aren't fixed-point types included in C99?...


cgccc99fixed-point

Read More
Log2 approximation in fixed-point...


logarithmpolynomialsfixed-point

Read More
How does rounding works in float multiplication?...


floating-pointroundingmultiplicationfloating-accuracyfixed-point

Read More
How to use expr on float?...


bashfloating-pointroundingfixed-point

Read More
Calculating the fixed-point representation of (1 - SQRT(0.5)) to arbitrary levels of precision...


cmathbinaryfixed-pointarbitrary-precision

Read More
Rounding down the absolute value of signed fixed point numbers in Verilog...


verilogroundingfixed-point

Read More
What's the best multiplication algorithm for fixed point where precision is necessary...


c++algorithmmultiplicationfixed-point

Read More
Emulated Fixed Point Division/Multiplication...


c++bit-manipulationmultiplicationfixed-pointinteger-division

Read More
How is multiplication in Libfixmath performed?...


cbatch-filecmdfixed-point

Read More
Python decimal sum returning wrong value...


pythonfixed-point

Read More
Fixed-point FIR Filter Output Size...


filterfixed-point

Read More
short2, 10 bit integer, 5 bit fraction, one sign bit...


c++mathnvidiafixed-pointopticalflow

Read More
Fixed Point Binary Multiplication Over Flow Problem...


numberscomputer-scienceunsigned-integerfixed-point

Read More
How to connect the theory of fixed-point numbers and its practical implementation?...


c++fixed-point

Read More
What exactly means U0.8, U4.8, U12.8, S0.4, S4.4, S12.4, U8.8 etc. fixed-point representation?...


c++fixed-point

Read More
How can I improve fixed-point data type utilization?...


cfixed-point

Read More
Division in Verilog and Q factor representation...


verilogsignal-processingfpgaxilinxfixed-point

Read More
How to subdivide integer hash into ranges...


gofixed-point

Read More
How to convert packed integer (16.16) fixed-point to float?...


floating-pointfixed-point

Read More
BackNext