15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_ISOUTOFRANGE_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_ISOUTOFRANGE_H__ 34 template <eInstructionSet::domain instructionSet,
class PackT>
36 typename Pack2MaskPackType<PackT>::Type&
37 isOutOfRange(
const PackT& in,
const PackT& packMin,
const PackT& packMax)
44 template <eInstructionSet::domain instructionSet,
class PackT>
47 isOutOfRange(
const PackT& in,
const PackT& packMin,
const PackT& packMax,
48 typename Pack2MaskPackType<PackT>::Type& out)
51 detail::TernaryPackOpRetMask<instructionSet, T,
52 detail::IsOutOfRangeReg<instructionSet, T> >::act(in, packMin, packMax,
62 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_ISOUTOFRANGE_H__ IPSDK_FORCEINLINE Pack2MaskPackType< PackT >::Type & isOutOfRange(const PackT &in, const PackT &packMin, const PackT &packMax)
isOutOfRange function; vectorized comparison ("is lower than min or " greater than" test) of data con...
Definition: isOutOfRange.h:37
Definition: IsOutOfRangeReg.h:30
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
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.
Definition: TernaryPackOpRetMask.h:31