15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_COMMON_TRUNCATEREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_COMMON_TRUNCATEREG_H__ 22 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/AbsReg.h> 23 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/FloorReg.h> 35 template <eInstructionSet::domain IS>
38 static IPSDK_FORCEINLINE
47 static IPSDK_FORCEINLINE
66 template <eInstructionSet::domain IS>
69 static IPSDK_FORCEINLINE
78 static IPSDK_FORCEINLINE
103 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_COMMON_TRUNCATEREG_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
template structure which is specialized to implement the computation of value rounded to closest even...
Definition: FloorReg.h:36
Definition: BitwiseOrReg.h:30
Definition of import/export macro for library.
Definition: BitwiseCastReg.h:29
template structure which is specialized to implement the computation of abs function on a scalar or a...
Definition: AbsReg.h:46
template structure which is specialized to implement the computation of value truncated to nearest in...
Definition: TruncateReg.h:37
Definition: BitwiseAndReg.h:30
Definition: AssignRegDecl.h:31
float ipReal32
Base types definition.
Definition: BaseTypes.h:56