OpenShot Library | OpenShotAudio 0.2.2
juce::dsp::SIMDRegisterUnitTests::Multiplication Struct Reference

Static Public Member Functions

template<typename typeOne , typename typeTwo >
static void inplace (typeOne &a, const typeTwo &b)
 
template<typename typeOne , typename typeTwo >
static typeOne outofplace (const typeOne &a, const typeTwo &b)
 

Detailed Description

Definition at line 229 of file juce_SIMDRegister_test.cpp.

Member Function Documentation

◆ inplace()

template<typename typeOne , typename typeTwo >
static void juce::dsp::SIMDRegisterUnitTests::Multiplication::inplace ( typeOne &  a,
const typeTwo &  b 
)
inlinestatic

Definition at line 232 of file juce_SIMDRegister_test.cpp.

◆ outofplace()

template<typename typeOne , typename typeTwo >
static typeOne juce::dsp::SIMDRegisterUnitTests::Multiplication::outofplace ( const typeOne &  a,
const typeTwo &  b 
)
inlinestatic

Definition at line 238 of file juce_SIMDRegister_test.cpp.


The documentation for this struct was generated from the following file: