Public Member Functions | Public Attributes | List of all members
Eigen::internal::TensorUInt128< HIGH, LOW > Struct Template Reference

#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 TensorUInt128operator= (const TensorUInt128< OTHER_HIGH, OTHER_LOW > &other)
 
template<typename OTHER_HIGH , typename OTHER_LOW >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE TensorUInt128 (const TensorUInt128< OTHER_HIGH, OTHER_LOW > &other)
 
template<typename T >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE TensorUInt128 (const T &x)
 
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
 

Detailed Description

template<typename HIGH = uint64_t, typename LOW = uint64_t>
struct Eigen::internal::TensorUInt128< HIGH, LOW >

Definition at line 32 of file TensorUInt128.h.

Constructor & Destructor Documentation

template<typename HIGH = uint64_t, typename LOW = uint64_t>
template<typename OTHER_HIGH , typename OTHER_LOW >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Eigen::internal::TensorUInt128< HIGH, LOW >::TensorUInt128 ( const TensorUInt128< OTHER_HIGH, OTHER_LOW > &  other)
inline

Definition at line 39 of file TensorUInt128.h.

template<typename HIGH = uint64_t, typename LOW = uint64_t>
template<typename T >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Eigen::internal::TensorUInt128< HIGH, LOW >::TensorUInt128 ( const T &  x)
inlineexplicit

Definition at line 56 of file TensorUInt128.h.

template<typename HIGH = uint64_t, typename LOW = uint64_t>
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Eigen::internal::TensorUInt128< HIGH, LOW >::TensorUInt128 ( HIGH  y,
LOW  x 
)
inline

Definition at line 62 of file TensorUInt128.h.

Member Function Documentation

template<typename HIGH = uint64_t, typename LOW = uint64_t>
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE LOW Eigen::internal::TensorUInt128< HIGH, LOW >::lower ( ) const
inline

Definition at line 67 of file TensorUInt128.h.

template<typename HIGH = uint64_t, typename LOW = uint64_t>
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Eigen::internal::TensorUInt128< HIGH, LOW >::operator LOW ( ) const
inline

Definition at line 64 of file TensorUInt128.h.

template<typename HIGH = uint64_t, typename LOW = uint64_t>
template<typename OTHER_HIGH , typename OTHER_LOW >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE TensorUInt128& Eigen::internal::TensorUInt128< HIGH, LOW >::operator= ( const TensorUInt128< OTHER_HIGH, OTHER_LOW > &  other)
inline

Definition at line 46 of file TensorUInt128.h.

template<typename HIGH = uint64_t, typename LOW = uint64_t>
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE HIGH Eigen::internal::TensorUInt128< HIGH, LOW >::upper ( ) const
inline

Definition at line 70 of file TensorUInt128.h.

Member Data Documentation

template<typename HIGH = uint64_t, typename LOW = uint64_t>
HIGH Eigen::internal::TensorUInt128< HIGH, LOW >::high

Definition at line 34 of file TensorUInt128.h.

template<typename HIGH = uint64_t, typename LOW = uint64_t>
LOW Eigen::internal::TensorUInt128< HIGH, LOW >::low

Definition at line 35 of file TensorUInt128.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:48