TR-mbed 1.0
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Eigen::internal::pldexp_fast_impl< Packet > Struct Template Reference

#include <GenericPacketMathFunctions.h>

Public Types

enum  { TotalBits = sizeof(Scalar) * CHAR_BIT , MantissaBits = numext::numeric_limits<Scalar>::digits - 1 , ExponentBits = int(TotalBits) - int(MantissaBits) - 1 }
 
typedef unpacket_traits< Packet >::integer_packet PacketI
 
typedef unpacket_traits< Packet >::type Scalar
 
typedef unpacket_traits< PacketI >::type ScalarI
 

Static Public Member Functions

static EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Packet run (const Packet &a, const Packet &exponent)
 

Member Typedef Documentation

◆ PacketI

◆ Scalar

◆ ScalarI

Member Enumeration Documentation

◆ anonymous enum

Enumerator
TotalBits 
MantissaBits 
ExponentBits 

Member Function Documentation

◆ run()


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