|
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 |
Go to the source code of this file.
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
| namespace | juce::dsp::SIMDInternal |
| A template specialisation to find corresponding mask type for primitives. | |
Typedefs | |
| template<typename Primitive > | |
| using | juce::dsp::SIMDInternal::MaskType = typename MaskTypeFor< Primitive >::type |
| struct juce::dsp::SIMDInternal::MaskTypeFor |
| 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< double > |
Definition at line 34 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| typedef uint64_t | type | |
| 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< int8_t > |
Definition at line 36 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| typedef uint8_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< std::complex< float > > |
Definition at line 40 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| typedef uint32_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::PrimitiveType |
| struct juce::dsp::SIMDInternal::PrimitiveType< std::complex< Primitive > > |
| union juce::dsp::SIMDFallbackOps::UnionType |
Definition at line 67 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| ScalarType | s[n] | |
| vSIMDType | v | |
| union juce::dsp::SIMDFallbackOps::UnionMaskType |
Definition at line 68 of file juce_SIMDNativeOps_fallback.h.
| Class Members | ||
|---|---|---|
| MaskType | m[n] | |
| vSIMDType | v | |