|
XCORE SDK
XCORE Software Development Kit
|
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... | |
| enum bfp_flags_e |
(Opaque) Flags field for BFP vectors.
| 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. |