IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
NormalRandomPack.h
Go to the documentation of this file.
1 // NormalRandomPack.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_NORMALRANDOMPACK_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_NORMALRANDOMPACK_H__
17 
24 
25 namespace ipsdk {
26 namespace simd {
27 namespace detail {
28 
31 
34 template <typename T>
36 {
37  static
38  IPSDK_FORCEINLINE
39  void
46  {
49  rMean, rSigma, rUnifRand1._val, rUnifRand2._val, rOut1, rOut2);
54  }
55 };
56 
59 
60 } // end of namespace detail
61 } // end of namespace simd
62 } // end of namespace ipsdk
63 
64 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_NORMALRANDOMPACK_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: NormalRandomReg.h:42
saturated round function; returns the round values of the elements of a pack
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
NormalRandomPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> structure...
Definition of import/export macro for library.
Definition: NormalRandomPack.h:34
compiler optimisations only
Definition: InstructionSetTypes.h:34
Definition: RegType.h:29
Definition: SaturatedRoundPack.h:43
structure containing intrinsic registers used to store vectorized data
Definition: BasePackDecl.h:29