Block Floating-Point Format
D-6
ADSP-BF535 Blackfin Processor Hardware Reference
The Blackfin family provides a means (a signed fractional mode) by which
the multiplier result is always shifted left one bit before being written to
the result register. This left shift eliminates the extra sign bit when both
operands are signed, yielding a correctly formatted result.
When both operands are in 1.15 format, the result is 2.30 (30 fractional
bits). A left shift causes the multiplier result to be 1.31 which can be
rounded to 1.15. Thus, if you use a signed fractional data format, it is
most convenient to use the 1.15 format.
For more information about data formats, see the data formats listed in
Table 2-2 on page 2-11
.
Block Floating-Point Format
A block floating-point format enables a fixed-point processor to gain some
of the increased dynamic range of a floating-point format without the
overhead needed to do floating-point arithmetic. Some additional pro-
gramming is required to maintain a block floating-point format, however.
A floating-point number has an exponent that indicates the position of the
radix point in the actual value. In block floating-point format, a set
(block) of data values share a common exponent. A block of fixed-point
values can be converted to block floating-point format by shifting each
value left by the same amount and storing the shift value as the block
exponent.
Typically, block floating-point format allows you to shift out non-signifi-
cant MSBs, increasing the precision available in each value. Block
floating-point format can also be used to eliminate the possibility of a data
value overflowing.
Figure D-4
shows an example. In the example, each of
the three data samples has at least two non-significant, redundant sign
bits. Each data value can grow by these two bits (two orders of magnitude)
before overflowing; thus, these bits are called guard bits.
Summary of Contents for ADSP-BF535 Blackfin
Page 80: ...Development Tools 1 26 ADSP BF535 Blackfin Processor Hardware Reference...
Page 312: ...Working With Memory 6 86 ADSP BF535 Blackfin Processor Hardware Reference...
Page 332: ...System Interfaces 7 20 ADSP BF535 Blackfin Processor Hardware Reference...
Page 360: ...Dynamic Power Management Controller 8 28 ADSP BF535 Blackfin Processor Hardware Reference...
Page 446: ...Beginning and Ending an SPI Transfer 10 40 ADSP BF535 Blackfin Processor Hardware Reference...
Page 522: ...Timing Examples 11 76 ADSP BF535 Blackfin Processor Hardware Reference...
Page 562: ...IrDA Support 12 40 ADSP BF535 Blackfin Processor Hardware Reference...
Page 608: ...PCI I O Issues 13 46 ADSP BF535 Blackfin Processor Hardware Reference...
Page 672: ...References 14 64 ADSP BF535 Blackfin Processor Hardware Reference...
Page 810: ...SDRAM Controller SDC 18 86 ADSP BF535 Blackfin Processor Hardware Reference...
Page 811: ...ADSP BF535 Blackfin Processor Hardware Reference 18 87 External Bus Interface Unit...
Page 812: ...SDRAM Controller SDC 18 88 ADSP BF535 Blackfin Processor Hardware Reference...
Page 860: ...DMA Bus Debug Registers 20 30 ADSP BF535 Blackfin Processor Hardware Reference...