Re: Unsigned Fixed Point Long Division Fractional Divide Function (32 bit/ 32 bit)
- From: Jerry Avins <jya@xxxxxxxx>
- Date: Tue, 09 Aug 2005 15:15:52 -0400
Mark Utter wrote:
Hello all,
I am looking for an unsigned long division C or C55x assembly function (i.e., a 32 bit dividend and a 32-bit divisor, yielding a 32-bit quotient) for a TI C5500 DSP.
I would like to get a quotient data format of 16.16 (16 bits integer, 16 bits fractional) from a 32 bit dividend (uint) and 32-bit divisor (uint).
That can't always be done. Dividing MAXINT by 1 is an example that must fail.
Jerry -- Engineering is the art of making what you want from things you can get. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ .
- Follow-Ups:
- References:
- Prev by Date: jitter measurement methods
- Next by Date: Re: jitter measurement methods
- Previous by thread: Re: Unsigned Fixed Point Long Division Fractional Divide Function (32 bit/ 32 bit)
- Next by thread: Re: Unsigned Fixed Point Long Division Fractional Divide Function (32 bit/ 32 bit)
- Index(es):
Relevant Pages
|