XCORE SDK
XCORE Software Development Kit
Classes | Enumerations
lib_xs3_math Block Floating-Point Types

Classes

struct  bfp_s32_t
 A block floating-point vector of 32-bit elements. More...
 
struct  bfp_s16_t
 [bfp_s32_t] More...
 
struct  bfp_complex_s32_t
 [bfp_s16_t] More...
 
struct  bfp_complex_s16_t
 [bfp_complex_s32_t] More...
 

Enumerations

enum  bfp_flags_e { BFP_FLAG_DYNAMIC = (1 << 0) }
 (Opaque) Flags field for BFP vectors. More...
 

Detailed Description

Enumeration Type Documentation

◆ bfp_flags_e

(Opaque) Flags field for BFP vectors.

Warning
Users should not manually modify fields of this type, as it is intended to be opaque.
Enumerator
BFP_FLAG_DYNAMIC 

Indicates that BFP vector's mantissa buffer(s) were allocated dynamically

This flag lets the bfp_*_dealloc() functions know whether the mantissa vector must be free()ed.