![]() |
|
#include "./InternalHeaderCheck.h"Go to the source code of this file.
Namespaces | |
| Eigen | |
| Namespace containing all symbols from the Eigen library. | |
| Eigen::internal | |
| Namespace containing low-level routines from the Eigen library. | |
Functions | |
| template<typename T > | |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE std::enable_if_t< sizeof(T)==4, int > | Eigen::internal::count_leading_zeros (const T val) |
| template<typename T > | |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE std::enable_if_t< sizeof(T)==8, int > | Eigen::internal::count_leading_zeros (const T val) |
| template<typename T > | |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE uint32_t | Eigen::internal::muluh (const uint32_t a, const T b) |
| template<typename T > | |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE uint64_t | Eigen::internal::muluh (const uint64_t a, const T b) |
| template<typename T , bool div_gt_one> | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T | Eigen::internal::operator/ (const T &numerator, const TensorIntDivisor< T, div_gt_one > &divisor) |