Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2018

iwTypeIsFloat

Syntax

IW_DECL(int) iwTypeIsFloat(
 IppDataType type
);

Parameters

type

Data type.

Description

If the specified data type is floating point, the function returns 1; otherwise, it returns 0.

Return Values

Floating point flag for the specified data type.