|
HDK
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | SYS_MATHLIB SYS_MathLibs::CoreMath |
| #define | SYS_MATHLIB_NAME CoreMath |
| #define | SYS_MATHLIB_COREMATH |
Enumerations | |
| enum | SYS_MathLibs : char { SYS_MathLibs::System, SYS_MathLibs::OpenLibm, SYS_MathLibs::CoreMath } |
Defines compile time math library constants for use in code.
Definition in file SYS_MathLib.h.
| #define SYS_MATHLIB SYS_MathLibs::CoreMath |
Definition at line 25 of file SYS_MathLib.h.
| #define SYS_MATHLIB_COREMATH |
Definition at line 28 of file SYS_MathLib.h.
| #define SYS_MATHLIB_NAME CoreMath |
Definition at line 26 of file SYS_MathLib.h.
|
strong |
| Enumerator | |
|---|---|
| System | |
| OpenLibm | |
| CoreMath | |
Definition at line 18 of file SYS_MathLib.h.