SPRAC71B February 2019 – October 2023
These functions are unimplemented, but the names are reserved for use by a C99 compiler. The TI library does not currently implement these functions. The API relating to C99 is subject to change.
Signature | Description |
---|---|
int32 _ _C28x_isfinite(float64 x); | True iff x is a representable value |
int32 _ _C28x_isfinitef(float32 x); | True iff x is a representable value |
int32 _ _C28x_isinf(float64 x); | True iff x represents "infinity" |
int32 _ _C28x_isinff(float32 x); | True iff x represents "infinity" |
int32 _ _C28x_isnan(float64 x); | True iff x represents "not a number" |
int32 _ _C28x_isnanf(float32 x); | True iff x represents "not a number" |
int32 _ _C28x_isnormal(float64 x); | True iff x is not denormalized |
int32 _ _C28x_isnormalf(float32 x); | True iff x is not denormalized |
int32 _ _C28x_fpclassify(float64 x); | Classify floating-point value |
int32 _ _C28x_fpclassifyf(float32 x); | Classify floating-point value |