![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
ipsdk::simd::detail::DivPack structure template specialization for standard instruction set More...
#include <IPSDKUtil/IPSDKUtilExports.h>#include <IPSDKUtil/InstructionSet/cast.h>#include <IPSDKUtil/InstructionSet/InstructionSetTypes.h>#include <IPSDKUtil/InstructionSet/PromotedType.h>#include <IPSDKUtil/InstructionSet/BasePack.h>#include <IPSDKUtil/InstructionSet/Arithmetic/detail/DivReg.h>#include <IPSDKUtil/InstructionSet/detail/BinaryPackOp.h>#include <IPSDKUtil/Tools/ForceInline.h>#include <boost/type_traits/is_same.hpp>#include <boost/utility/enable_if.hpp>Go to the source code of this file.
Classes | |
| struct | ipsdk::simd::detail::DivPack< eInstructionSet::eIS_Standard, TIn, TIn > |
| DivPack template specialization for standard instruction set; first and second operand types are identical. More... | |
| struct | ipsdk::simd::detail::DivPack< eInstructionSet::eIS_Standard, TIn1, TIn2, typename boost::enable_if_c<!boost::is_same< TIn1, TIn2 >::value &&boost::is_same< TIn1, typename PromotedType< TIn1, TIn2 >::Type >::value >::type > |
| DivPack template specialization for standard instruction set; first operation type is greater than second one. More... | |
| struct | ipsdk::simd::detail::DivPack< eInstructionSet::eIS_Standard, TIn1, TIn2, typename boost::enable_if_c<!boost::is_same< TIn1, TIn2 >::value &&!boost::is_same< TIn1, typename PromotedType< TIn1, TIn2 >::Type >::value >::type > |
| DivPack template specialization for standard instruction set; second operation type is greater than first one. More... | |
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::simd | |
| Namespace agregating IPSDK SIMD routines and classes. | |
ipsdk::simd::detail::DivPack structure template specialization for standard instruction set
1.8.14