|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
A template specialisation to find corresponding mask type for primitives. More...
Classes | |
| struct | Log2Helper |
| struct | Log2Helper< 1 > |
| struct | MaskTypeFor |
| struct | MaskTypeFor< char > |
| struct | MaskTypeFor< double > |
| struct | MaskTypeFor< float > |
| struct | MaskTypeFor< int16_t > |
| struct | MaskTypeFor< int32_t > |
| struct | MaskTypeFor< int64_t > |
| struct | MaskTypeFor< int8_t > |
| struct | MaskTypeFor< std::complex< double > > |
| struct | MaskTypeFor< std::complex< float > > |
| struct | PrimitiveType |
| struct | PrimitiveType< std::complex< Primitive > > |
Typedefs | |
| template<typename Primitive > | |
| using | MaskType = typename MaskTypeFor< Primitive >::type |
A template specialisation to find corresponding mask type for primitives.
| struct juce::dsp::SIMDInternal::MaskTypeFor |
| struct juce::dsp::SIMDInternal::MaskTypeFor< char > |
Definition at line 35 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| typedef uint8_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< double > |
Definition at line 34 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| typedef uint64_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< float > |
Definition at line 33 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| typedef uint32_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< int16_t > |
Definition at line 37 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| typedef uint16_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< int32_t > |
Definition at line 38 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| typedef uint32_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< int64_t > |
Definition at line 39 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| typedef uint64_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< int8_t > |
Definition at line 36 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| typedef uint8_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< std::complex< double > > |
Definition at line 41 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| typedef uint64_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< std::complex< float > > |
Definition at line 40 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| typedef uint32_t | type | |
| struct juce::dsp::SIMDInternal::PrimitiveType |
| struct juce::dsp::SIMDInternal::PrimitiveType< std::complex< Primitive > > |
| using juce::dsp::SIMDInternal::MaskType = typedef typename MaskTypeFor<Primitive>::type |
Definition at line 43 of file juce_SIMDNativeOps_fallback.h.