22 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ATAN2_H__ 23 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ATAN2_H__ 37 template <eInstructionSet::domain instructionSet,
class PackT>
40 atan2(
const PackT& y,
const PackT& x)
43 return detail::Atan2Pack<instructionSet, T>::act(y, x);
46 template <eInstructionSet::domain instructionSet,
class PackT>
49 atan2(
const PackT& y,
const PackT& x, PackT& out)
52 detail::Atan2Pack<instructionSet, T>::act(y, x, out);
61 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ATAN2_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Atan2Pack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> structure...
defines template structures PromotedType<T1, T2> and PromotedType3<T1, T2, T3>; their attribute Type ...
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.