[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fpu] fpu div



on 8/26/00 2:49, Sagheer.Ahmad@infineon.com at Sagheer.Ahmad@infineon.com
wrote:

> Also, I still don't undetstand why
> you say exp is (exp1 - exp2 ).....Are you
> adding 127 into exp somewhere else.
> 
> 
> Sagheer.


For a Div operation you have to subtract the exponents,
and then add the bias (127) back.  Before that, you should
check if any of the numbers are de normalized ...

rudi