Main Content

ssGetDataTypeIsHalfPrecision

Determine whether registered data type is half-precision data type

Since R2020b

Syntax

extern int ssGetDataTypeIsHalfPrecision
                                         (SimStruct *S,
                                         DTypeId dataTypeId)

Arguments

S

SimStruct representing an S-function block.

dataTypeId

Data type ID of the registered data type for which you want to determine if the data type is half-precision.

Description

This function determines whether a registered data type is a half-precision data type as defined in Half-Precision Format.

Requirement

To use this function, you must include fixedpoint.h and fixedpoint.c. For more information, see Structure of the S-Function.

Languages

C

TLC Functions

FixPt_DataTypeIsHalfPrecision

Version History

Introduced in R2020b