77 #ifndef ARM_MATH_CM0_FAMILY 86 blkCnt = blockSize >> 2u;
95 sum = __SMLALD(in, in, sum);
97 sum = __SMLALD(in, in, sum);
105 blkCnt = blockSize % 0x4u;
112 sum = __SMLALD(in1, in1, sum);
137 sum += ((
q31_t) in * in);
int64_t q63_t
64-bit fractional data type in 1.63 format.
int16_t q15_t
16-bit fractional data type in 1.15 format.
#define __SIMD32(addr)
definition to read/write two 16 bit values.
void arm_rms_q15(q15_t *pSrc, uint32_t blockSize, q15_t *pResult)
Root Mean Square of the elements of a Q15 vector.
int32_t q31_t
32-bit fractional data type in 1.31 format.
arm_status arm_sqrt_q15(q15_t in, q15_t *pOut)
Q15 square root function.