78 #ifndef ARM_MATH_CM0_FAMILY 82 q31_t out1, out2, out3, out4;
85 blkCnt = blockSize >> 2u;
96 #ifndef ARM_MATH_BIG_ENDIAN 101 out2 = in1 & 0xFFFF0000;
105 out4 = in2 & 0xFFFF0000;
110 out1 = in1 & 0xFFFF0000;
114 out3 = in2 & 0xFFFF0000;
118 #endif // #ifndef ARM_MATH_BIG_ENDIAN 131 blkCnt = blockSize % 0x4u;
146 *pDst++ = (
q31_t) * pIn++ << 16;
int16_t q15_t
16-bit fractional data type in 1.15 format.
#define __SIMD32(addr)
definition to read/write two 16 bit values.
int32_t q31_t
32-bit fractional data type in 1.31 format.
void arm_q15_to_q31(q15_t *pSrc, q31_t *pDst, uint32_t blockSize)
Converts the elements of the Q15 vector to Q31 vector.