Namespaces | |
namespace | inner |
Data Structures | |
struct | number_traits< std::complex< Q15 > > |
Features for complex Q15. More... | |
struct | vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type > |
Vector features for Q15 when no vector architecture. More... | |
struct number_traits< std::complex< Q15 > > |
Features for complex Q15.
Public Types | |
typedef std::complex< Q< 33, 30 > > | accumulator |
Accumulator datatype. | |
typedef std::complex< Q15 > | compute_type |
Compute type. | |
typedef std::complex< Q15 > | display_type |
Display type for printf. | |
Static Public Member Functions | |
static constexpr std::complex< Q15 > | one () |
One value. | |
Static Public Attributes | |
static constexpr bool | is_float = false |
Is not float. | |
static constexpr bool | is_fixed = true |
Is fixed point. | |
|
inlinestaticconstexpr |
One value.
struct vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type > |
Vector features for Q15 when no vector architecture.
arch | Current architecture |