Namespaces | |
| namespace | inner |
Data Structures | |
| struct | number_traits< std::complex< float > > |
| Features for complex float. More... | |
| struct | vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type > |
| Vector instructions for complex float when no Helium or Neon. More... | |
| struct number_traits< std::complex< float > > |
Features for complex float.
Public Types | |
| typedef std::complex< float > | accumulator |
| Accumulator datatype for this scalar datatype. | |
| typedef std::complex< float > | compute_type |
| Compute datatype for this scalar datatype. | |
| typedef std::complex< float > | display_type |
| Display type for printf. | |
Static Public Member Functions | |
| static constexpr std::complex< 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< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type > |
Vector instructions for complex float when no Helium or Neon.
| arch | Current architecture |