This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | INT_DECIMAL_BITS 8 |
| #define | SHO_DECIMAL_BITS 5 |
| #define | FSIM2INT(a) ((a) >> INT_DECIMAL_BITS) |
| #define | FSIM2SHO(a) ((a) >> SHO_DECIMAL_BITS) |
| #define | INT2FSIM(a) ((a) << INT_DECIMAL_BITS) |
| #define | SHO2FSIM(a) ((a) << SHO_DECIMAL_BITS) |
| #define FSIM2INT | ( | a | ) | ((a) >> INT_DECIMAL_BITS) |
Definition at line 27 of file floatsim.h.
| #define FSIM2SHO | ( | a | ) | ((a) >> SHO_DECIMAL_BITS) |
Definition at line 28 of file floatsim.h.
| #define INT2FSIM | ( | a | ) | ((a) << INT_DECIMAL_BITS) |
Definition at line 29 of file floatsim.h.
| #define INT_DECIMAL_BITS 8 |
Definition at line 20 of file floatsim.h.
| #define SHO2FSIM | ( | a | ) | ((a) << SHO_DECIMAL_BITS) |
| #define SHO_DECIMAL_BITS 5 |
Definition at line 23 of file floatsim.h.
1.4.7