15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_ATAN2REG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_ATAN2REG_H__ 33 static IPSDK_FORCEINLINE
35 act(
const T& y,
const T& x)
37 return std::atan2(y, x);
40 static IPSDK_FORCEINLINE
42 act(
const T& y,
const T& x, T& out)
44 out = std::atan2(y, x);
55 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_ATAN2REG_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
template structure which is specialized to implement the computation of atan2 function on a scalar or...
Definition: Atan2Reg.h:38
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Definition of import/export macro for library.
compiler optimisations only
Definition: InstructionSetTypes.h:34