|
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) |
|
Definition at line 229 of file juce_SIMDRegister_test.cpp.
◆ inplace()
template<typename typeOne , typename typeTwo >
static void juce::dsp::SIMDRegisterUnitTests::Multiplication::inplace |
( |
typeOne & |
a, |
|
|
const typeTwo & |
b |
|
) |
| |
|
inlinestatic |
◆ outofplace()
template<typename typeOne , typename typeTwo >
static typeOne juce::dsp::SIMDRegisterUnitTests::Multiplication::outofplace |
( |
const typeOne & |
a, |
|
|
const typeTwo & |
b |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: