![]() |
AmpGen 2.1
|
Definition at line 28 of file arm128d_types.h.
Public Types | |
| typedef double | scalar_type |
Public Member Functions | |
| real_v ()=default | |
| real_v (float64x2_t data) | |
| real_v (uint64x2_t &&data) | |
| real_v (int64x2_t &&data) | |
| real_v (const scalar_type &f) | |
| real_v (const scalar_type &x0, const scalar_type &x1) | |
| real_v (const scalar_type *f) | |
| real_v (const std::array< scalar_type, size > f) | |
| void | store (scalar_type *ptr) const |
| const scalar_type * | to_ptr () const |
| scalar_type * | to_ptr () |
| std::array< scalar_type, size > | to_array () const |
| int64x2_t | to_int () const |
| double | at (const unsigned i) const |
| operator float64x2_t () const | |
| real_v | operator+= (const real_v &rhs) |
| real_v | operator-= (const real_v &rhs) |
| real_v | operator*= (const real_v &rhs) |
| real_v | operator/= (const real_v &rhs) |
Public Attributes | |
| float64x2_t | data |
Static Public Attributes | |
| static constexpr unsigned | size = 2 |
| typedef double AmpGen::ARM128d::real_v::scalar_type |
Definition at line 31 of file arm128d_types.h.
|
default |
|
inline |
Definition at line 33 of file arm128d_types.h.
|
inlineexplicit |
Definition at line 34 of file arm128d_types.h.
|
inlineexplicit |
Definition at line 35 of file arm128d_types.h.
|
inline |
Definition at line 36 of file arm128d_types.h.
|
inline |
Definition at line 37 of file arm128d_types.h.
|
inlineexplicit |
Definition at line 41 of file arm128d_types.h.
|
inline |
Definition at line 42 of file arm128d_types.h.
|
inline |
Definition at line 52 of file arm128d_types.h.
|
inline |
Definition at line 53 of file arm128d_types.h.
Definition at line 93 of file arm128d_types.h.
Definition at line 85 of file arm128d_types.h.
Definition at line 89 of file arm128d_types.h.
Definition at line 97 of file arm128d_types.h.
|
inline |
Definition at line 43 of file arm128d_types.h.
|
inline |
Definition at line 46 of file arm128d_types.h.
|
inline |
Definition at line 51 of file arm128d_types.h.
|
inline |
Definition at line 45 of file arm128d_types.h.
|
inline |
Definition at line 44 of file arm128d_types.h.
| float64x2_t AmpGen::ARM128d::real_v::data |
Definition at line 29 of file arm128d_types.h.
|
staticconstexpr |
Definition at line 30 of file arm128d_types.h.