Namespaces | |
| namespace | inner |
| namespace | arm_cmsis_dsp::inner |
Data Structures | |
| struct | number_traits< float > |
| Features for float. More... | |
| struct | vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type > |
| Vector instructions for float when no Helium or Neon. More... | |
| struct | number_traits< float > |
| Features for float. More... | |
| struct | vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type > |
| Vector instructions for float when no Helium or Neon. More... | |
| struct number_traits< float > |
Features for float.
Public Types | |
| typedef float | accumulator |
| Accumulator datatype for this scalar datatype. | |
| typedef float | compute_type |
| Compute datatype for this scalar datatype. | |
| typedef float | display_type |
| Display type for printf. | |
Static Public Member Functions | |
| static constexpr float | one () |
| One for this datatype. | |
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. | |
|
inlinestaticconstexpr |
One for this datatype.
| struct vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type > |
Vector instructions for float when no Helium or Neon.
| arch | Current architecture |
| struct arm_cmsis_dsp::number_traits< float > |
Features for float.
Public Types | |
| typedef float | accumulator |
| Accumulator datatype for this scalar datatype. | |
| typedef float | compute_type |
| Compute datatype for this scalar datatype. | |
| typedef float | display_type |
| Display type for printf. | |
Static Public Member Functions | |
| static constexpr float | one () |
| One for this datatype. | |
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. | |
|
inlinestaticconstexpr |
One for this datatype.
| struct arm_cmsis_dsp::vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type > |
Vector instructions for float when no Helium or Neon.
| arch | Current architecture |
Public Types | |
| typedef float | type |
| Current type. | |
| typedef float | storage_type |
| Current storage type. | |
| typedef bool | vector |
| Dummy type. Not used when no vector instructions. | |
| typedef bool | temp_accumulator |
| Dummy type. Not used when no vector instructions. | |
| typedef uint32_t | predicate_t |
| Dummy type. Not used when no vector instructions. | |
| typedef float | type |
| Scalar datatype. | |
| typedef float | 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 instructions for this datatype. | |
| static constexpr bool | is_float = true |
| Is float. | |
| static constexpr bool | is_fixed = false |
| Is fixed. | |
| static constexpr bool | has_predicate = false |
| No 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. | |