TR-mbed 1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Eigen::internal::TensorUInt128< HIGH, LOW > Struct Template Reference

#include <TensorUInt128.h>

Public Member Functions

template<typename OTHER_HIGH , typename OTHER_LOW >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE TensorUInt128 (const TensorUInt128< OTHER_HIGH, OTHER_LOW > &other)
 
template<typename OTHER_HIGH , typename OTHER_LOW >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE TensorUInt128operator= (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 operator LOW () const
 
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE LOW lower () const
 
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE HIGH upper () const
 

Public Attributes

HIGH high
 
LOW low
 

Constructor & Destructor Documentation

◆ TensorUInt128() [1/3]

◆ TensorUInt128() [2/3]

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

◆ TensorUInt128() [3/3]

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

Member Function Documentation

◆ lower()

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

◆ operator LOW()

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

◆ operator=()

◆ upper()

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

Member Data Documentation

◆ high

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

◆ low

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

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