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.
Referenced by __attribute__(), and float64_div().
#define float_flag_inexact 1 |
Definition at line 73 of file softfloat.h.
Referenced by roundAndPackFloat64().
#define float_flag_invalid 16 |
Definition at line 77 of file softfloat.h.
Referenced by __attribute__(), float64_div(), float64_le(), float64_mul(), and subFloat64Sigs().
#define float_flag_overflow 8 |
Definition at line 76 of file softfloat.h.
Referenced by roundAndPackFloat64().
#define float_flag_underflow 4 |
Definition at line 75 of file softfloat.h.
Referenced by roundAndPackFloat64().
#define float_round_down 3 |
Definition at line 68 of file softfloat.h.
Referenced by roundAndPackFloat64(), and subFloat64Sigs().
#define float_round_nearest_even 0 |
Definition at line 65 of file softfloat.h.
Referenced by roundAndPackFloat64().
#define float_round_to_zero 1 |
Definition at line 66 of file softfloat.h.
Referenced by roundAndPackFloat64().
#define float_round_up 2 |
Definition at line 67 of file softfloat.h.
Referenced by roundAndPackFloat64().
#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.
Referenced by roundAndPackFloat64().
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.