IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Namespaces
DivReg.h File Reference

specialization of ipsdk::simd::detail::DivReg structure common to several instruction sets for integral types More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/RegType.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/DivReg.h>
#include <IPSDKUtil/InstructionSet/detail/CastReg.h>
#include <IPSDKUtil/Tools/ForceInline.h>
#include <boost/mpl/and.hpp>
#include <boost/mpl/equal_to.hpp>
#include <boost/mpl/or.hpp>
#include <boost/mpl/not_equal_to.hpp>
#include <boost/mpl/sizeof.hpp>

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::DivReg< 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::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::sizeof_< T >, boost::mpl::int_< 1 > >::type >::type >::type >::type >
 DivReg template specialization for ipInt8 and ipUInt8. More...
 
struct  ipsdk::simd::detail::DivReg< 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::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::sizeof_< T >, boost::mpl::int_< 2 > >::type >::type >::type >::type >
 DivReg template specialization for ipInt16 and ipUInt16. More...
 
struct  ipsdk::simd::detail::DivReg< 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::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::sizeof_< T >, boost::mpl::int_< 4 > >::type >::type >::type >::type >
 DivReg template specialization for ipInt32 and ipUInt32. More...
 

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::simd
 Namespace agregating IPSDK SIMD routines and classes.
 

Detailed Description

specialization of ipsdk::simd::detail::DivReg structure common to several instruction sets for integral types

Author
H. Delestre
Date
2018/04/07