Eigen::internal::packet_traits< uint16_t > Struct Reference

#include <PacketMath.h>

+ Inheritance diagram for Eigen::internal::packet_traits< uint16_t >:

Public Types

enum  {
  Vectorizable = 1 , AlignedOnScalar = 1 , size = 8 , HasAbs2 = 0 ,
  HasSetLinear = 0 , HasNegate = 0 , HasCmp = 1 , HasDiv = 1 ,
  HasBlend = 0
}
 
enum  {
  Vectorizable = 1 , AlignedOnScalar = 1 , size = 8 , HasCmp = 1 ,
  HasAdd = 1 , HasSub = 1 , HasShift = 1 , HasMul = 1 ,
  HasNegate = 0 , HasAbs = 1 , HasAbsDiff = 1 , HasArg = 0 ,
  HasAbs2 = 0 , HasMin = 1 , HasMax = 1 , HasConj = 1 ,
  HasSetLinear = 0 , HasBlend = 0 , HasSqrt = 1
}
 
typedef Packet8us type
 
typedef Packet8us half
 
typedef Packet8us type
 
typedef Packet4us half
 
- Public Types inherited from Eigen::internal::default_packet_traits
enum  {
  HasAdd = 1 , HasSub = 1 , HasShift = 1 , HasMul = 1 ,
  HasNegate = 1 , HasAbs = 1 , HasAbs2 = 1 , HasMin = 1 ,
  HasMax = 1 , HasConj = 1 , HasSetLinear = 1 , HasSign = 1 ,
  HasRound = 1 , HasArg = 0 , HasAbsDiff = 0 , HasBlend = 0 ,
  HasCmp = 0 , HasDiv = 0 , HasReciprocal = 0 , HasSqrt = 0 ,
  HasRsqrt = 0 , HasExp = 0 , HasExpm1 = 0 , HasLog = 0 ,
  HasLog1p = 0 , HasLog10 = 0 , HasPow = 0 , HasSin = 0 ,
  HasCos = 0 , HasTan = 0 , HasASin = 0 , HasACos = 0 ,
  HasATan = 0 , HasATanh = 0 , HasSinh = 0 , HasCosh = 0 ,
  HasTanh = 0 , HasLGamma = 0 , HasDiGamma = 0 , HasZeta = 0 ,
  HasPolygamma = 0 , HasErf = 0 , HasErfc = 0 , HasNdtri = 0 ,
  HasBessel = 0 , HasIGamma = 0 , HasIGammaDerA = 0 , HasGammaSampleDerAlpha = 0 ,
  HasIGammac = 0 , HasBetaInc = 0
}
 

Member Typedef Documentation

◆ half [1/2]

◆ half [2/2]

◆ type [1/2]

◆ type [2/2]

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Vectorizable 
AlignedOnScalar 
size 
HasAbs2 
HasSetLinear 
HasNegate 
HasCmp 
HasDiv 
HasBlend 
251  {
252  Vectorizable = 1,
253  AlignedOnScalar = 1,
254  size = 8,
255 
256  HasAbs2 = 0,
257  HasSetLinear = 0,
258  HasNegate = 0,
259  HasCmp = 1,
260  HasDiv = 1,
261  HasBlend = 0
262  };
@ HasNegate
Definition: LSX/PacketMath.h:258
@ AlignedOnScalar
Definition: LSX/PacketMath.h:253
@ Vectorizable
Definition: LSX/PacketMath.h:252
@ HasAbs2
Definition: LSX/PacketMath.h:256
@ HasSetLinear
Definition: LSX/PacketMath.h:257
@ HasBlend
Definition: LSX/PacketMath.h:261
@ size
Definition: LSX/PacketMath.h:254
@ HasCmp
Definition: LSX/PacketMath.h:259
@ HasDiv
Definition: LSX/PacketMath.h:260

◆ anonymous enum

anonymous enum
Enumerator
Vectorizable 
AlignedOnScalar 
size 
HasCmp 
HasAdd 
HasSub 
HasShift 
HasMul 
HasNegate 
HasAbs 
HasAbsDiff 
HasArg 
HasAbs2 
HasMin 
HasMax 
HasConj 
HasSetLinear 
HasBlend 
HasSqrt 
305  {
306  Vectorizable = 1,
307  AlignedOnScalar = 1,
308  size = 8,
309 
310  HasCmp = 1,
311  HasAdd = 1,
312  HasSub = 1,
313  HasShift = 1,
314  HasMul = 1,
315  HasNegate = 0,
316  HasAbs = 1,
317  HasAbsDiff = 1,
318  HasArg = 0,
319  HasAbs2 = 1,
320  HasMin = 1,
321  HasMax = 1,
322  HasConj = 1,
323  HasSetLinear = 1,
324  HasBlend = 0,
325  HasSqrt = 1
326  };
@ HasArg
Definition: NEON/PacketMath.h:318
@ HasAbsDiff
Definition: NEON/PacketMath.h:317
@ HasMax
Definition: NEON/PacketMath.h:321
@ HasAbs
Definition: NEON/PacketMath.h:316
@ HasShift
Definition: NEON/PacketMath.h:313
@ HasAdd
Definition: NEON/PacketMath.h:311
@ HasMin
Definition: NEON/PacketMath.h:320
@ HasConj
Definition: NEON/PacketMath.h:322
@ HasSqrt
Definition: NEON/PacketMath.h:325
@ HasMul
Definition: NEON/PacketMath.h:314
@ HasSub
Definition: NEON/PacketMath.h:312

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