Grid 0.7.0
MultComplex Struct Reference

#include <Grid_a64fx-2.h>

Public Member Functions

template<typename T>
vec< T > operator() (vec< T > a, vec< T > b)
vecf operator() (vecf a, vecf b)
vecd operator() (vecd a, vecd b)
__m256 operator() (__m256 a, __m256 b)
__m256d operator() (__m256d a, __m256d b)
__m512 operator() (__m512 a, __m512 b)
__m512d operator() (__m512d a, __m512d b)
template<typename T>
accelerator_inline vec< T > operator() (vec< T > a, vec< T > b)
float32x4_t operator() (float32x4_t a, float32x4_t b)
float64x2_t operator() (float64x2_t a, float64x2_t b)
vector4double operator() (vector4double a, vector4double b)
__m128 operator() (__m128 a, __m128 b)
__m128d operator() (__m128d a, __m128d b)

Detailed Description

Definition at line 431 of file Grid_a64fx-2.h.

Member Function Documentation

◆ operator()() [1/13]

template<typename T>
vec< T > MultComplex::operator() ( vec< T > a,
vec< T > b )
inline

Definition at line 434 of file Grid_a64fx-2.h.

References vec< T >::v.

◆ operator()() [2/13]

vecf MultComplex::operator() ( vecf a,
vecf b )
inline

Definition at line 356 of file Grid_a64fx-fixedsize.h.

◆ operator()() [3/13]

vecd MultComplex::operator() ( vecd a,
vecd b )
inline

Definition at line 364 of file Grid_a64fx-fixedsize.h.

◆ operator()() [4/13]

__m256 MultComplex::operator() ( __m256 a,
__m256 b )
inline

Definition at line 232 of file Grid_avx.h.

References _MM_SELECT_FOUR_FOUR.

◆ operator()() [5/13]

__m256d MultComplex::operator() ( __m256d a,
__m256d b )
inline

Definition at line 258 of file Grid_avx.h.

◆ operator()() [6/13]

__m512 MultComplex::operator() ( __m512 a,
__m512 b )
inline

Definition at line 210 of file Grid_avx512.h.

◆ operator()() [7/13]

__m512d MultComplex::operator() ( __m512d a,
__m512d b )
inline

Definition at line 218 of file Grid_avx512.h.

◆ operator()() [8/13]

template<typename T>
accelerator_inline vec< T > MultComplex::operator() ( vec< T > a,
vec< T > b )
inline

Definition at line 190 of file Grid_generic.h.

References accelerator_inline, cmul, vec< T >::v, and VECTOR_FOR.

◆ operator()() [9/13]

float32x4_t MultComplex::operator() ( float32x4_t a,
float32x4_t b )
inline

Definition at line 230 of file Grid_neon.h.

◆ operator()() [10/13]

float64x2_t MultComplex::operator() ( float64x2_t a,
float64x2_t b )
inline

Definition at line 254 of file Grid_neon.h.

◆ operator()() [11/13]

vector4double MultComplex::operator() ( vector4double a,
vector4double b )
inline

Definition at line 295 of file Grid_qpx.h.

◆ operator()() [12/13]

__m128 MultComplex::operator() ( __m128 a,
__m128 b )
inline

Definition at line 205 of file Grid_sse4.h.

References _MM_SELECT_FOUR_FOUR.

◆ operator()() [13/13]

__m128d MultComplex::operator() ( __m128d a,
__m128d b )
inline

Definition at line 215 of file Grid_sse4.h.


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