Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/10/02 21:01
Read: times


 
#24232 - RE: floating point optimization
Does it have to be floating point? Does the decimal point move, or is it always in the same place?

If you need 8-digit resolution, it sounds to me that you could get by handling it with 32-bit integers. Just handle it all as a 32-bit integer, then insert the decimal point when you go to display it.

There are 32-bit basic math routines (add, subtract, multiply, divide) in both the Tutorial and code library section.

Regards,
Craig Steiner

List of 33 messages in thread
TopicAuthorDate
floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: thanks            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: Erik confused!!!!            01/01/70 00:00      
RE: C51 optimizing c cross compiler            01/01/70 00:00      
RE: C51 optimizing c cross compiler            01/01/70 00:00      
RE: C51 optimizing c cross compiler            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization/Kunal            01/01/70 00:00      
RE: floating point optimization/Kunal            01/01/70 00:00      
RE: floating point optimization/Kunal            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: C51 optimizing c cross compiler            01/01/70 00:00      
RE: C51 optimizing c cross compiler            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      

Back to Subject List