libsimdpp
0.9.3
|
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
simdpp::int128 Class Reference
Base class for all 128-bit integer objects. More...
Inheritance diagram for simdpp::int128:
Public Types | |
typedef uint64_t | element_type |
typedef uint64_t | uint_element_type |
typedef int128 | int_vector_type |
Public Member Functions | |
int128 () | |
int128 (const int128 &d) | |
int128 & | operator= (const int128 &d) |
Static Public Member Functions | |
static int128 | zero () |
Creates a 128-bit integer vector with the contents set to zero. More... | |
static int128 | ones () |
Creates a 128-bit integer vector with contents set to ones. More... | |
Static Public Attributes | |
static const unsigned | length = 2 |
static const unsigned | num_bits = 64 |
static const uint_element_type | all_bits = 0xffffffffffffffff |
Detailed Description
Base class for all 128-bit integer objects.
Member Typedef Documentation
typedef uint64_t simdpp::int128::element_type |
typedef uint64_t simdpp::int128::uint_element_type |
Constructor & Destructor Documentation
|
inline |
|
inline |
Member Function Documentation
|
static |
Creates a 128-bit integer vector with contents set to ones.
a[0..127] = 0
|
static |
Creates a 128-bit integer vector with the contents set to zero.
Construct from the underlying vector type Convert to underlying vector type
a[0..127] = 0
Member Data Documentation
|
static |
|
static |
|
static |
The documentation for this class was generated from the following file:
- simd/int128.h
Generated on Thu Oct 31 2013 04:08:51 for libsimdpp by 1.8.3.1