#include <ieee_fpu.h>
Definition at line 205 of file ieee_fpu.h.
Data Fields | |
| unsigned long | low_word |
| unsigned short | next_word |
| unsigned short | high_word:7 |
| unsigned short | exponent:8 |
| unsigned short | sign:1 |
| unsigned long fp_d_register::low_word |
Definition at line 206 of file ieee_fpu.h.
| unsigned short fp_d_register::next_word |
Definition at line 207 of file ieee_fpu.h.
| unsigned short fp_d_register::high_word |
Definition at line 208 of file ieee_fpu.h.
| unsigned short fp_d_register::exponent |
Definition at line 209 of file ieee_fpu.h.
| unsigned short fp_d_register::sign |
Definition at line 210 of file ieee_fpu.h.