Public Types | Public Member Functions | Public Attributes | List of all members
fcl::details::sse_meta_f4 Struct Reference

#include <hpp/fcl/simd/math_simd_details.h>

Public Types

typedef float meta_type
 

Public Member Functions

 sse_meta_f4 ()
 
 sse_meta_f4 (float x)
 
 sse_meta_f4 (float *px)
 
 sse_meta_f4 (__m128 x)
 
 sse_meta_f4 (float x, float y, float z, float w=1)
 
void setValue (float x, float y, float z, float w=1)
 
void setValue (float x)
 
void setValue (__m128 x)
 
void negate ()
 
sse_meta_f4ubound (const sse_meta_f4 &u)
 
sse_meta_f4lbound (const sse_meta_f4 &l)
 
void * operator new [] (size_t n)
 
void operator delete [] (void *x)
 
float operator[] (size_t i) const
 
float & operator[] (size_t i)
 
sse_meta_f4 operator+ (const sse_meta_f4 &other) const
 
sse_meta_f4 operator- (const sse_meta_f4 &other) const
 
sse_meta_f4 operator* (const sse_meta_f4 &other) const
 
sse_meta_f4 operator/ (const sse_meta_f4 &other) const
 
sse_meta_f4operator+= (const sse_meta_f4 &other)
 
sse_meta_f4operator-= (const sse_meta_f4 &other)
 
sse_meta_f4operator*= (const sse_meta_f4 &other)
 
sse_meta_f4operator/= (const sse_meta_f4 &other)
 
sse_meta_f4 operator+ (float t) const
 
sse_meta_f4 operator- (float t) const
 
sse_meta_f4 operator* (float t) const
 
sse_meta_f4 operator/ (float t) const
 
sse_meta_f4operator+= (float t)
 
sse_meta_f4operator-= (float t)
 
sse_meta_f4operator*= (float t)
 
sse_meta_f4operator/= (float t)
 
sse_meta_f4 operator- () const
 

Public Attributes

union {
   float   vs [4]
 
   __m128   v
 
}; 
 

Member Typedef Documentation

◆ meta_type

Constructor & Destructor Documentation

◆ sse_meta_f4() [1/5]

fcl::details::sse_meta_f4::sse_meta_f4 ( )
inline

◆ sse_meta_f4() [2/5]

fcl::details::sse_meta_f4::sse_meta_f4 ( float  x)
inline

◆ sse_meta_f4() [3/5]

fcl::details::sse_meta_f4::sse_meta_f4 ( float *  px)
inline

◆ sse_meta_f4() [4/5]

fcl::details::sse_meta_f4::sse_meta_f4 ( __m128  x)
inline

◆ sse_meta_f4() [5/5]

fcl::details::sse_meta_f4::sse_meta_f4 ( float  x,
float  y,
float  z,
float  w = 1 
)
inline

Member Function Documentation

◆ lbound()

sse_meta_f4& fcl::details::sse_meta_f4::lbound ( const sse_meta_f4 l)
inline

◆ negate()

void fcl::details::sse_meta_f4::negate ( )
inline

◆ operator delete []()

void fcl::details::sse_meta_f4::operator delete [] ( void *  x)
inline

◆ operator new []()

void* fcl::details::sse_meta_f4::operator new [] ( size_t  n)
inline

◆ operator*() [1/2]

sse_meta_f4 fcl::details::sse_meta_f4::operator* ( const sse_meta_f4 other) const
inline

◆ operator*() [2/2]

sse_meta_f4 fcl::details::sse_meta_f4::operator* ( float  t) const
inline

References sse_meta_f4().

◆ operator*=() [1/2]

sse_meta_f4& fcl::details::sse_meta_f4::operator*= ( const sse_meta_f4 other)
inline

◆ operator*=() [2/2]

sse_meta_f4& fcl::details::sse_meta_f4::operator*= ( float  t)
inline

◆ operator+() [1/2]

sse_meta_f4 fcl::details::sse_meta_f4::operator+ ( const sse_meta_f4 other) const
inline

◆ operator+() [2/2]

sse_meta_f4 fcl::details::sse_meta_f4::operator+ ( float  t) const
inline

References sse_meta_f4().

◆ operator+=() [1/2]

sse_meta_f4& fcl::details::sse_meta_f4::operator+= ( const sse_meta_f4 other)
inline

◆ operator+=() [2/2]

sse_meta_f4& fcl::details::sse_meta_f4::operator+= ( float  t)
inline

◆ operator-() [1/3]

sse_meta_f4 fcl::details::sse_meta_f4::operator- ( const sse_meta_f4 other) const
inline

◆ operator-() [2/3]

sse_meta_f4 fcl::details::sse_meta_f4::operator- ( float  t) const
inline

References sse_meta_f4().

◆ operator-() [3/3]

sse_meta_f4 fcl::details::sse_meta_f4::operator- ( ) const
inline

◆ operator-=() [1/2]

sse_meta_f4& fcl::details::sse_meta_f4::operator-= ( const sse_meta_f4 other)
inline

◆ operator-=() [2/2]

sse_meta_f4& fcl::details::sse_meta_f4::operator-= ( float  t)
inline

◆ operator/() [1/2]

sse_meta_f4 fcl::details::sse_meta_f4::operator/ ( const sse_meta_f4 other) const
inline

◆ operator/() [2/2]

sse_meta_f4 fcl::details::sse_meta_f4::operator/ ( float  t) const
inline

References sse_meta_f4().

◆ operator/=() [1/2]

sse_meta_f4& fcl::details::sse_meta_f4::operator/= ( const sse_meta_f4 other)
inline

◆ operator/=() [2/2]

sse_meta_f4& fcl::details::sse_meta_f4::operator/= ( float  t)
inline

◆ operator[]() [1/2]

float fcl::details::sse_meta_f4::operator[] ( size_t  i) const
inline

◆ operator[]() [2/2]

float& fcl::details::sse_meta_f4::operator[] ( size_t  i)
inline

◆ setValue() [1/3]

void fcl::details::sse_meta_f4::setValue ( float  x,
float  y,
float  z,
float  w = 1 
)
inline

◆ setValue() [2/3]

void fcl::details::sse_meta_f4::setValue ( float  x)
inline

◆ setValue() [3/3]

void fcl::details::sse_meta_f4::setValue ( __m128  x)
inline

◆ ubound()

sse_meta_f4& fcl::details::sse_meta_f4::ubound ( const sse_meta_f4 u)
inline

Member Data Documentation

◆ @9

union { ... }

◆ v

__m128 fcl::details::sse_meta_f4::v

◆ vs

float fcl::details::sse_meta_f4::vs[4]