English
Language : 

SH7263 Datasheet, PDF (123/1862 Pages) Renesas Technology Corp – Renesas 32-Bit RISC Microcomputer SuperHTM RISC engine Family / SH7260 Series
Section 3 Floating-Point Unit (FPU)
Table 3.1 Floating-Point Number Formats and Parameters
Parameter
Total bit width
Sign bit
Exponent field
Fraction field
Precision
Bias
E
max
Emin
Single-Precision
32 bits
1 bit
8 bits
23 bits
24 bits
+127
+127
–126
Double-Precision
64 bits
1 bit
11 bits
52 bits
53 bits
+1023
+1023
–1022
Floating-point number value v is determined as follows:
If E = Emax + 1 and f ≠ 0, v is a non-number (NaN) irrespective of sign s
If E = Emax + 1 and f = 0, v = (–1)s (infinity) [positive or negative infinity]
If Emin ≤ E ≤ Emax , v = (–1)s2E (1.f) [normalized number]
If E = Emin – 1 and f ≠ 0, v = (–1)s2Emin (0.f) [denormalized number]
If E = Emin – 1 and f = 0, v = (–1)s0 [positive or negative zero]
Rev. 2.00 Mar. 14, 2008 Page 89 of 1824
REJ09B0290-0200