Questions about fixed-point arithmetic, done using a set number of decimal places.
I have a C code which uses doubles. I want to be able to run the code on a DSP (…
c signal-processing fixed-point texas-instruments beagleboardI need to represent some numbers in Java with perfect precision and fixed number of decimal points after decimal point; …
java fixed-pointI am currently trying to figure out how to multiply two numbers in fixed point representation. Say my number representation …
multiplication fixed-pointI'm working on a function in JavaScript. I take two variables x and y. I need to divide two variables …
javascript floating-point fixed-pointThis is (AFAIK) a specific question within this general topic. Here's the situation: I have an embedded system (a video …
math assembly cpu-architecture fixed-point integer-divisionIt seems like there would be a ton of uses for a fixed point data type. Why is there not …
c# .net fixed-pointI want to invert a 4x4 matrix. My numbers are stored in fixed-point format (1.15.16 to be exact). With floating-point arithmetic …
language-agnostic matrix linear-algebra fixed-point matrix-inverseI have a coprocessor attached to the main processor. Some floating point calculations needs to be done in the coprocessor, …
c floating-point embedded fixed-pointI am trying to write a method in Python 3.2 that encrypts a phrase and then decrypts it. The problem is …
python floating-point format fixed-point scientific-notationI have a 16 bit fixed point processor and I want to do fixed point processing with it. I'm looking for …
c fixed-point