Grid 0.7.0
MultRealPart 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 395 of file Grid_a64fx-2.h.

Member Function Documentation

◆ operator()() [1/13]

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

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

References vec< T >::v.

◆ operator()() [2/13]

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

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

◆ operator()() [3/13]

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

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

◆ operator()() [4/13]

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

Definition at line 208 of file Grid_avx.h.

References _MM_SELECT_FOUR_FOUR.

◆ operator()() [5/13]

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

Definition at line 213 of file Grid_avx.h.

◆ operator()() [6/13]

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

Definition at line 186 of file Grid_avx512.h.

◆ operator()() [7/13]

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

Definition at line 191 of file Grid_avx512.h.

◆ operator()() [8/13]

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

Definition at line 161 of file Grid_generic.h.

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

◆ operator()() [9/13]

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

Definition at line 196 of file Grid_neon.h.

◆ operator()() [10/13]

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

Definition at line 200 of file Grid_neon.h.

◆ operator()() [11/13]

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

Definition at line 280 of file Grid_qpx.h.

◆ operator()() [12/13]

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

Definition at line 181 of file Grid_sse4.h.

References _MM_SELECT_FOUR_FOUR.

◆ operator()() [13/13]

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

Definition at line 186 of file Grid_sse4.h.


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