IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Static Public Member Functions | List of all members
ipsdk::simd::detail::AsinReg< IS, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::mpl::not_equal_to< boost::mpl::int_< IS >, boost::mpl::int_< eInstructionSet::eIS_Standard > >::type, typename boost::is_float< T >::type >::type >::type > Struct Template Reference

SinReg template specialization common to several instruction sets. More...

#include <AsinReg.h>

Static Public Member Functions

static IPSDK_FORCEINLINE RegType< IS, T >::Type act (const typename RegType< IS, T >::Type &in)
 
static IPSDK_FORCEINLINE void act (const typename RegType< IS, T >::Type &in, typename RegType< IS, T >::Type &out)
 
static IPSDK_FORCEINLINE const T g_p0 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_p1 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_p2 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_p3 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_p4 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_p5 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_q0 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_q1 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_q2 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_q3 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_q4 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_r0 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_r1 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_r2 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_r3 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_r4 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_s0 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_s1 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_s2 ()
 used polynomial constants
 
static IPSDK_FORCEINLINE const T g_s3 ()
 used polynomial constants
 

Detailed Description

template<eInstructionSet::domain IS, typename T>
struct ipsdk::simd::detail::AsinReg< IS, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::mpl::not_equal_to< boost::mpl::int_< IS >, boost::mpl::int_< eInstructionSet::eIS_Standard > >::type, typename boost::is_float< T >::type >::type >::type >

SinReg template specialization common to several instruction sets.


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