Namespaces | |
| namespace | inner |
| namespace | arm_cmsis_dsp::inner |
Data Structures | |
| struct | number_traits< float16_t > |
| Feature of float16 datatype. More... | |
| struct | vector_traits< float16_t > |
| float16 vector description when no vector architecture More... | |
| struct | number_traits< float16_t > |
| Feature of float16 datatype. More... | |
| struct | vector_traits< float16_t > |
| float16 vector description when no vector architecture More... | |
| struct number_traits< float16_t > |
Feature of float16 datatype.
Public Types | |
| typedef float16_t | accumulator |
| Accumulator datatype. | |
| typedef _Float16 | compute_type |
| Compute datatype. | |
| typedef float | display_type |
| Display type for printf. | |
Static Public Member Functions | |
| static constexpr float16_t | one () |
| One value. | |
Static Public Attributes | |
| static constexpr bool | is_float = true |
| It is a float number. | |
| static constexpr bool | is_fixed = false |
| It is not a fixed point number. | |
|
inlinestaticconstexpr |
One value.
| struct vector_traits< float16_t > |
float16 vector description when no vector architecture
| struct arm_cmsis_dsp::number_traits< float16_t > |
Feature of float16 datatype.
Public Types | |
| typedef float16_t | accumulator |
| Accumulator datatype. | |
| typedef _Float16 | compute_type |
| Compute datatype. | |
| typedef float | display_type |
| Display type for printf. | |
Static Public Member Functions | |
| static constexpr float16_t | one () |
| One value. | |
Static Public Attributes | |
| static constexpr bool | is_float = true |
| It is a float number. | |
| static constexpr bool | is_fixed = false |
| It is not a fixed point number. | |
|
inlinestaticconstexpr |
One value.
| struct arm_cmsis_dsp::vector_traits< float16_t > |
float16 vector description when no vector architecture
Public Types | |
| typedef float16_t | type |
| Float16 datatype. | |
| typedef float16_t | storage_type |
| Float16 storage type. | |
| typedef bool | vector |
| Dummy type when no vector instruction is supported. | |
| typedef bool | temp_accumulator |
| Dummy type when no vector instruction is supported. | |
| typedef uint32_t | predicate_t |
| Dummy type when no vector instruction is supported. | |
| typedef float16_t | type |
| Scalar datatype. | |
| typedef float16_t | storage_type |
| Storage type (for instance for Q15 scalar the storage is int16_t) | |
Static Public Attributes | |
| static constexpr bool | has_vector = false |
| No vector instruction. | |
| static constexpr bool | is_float = true |
| Is float. | |
| static constexpr bool | is_fixed = false |
| Not fixed point. | |
| static constexpr bool | has_predicate = false |
| Has predicated loop. | |
| static constexpr int | nb_lanes = 1 |
| Number of lanes. | |
| static constexpr bool | has_vector |
| True if scalar type has a related vector type. | |
| static constexpr bool | is_float |
| True if scalar type is a float (half, float or double) | |
| static constexpr bool | is_fixed |
| True if scalar type is fixed point. | |