#include <ieee_fpu.h>
Definition at line 322 of file ieee_fpu.h.
Data Fields | |
| unsigned int | software_completion:1 |
| unsigned int | invalid_operation:1 |
| unsigned int | divide_by_zero:1 |
| unsigned int | floating_overflow:1 |
| unsigned int | floating_underflow:1 |
| unsigned int | inexact_result:1 |
| unsigned int | integer_overflow:1 |
| unsigned int a_excsum::software_completion |
Definition at line 325 of file ieee_fpu.h.
| unsigned int a_excsum::invalid_operation |
Definition at line 326 of file ieee_fpu.h.
| unsigned int a_excsum::divide_by_zero |
Definition at line 327 of file ieee_fpu.h.
| unsigned int a_excsum::floating_overflow |
Definition at line 328 of file ieee_fpu.h.
| unsigned int a_excsum::floating_underflow |
Definition at line 329 of file ieee_fpu.h.
| unsigned int a_excsum::inexact_result |
Definition at line 330 of file ieee_fpu.h.
| unsigned int a_excsum::integer_overflow |
Definition at line 331 of file ieee_fpu.h.