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

specialization of ipsdk::simd::detail::UniformRandomLCGReg structure for standard instruction set More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/detail/AssignReg.h>
#include <IPSDKUtil/InstructionSet/detail/UniformRandomLCGReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/SignedUnsignedOpReg.h>
#include <IPSDKUtil/InstructionSet/RegType.h>
#include <IPSDKUtil/Tools/ForceInline.h>
#include <math.h>

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Standard, T, typename boost::enable_if_c< sizeof(T)==1 >::type >
 UniformRandomLCGPack template specialization for instruction set Standard and for 8bits integers (signed or unsigned) More...
 
struct  ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Standard, T, typename boost::enable_if_c< sizeof(T)==2 >::type >
 UniformRandomLCGPack template specialization for instruction set Standard and for 16bits integers (signed or unsigned) More...
 
struct  ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Standard, T, typename boost::enable_if_c< sizeof(T)==4 >::type >
 UniformRandomLCGPack template specialization for instruction set Standard and for 16bits integers (signed or unsigned) More...
 
struct  ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Standard, ipReal32 >
 UniformRandomLCGPack template specialization for instruction set Standard and for real32. More...
 
struct  ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Standard, ipReal64 >
 UniformRandomLCGPack template specialization for instruction set Standard and for real64. More...
 

Namespaces

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

Detailed Description

specialization of ipsdk::simd::detail::UniformRandomLCGReg structure for standard instruction set

Author
H. Delestre
Date
2014/02/25