Eigen::internal::accurate_log2< Scalar > Struct Template Reference

#include <GenericPacketMathFunctions.h>

Public Member Functions

template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void operator() (const Packet &x, Packet &log2_x_hi, Packet &log2_x_lo)
 

Member Function Documentation

◆ operator()()

template<typename Scalar >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::accurate_log2< Scalar >::operator() ( const Packet x,
Packet log2_x_hi,
Packet log2_x_lo 
)
inline
1833  {
1834  log2_x_hi = plog2(x);
1835  log2_x_lo = pzero(x);
1836  }
EIGEN_STRONG_INLINE Packet8f pzero(const Packet8f &)
Definition: AVX/PacketMath.h:774
EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS Packet plog2(const Packet &a)
Definition: GenericPacketMath.h:1123
list x
Definition: plotDoE.py:28

References Eigen::internal::plog2(), Eigen::internal::pzero(), and plotDoE::x.


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