#include <TensorUInt128.h>
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE LOW | lower () const |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE | operator LOW () const |
template<typename OTHER_HIGH , typename OTHER_LOW > | |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE TensorUInt128 & | operator= (const TensorUInt128< OTHER_HIGH, OTHER_LOW > &other) |
template<typename T > | |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE | TensorUInt128 (const T &x) |
template<typename OTHER_HIGH , typename OTHER_LOW > | |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE | TensorUInt128 (const TensorUInt128< OTHER_HIGH, OTHER_LOW > &other) |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE | TensorUInt128 (HIGH y, LOW x) |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE HIGH | upper () const |
Public Attributes | |
HIGH | high |
LOW | low |
Definition at line 33 of file TensorUInt128.h.
|
inline |
Definition at line 40 of file TensorUInt128.h.
|
inlineexplicit |
Definition at line 57 of file TensorUInt128.h.
|
inline |
Definition at line 63 of file TensorUInt128.h.
|
inline |
Definition at line 68 of file TensorUInt128.h.
|
inline |
Definition at line 65 of file TensorUInt128.h.
|
inline |
Definition at line 47 of file TensorUInt128.h.
|
inline |
Definition at line 71 of file TensorUInt128.h.
HIGH Eigen::internal::TensorUInt128< HIGH, LOW >::high |
Definition at line 35 of file TensorUInt128.h.
LOW Eigen::internal::TensorUInt128< HIGH, LOW >::low |
Definition at line 36 of file TensorUInt128.h.