PandA-2024.02
Macros | Typedefs
softfloat.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ float_flag_divbyzero

#define float_flag_divbyzero   2

Definition at line 74 of file softfloat.h.

◆ float_flag_inexact

#define float_flag_inexact   1

Definition at line 73 of file softfloat.h.

◆ float_flag_invalid

#define float_flag_invalid   16

Definition at line 77 of file softfloat.h.

◆ float_flag_overflow

#define float_flag_overflow   8

Definition at line 76 of file softfloat.h.

◆ float_flag_underflow

#define float_flag_underflow   4

Definition at line 75 of file softfloat.h.

◆ float_round_down

#define float_round_down   3

Definition at line 68 of file softfloat.h.

◆ float_round_nearest_even

#define float_round_nearest_even   0

Definition at line 65 of file softfloat.h.

◆ float_round_to_zero

#define float_round_to_zero   1

Definition at line 66 of file softfloat.h.

◆ float_round_up

#define float_round_up   2

Definition at line 67 of file softfloat.h.

◆ float_tininess_after_rounding

#define float_tininess_after_rounding   0

Definition at line 59 of file softfloat.h.

◆ float_tininess_before_rounding

#define float_tininess_before_rounding   1

Definition at line 60 of file softfloat.h.

Typedef Documentation

◆ float32

typedef unsigned int float32

Definition at line 53 of file softfloat.h.

◆ float64

typedef unsigned long long float64

Definition at line 54 of file softfloat.h.


Generated on Mon Feb 12 2024 13:03:03 for PandA-2024.02 by doxygen 1.8.13