80 #ifndef ARM_MATH_CM0_FAMILY 90 blkCnt = blockSize >> 2u;
99 sum = __SMLALD(in32, in32, sum);
101 sum = __SMLALD(in32, in32, sum);
109 blkCnt = blockSize % 0x4u;
116 sum = __SMLALD(in16, in16, sum);
138 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_power_q15(q15_t *pSrc, uint32_t blockSize, q63_t *pResult)
Sum of the squares of the elements of a Q15 vector.
int32_t q31_t
32-bit fractional data type in 1.31 format.