IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UniformRandomLCGPack.h
Go to the documentation of this file.
1 // UniformRandomLCGPack.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_UNIFORMRANDOMLCGPACK_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_UNIFORMRANDOMLCGPACK_H__
17 
23 
24 namespace ipsdk {
25 namespace simd {
26 namespace detail {
27 
30 
33 template <typename T>
35 {
36  static
37  IPSDK_FORCEINLINE
42  {
45  rRangeMultiplier, rRangeOffset, rSeed));
46  }
47 
48  static
49  IPSDK_FORCEINLINE
50  void
55  {
58  rRangeMultiplier, rRangeOffset, rSeed));
59  }
60 };
61 
64 
65 } // end of namespace detail
66 } // end of namespace simd
67 } // end of namespace ipsdk
68 
69 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_UNIFORMRANDOMLCGPACK_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
BasePack class; defines a set of scalars (for instruction set "standard") or registers (for all other...
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Definition: UniformRandomLCGReg.h:29
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::UniformRandomLCGReg structure for standard instruction set ...
AddPack<eInstructionSet::domain instructionSet, typename TIn1, typename TIn2, typename Enable=void> s...
compiler optimisations only
Definition: InstructionSetTypes.h:34
Definition: RegType.h:29
Definition: UniformRandomLCGPack.h:37