![]()  | 
  
    PandA-2024.02
    
   | 
 

Go to the source code of this file.
Macros | |
| #define | float_tininess_after_rounding 0 | 
| #define | float_tininess_before_rounding 1 | 
| #define | float_round_nearest_even 0 | 
| #define | float_round_to_zero 1 | 
| #define | float_round_up 2 | 
| #define | float_round_down 3 | 
| #define | float_flag_inexact 1 | 
| #define | float_flag_divbyzero 2 | 
| #define | float_flag_underflow 4 | 
| #define | float_flag_overflow 8 | 
| #define | float_flag_invalid 16 | 
Typedefs | |
| typedef unsigned int | float32 | 
| typedef unsigned long long | float64 | 
| #define float_flag_divbyzero 2 | 
Definition at line 74 of file softfloat.h.
| #define float_flag_inexact 1 | 
Definition at line 73 of file softfloat.h.
| #define float_flag_invalid 16 | 
Definition at line 77 of file softfloat.h.
| #define float_flag_overflow 8 | 
Definition at line 76 of file softfloat.h.
| #define float_flag_underflow 4 | 
Definition at line 75 of file softfloat.h.
| #define float_round_down 3 | 
Definition at line 68 of file softfloat.h.
| #define float_round_nearest_even 0 | 
Definition at line 65 of file softfloat.h.
| #define float_round_to_zero 1 | 
Definition at line 66 of file softfloat.h.
| #define float_round_up 2 | 
Definition at line 67 of file softfloat.h.
| #define float_tininess_after_rounding 0 | 
Definition at line 59 of file softfloat.h.
| #define float_tininess_before_rounding 1 | 
Definition at line 60 of file softfloat.h.
| typedef unsigned int float32 | 
Definition at line 53 of file softfloat.h.
| typedef unsigned long long float64 | 
Definition at line 54 of file softfloat.h.
 1.8.13