IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
sin.h File Reference

sin function; returns the calculation of the sine on all the elements of one input pack operand More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/SinPack.h>
#include <IPSDKUtil/InstructionSet/PromotedType.h>
#include <IPSDKUtil/Tools/ForceInline.h>

Go to the source code of this file.

Namespaces

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

Functions

template<eInstructionSet::domain instructionSet, eInstructionSet::domain instructionSetFma, class PackT >
IPSDK_FORCEINLINE PackT ipsdk::simd::sin (const PackT &in)
 
template<eInstructionSet::domain instructionSet, eInstructionSet::domain instructionSetFma, class PackT >
IPSDK_FORCEINLINE void ipsdk::simd::sin (const PackT &in, PackT &out)
 

Detailed Description

sin function; returns the calculation of the sine on all the elements of one input pack operand

Author
H. Delestre
Date
2014/10/30

given a pack A with A = {a1, ..., an}, sin(A) returns B, with B ={ sin(a1), ..., sin(an)}