![]() |
AmpGen 2.1
|
Classes | |
struct | real_v |
Typedefs | |
using | complex_v = Complex<real_v> |
Functions | |
real_v | operator+ (const real_v &lhs, const real_v &rhs) |
real_v | operator- (const real_v &lhs, const real_v &rhs) |
real_v | operator* (const real_v &lhs, const real_v &rhs) |
real_v | operator/ (const real_v &lhs, const real_v &rhs) |
real_v | operator- (const real_v &x) |
real_v | operator& (const real_v &lhs, const real_v &rhs) |
real_v | operator| (const real_v &lhs, const real_v &rhs) |
real_v | operator^ (const real_v &lhs, const real_v &rhs) |
real_v | operator&& (const real_v &lhs, const real_v &rhs) |
real_v | operator|| (const real_v &lhs, const real_v &rhs) |
real_v | operator! (const real_v &x) |
real_v | operator< (const real_v &lhs, const real_v &rhs) |
real_v | operator> (const real_v &lhs, const real_v &rhs) |
real_v | operator<= (const real_v &lhs, const real_v &rhs) |
real_v | operator>= (const real_v &lhs, const real_v &rhs) |
real_v | operator== (const real_v &lhs, const real_v &rhs) |
real_v | sqrt (const real_v &v) |
real_v | abs (const real_v &v) |
real_v | sin (const real_v &v) |
real_v | cos (const real_v &v) |
real_v | exp (const real_v &v) |
real_v | log (const real_v &v) |
void | sincos (const real_v &v, real_v &s, real_v &c) |
std::array< int64_t, real_v::size > | store (const __m256i &v) |
std::pair< real_v, real_v > | sincos (const real_v &v) |
real_v | tan (const real_v &v) |
real_v | select (const real_v &mask, const real_v &a, const real_v &b) |
real_v | select (const bool &mask, const real_v &a, const real_v &b) |
real_v | sign (const real_v &v) |
real_v | conj (const real_v &v) |
real_v | atan2 (const real_v &y, const real_v &x) |
real_v | gather (const double *base_addr, const real_v &offsets) |
real_v | fmadd (const real_v &a, const real_v &b, const real_v &c) |
real_v | remainder (const real_v &a, const real_v &b) |
real_v | fmod (const real_v &a, const real_v &b) |
std::ostream & | operator<< (std::ostream &os, const real_v &obj) |
complex_v | select (const real_v &mask, const complex_v &a, const complex_v &b) |
complex_v | select (const real_v &mask, const real_v &a, const complex_v &b) |
complex_v | select (const real_v &mask, const complex_v &a, const real_v &b) |
complex_v | select (const bool &mask, const complex_v &a, const complex_v &b) |
using AmpGen::AVX2d::complex_v = Complex<real_v> |
Definition at line 150 of file avx2d_types.h.
Definition at line 79 of file avx2d_types.h.
Definition at line 124 of file avx2d_types.h.
Definition at line 122 of file avx2d_types.h.
Definition at line 85 of file avx2d_types.h.
Definition at line 86 of file avx2d_types.h.
Definition at line 133 of file avx2d_types.h.
Definition at line 138 of file avx2d_types.h.
Definition at line 129 of file avx2d_types.h.
Definition at line 88 of file avx2d_types.h.
Definition at line 72 of file avx2d_types.h.
Definition at line 67 of file avx2d_types.h.
Definition at line 70 of file avx2d_types.h.
Definition at line 64 of file avx2d_types.h.
Definition at line 62 of file avx2d_types.h.
Definition at line 63 of file avx2d_types.h.
Definition at line 66 of file avx2d_types.h.
Definition at line 65 of file avx2d_types.h.
Definition at line 73 of file avx2d_types.h.
|
inline |
Definition at line 144 of file avx2d_types.h.
Definition at line 75 of file avx2d_types.h.
Definition at line 77 of file avx2d_types.h.
Definition at line 74 of file avx2d_types.h.
Definition at line 76 of file avx2d_types.h.
Definition at line 69 of file avx2d_types.h.
Definition at line 68 of file avx2d_types.h.
Definition at line 71 of file avx2d_types.h.
Definition at line 137 of file avx2d_types.h.
|
inline |
Definition at line 154 of file avx2d_types.h.
Definition at line 120 of file avx2d_types.h.
|
inline |
Definition at line 151 of file avx2d_types.h.
|
inline |
Definition at line 153 of file avx2d_types.h.
|
inline |
Definition at line 152 of file avx2d_types.h.
Definition at line 119 of file avx2d_types.h.
Definition at line 121 of file avx2d_types.h.
Definition at line 84 of file avx2d_types.h.
Definition at line 107 of file avx2d_types.h.
Definition at line 89 of file avx2d_types.h.
Definition at line 78 of file avx2d_types.h.
|
inline |
Definition at line 100 of file avx2d_types.h.
Definition at line 113 of file avx2d_types.h.