83 #ifndef ARM_MATH_CM0_FAMILY 88 blkCnt = blockSize >> 2u;
107 blkCnt = blockSize % 0x4u;
122 *pDst++ = ((
float32_t) * pIn++ / 128.0f);
int8_t q7_t
8-bit fractional data type in 1.7 format.
float float32_t
32-bit floating-point type definition.
void arm_q7_to_float(q7_t *pSrc, float32_t *pDst, uint32_t blockSize)
Converts the elements of the Q7 vector to floating-point vector.