CMSIS-NN  
CMSIS NN Software Library
 
Loading...
Searching...
No Matches
arm_nn_math_types_flt.h File Reference

Macros

#define ARM_NN_F32_FINITE_MAX   ((float32_t)__FLT_MAX__)
 Largest finite float32 value representable by the toolchain.
 
#define ARM_NN_F32_FINITE_LOWEST   (-ARM_NN_F32_FINITE_MAX)
 Lowest finite float32 value representable by the toolchain.
 
#define ARM_NN_F16_FINITE_MAX   ((float16_t)65504.0f)
 Largest finite float16 value representable by the toolchain.
 
#define ARM_NN_F16_FINITE_LOWEST   ((float16_t) - ARM_NN_F16_FINITE_MAX)
 Lowest finite float16 value representable by the toolchain.
 

Typedefs

typedef float float32_t
 32-bit floating-point type definition for CMSIS-NN float extensions.
 

Macro Definition Documentation

◆ ARM_NN_F16_FINITE_LOWEST

#define ARM_NN_F16_FINITE_LOWEST   ((float16_t) - ARM_NN_F16_FINITE_MAX)

Lowest finite float16 value representable by the toolchain.

◆ ARM_NN_F16_FINITE_MAX

#define ARM_NN_F16_FINITE_MAX   ((float16_t)65504.0f)

Largest finite float16 value representable by the toolchain.

◆ ARM_NN_F32_FINITE_LOWEST

#define ARM_NN_F32_FINITE_LOWEST   (-ARM_NN_F32_FINITE_MAX)

Lowest finite float32 value representable by the toolchain.

◆ ARM_NN_F32_FINITE_MAX

#define ARM_NN_F32_FINITE_MAX   ((float32_t)__FLT_MAX__)

Largest finite float32 value representable by the toolchain.

Typedef Documentation

◆ float32_t

typedef float float32_t

32-bit floating-point type definition for CMSIS-NN float extensions.