Home
last modified time | relevance | path

Searched refs:pSrcVec (Results 1 – 25 of 39) sorted by relevance

12

/cmsis-dsp-latest/Source/StatisticsFunctions/
Darm_max_no_idx_q15.c59 q15_t const *pSrcVec; in arm_max_no_idx_q15() local
65 pSrcVec = (q15_t const *) pSrc; in arm_max_no_idx_q15()
69 vecSrc = vld1q(pSrcVec); in arm_max_no_idx_q15()
70 pSrcVec += 8; in arm_max_no_idx_q15()
87 vecSrc = vld1q(pSrcVec); in arm_max_no_idx_q15()
88 pSrcVec += 8; in arm_max_no_idx_q15()
Darm_max_no_idx_q31.c59 q31_t const *pSrcVec; in arm_max_no_idx_q31() local
65 pSrcVec = (q31_t const *) pSrc; in arm_max_no_idx_q31()
69 vecSrc = vldrwq_s32(pSrcVec); in arm_max_no_idx_q31()
70 pSrcVec += 4; in arm_max_no_idx_q31()
87 vecSrc = vldrwq_s32(pSrcVec); in arm_max_no_idx_q31()
88 pSrcVec += 4; in arm_max_no_idx_q31()
Darm_max_no_idx_q7.c59 q7_t const *pSrcVec; in arm_max_no_idx_q7() local
65 pSrcVec = (q7_t const *) pSrc; in arm_max_no_idx_q7()
69 vecSrc = vld1q(pSrcVec); in arm_max_no_idx_q7()
70 pSrcVec += 16; in arm_max_no_idx_q7()
87 vecSrc = vld1q(pSrcVec); in arm_max_no_idx_q7()
88 pSrcVec += 16; in arm_max_no_idx_q7()
Darm_min_no_idx_q15.c59 q15_t const *pSrcVec; in arm_min_no_idx_q15() local
65 pSrcVec = (q15_t const *) pSrc; in arm_min_no_idx_q15()
69 vecSrc = vld1q(pSrcVec); in arm_min_no_idx_q15()
70 pSrcVec += 8; in arm_min_no_idx_q15()
87 vecSrc = vld1q(pSrcVec); in arm_min_no_idx_q15()
88 pSrcVec += 8; in arm_min_no_idx_q15()
Darm_min_no_idx_q31.c58 q31_t const *pSrcVec; in arm_min_no_idx_q31() local
64 pSrcVec = (q31_t const *) pSrc; in arm_min_no_idx_q31()
68 vecSrc = vldrwq_s32(pSrcVec); in arm_min_no_idx_q31()
69 pSrcVec += 4; in arm_min_no_idx_q31()
86 vecSrc = vldrwq_s32(pSrcVec); in arm_min_no_idx_q31()
87 pSrcVec += 4; in arm_min_no_idx_q31()
Darm_min_no_idx_q7.c58 q7_t const *pSrcVec; in arm_min_no_idx_q7() local
64 pSrcVec = (q7_t const *) pSrc; in arm_min_no_idx_q7()
68 vecSrc = vld1q(pSrcVec); in arm_min_no_idx_q7()
69 pSrcVec += 16; in arm_min_no_idx_q7()
86 vecSrc = vld1q(pSrcVec); in arm_min_no_idx_q7()
87 pSrcVec += 16; in arm_min_no_idx_q7()
Darm_absmax_no_idx_f32.c61 float32_t const *pSrcVec; in arm_absmax_no_idx_f32() local
67 pSrcVec = (float32_t const *) pSrc; in arm_absmax_no_idx_f32()
71 vecSrc = vldrwq_f32(pSrcVec); in arm_absmax_no_idx_f32()
72 pSrcVec += 4; in arm_absmax_no_idx_f32()
89 vecSrc = vldrwq_f32(pSrcVec); in arm_absmax_no_idx_f32()
90 pSrcVec += 4; in arm_absmax_no_idx_f32()
Darm_absmin_no_idx_f32.c63 float32_t const *pSrcVec; in arm_absmin_no_idx_f32() local
69 pSrcVec = (float32_t const *) pSrc; in arm_absmin_no_idx_f32()
73 vecSrc = vldrwq_f32(pSrcVec); in arm_absmin_no_idx_f32()
74 pSrcVec += 4; in arm_absmin_no_idx_f32()
91 vecSrc = vldrwq_f32(pSrcVec); in arm_absmin_no_idx_f32()
92 pSrcVec += 4; in arm_absmin_no_idx_f32()
Darm_absmin_no_idx_q15.c58 q15_t const *pSrcVec; in arm_absmin_no_idx_q15() local
64 pSrcVec = (q15_t const *) pSrc; in arm_absmin_no_idx_q15()
68 vecSrc = vld1q(pSrcVec); in arm_absmin_no_idx_q15()
69 pSrcVec += 8; in arm_absmin_no_idx_q15()
86 vecSrc = vld1q(pSrcVec); in arm_absmin_no_idx_q15()
87 pSrcVec += 8; in arm_absmin_no_idx_q15()
Darm_absmin_no_idx_q7.c61 q7_t const *pSrcVec; in arm_absmin_no_idx_q7() local
67 pSrcVec = (q7_t const *) pSrc; in arm_absmin_no_idx_q7()
71 vecSrc = vld1q(pSrcVec); in arm_absmin_no_idx_q7()
72 pSrcVec += 16; in arm_absmin_no_idx_q7()
89 vecSrc = vld1q(pSrcVec); in arm_absmin_no_idx_q7()
90 pSrcVec += 16; in arm_absmin_no_idx_q7()
Darm_absmin_no_idx_q31.c59 q31_t const *pSrcVec; in arm_absmin_no_idx_q31() local
65 pSrcVec = (q31_t const *) pSrc; in arm_absmin_no_idx_q31()
69 vecSrc = vldrwq_s32(pSrcVec); in arm_absmin_no_idx_q31()
70 pSrcVec += 4; in arm_absmin_no_idx_q31()
87 vecSrc = vldrwq_s32(pSrcVec); in arm_absmin_no_idx_q31()
88 pSrcVec += 4; in arm_absmin_no_idx_q31()
Darm_absmax_no_idx_f16.c64 float16_t const *pSrcVec; in arm_absmax_no_idx_f16() local
70 pSrcVec = (float16_t const *) pSrc; in arm_absmax_no_idx_f16()
74 vecSrc = vldrhq_f16(pSrcVec); in arm_absmax_no_idx_f16()
75 pSrcVec += 8; in arm_absmax_no_idx_f16()
92 vecSrc = vldrhq_f16(pSrcVec); in arm_absmax_no_idx_f16()
93 pSrcVec += 8; in arm_absmax_no_idx_f16()
Darm_min_f16.c66 float16_t const *pSrcVec; in arm_min_f16() local
77 pSrcVec = (float16_t const *) pSrc; in arm_min_f16()
81 vecSrc = vldrhq_f16(pSrcVec); pSrcVec += 8; in arm_min_f16()
103 vecSrc = vldrhq_f16(pSrcVec); pSrcVec += 8; in arm_min_f16()
Darm_absmin_no_idx_f16.c65 float16_t const *pSrcVec; in arm_absmin_no_idx_f16() local
71 pSrcVec = (float16_t const *) pSrc; in arm_absmin_no_idx_f16()
75 vecSrc = vld1q(pSrcVec); in arm_absmin_no_idx_f16()
76 pSrcVec += 8; in arm_absmin_no_idx_f16()
93 vecSrc = vld1q(pSrcVec); in arm_absmin_no_idx_f16()
94 pSrcVec += 8; in arm_absmin_no_idx_f16()
Darm_absmin_f32.c72 float32_t const *pSrcVec; in arm_absmin_f32() local
84 pSrcVec = (float32_t const *) pSrc; in arm_absmin_f32()
88 vecSrc = vldrwq_f32(pSrcVec); in arm_absmin_f32()
89 pSrcVec += 4; in arm_absmin_f32()
114 vecSrc = vldrwq_f32(pSrcVec); in arm_absmin_f32()
115 pSrcVec += 4; in arm_absmin_f32()
Darm_absmax_f16.c66 float16_t const *pSrcVec; in arm_absmax_f16() local
78 pSrcVec = (float16_t const *) pSrc; in arm_absmax_f16()
82 vecSrc = vldrhq_f16(pSrcVec); in arm_absmax_f16()
83 pSrcVec += 8; in arm_absmax_f16()
106 vecSrc = vldrhq_f16(pSrcVec); in arm_absmax_f16()
107 pSrcVec += 8; in arm_absmax_f16()
/cmsis-dsp-latest/Source/SupportFunctions/
Darm_q15_to_f16.c69 q15_t const *pSrcVec; in arm_q15_to_f16() local
71 pSrcVec = (q15_t const *) pSrc; in arm_q15_to_f16()
77 vecDst = vld1q(pSrcVec); pSrcVec += 8; in arm_q15_to_f16()
92 vecDst = vld1q(pSrcVec); pSrcVec += 8; in arm_q15_to_f16()
Darm_float_to_f16.c64 float32_t const *pSrcVec; in arm_float_to_f16() local
67 pSrcVec = (float32_t const *) pSrc; in arm_float_to_f16()
72 tmp = vld2q(pSrcVec); pSrcVec += 8; in arm_float_to_f16()
90 tmp = vld2q(pSrcVec); in arm_float_to_f16()
Darm_q31_to_float.c64 q31_t const *pSrcVec; in arm_q31_to_float() local
66 pSrcVec = (q31_t const *) pSrc; in arm_q31_to_float()
72 vecDst = vld1q(pSrcVec); in arm_q31_to_float()
73 pSrcVec += 4; in arm_q31_to_float()
91 *pDst++ = ((float32_t) *pSrcVec++ / 2147483648.0f); in arm_q31_to_float()
Darm_q31_to_q7.c62 q31_t const *pSrcVec; in arm_q31_to_q7() local
64 pSrcVec = (q31_t const *) pSrc; in arm_q31_to_q7()
68 tmp = vld4q(pSrcVec); in arm_q31_to_q7()
69 pSrcVec += 16; in arm_q31_to_q7()
104 *pDst++ = (q7_t) (*pSrcVec++ >> 24); in arm_q31_to_q7()
Darm_q31_to_q15.c61 q31_t const *pSrcVec; in arm_q31_to_q15() local
64 pSrcVec = (q31_t const *) pSrc; in arm_q31_to_q15()
70 tmp = vld2q(pSrcVec); in arm_q31_to_q15()
71 pSrcVec += 8; in arm_q31_to_q15()
91 *pDst++ = (q15_t) (*pSrcVec++ >> 16); in arm_q31_to_q15()
Darm_q7_to_q15.c62 q7_t const *pSrcVec; in arm_q7_to_q15() local
65 pSrcVec = (q7_t const *) pSrc; in arm_q7_to_q15()
72 vecDst = vldrbq_s16(pSrcVec); in arm_q7_to_q15()
73 pSrcVec += 8; in arm_q7_to_q15()
89 *pDst++ = (q15_t) * pSrcVec++ << 8; in arm_q7_to_q15()
Darm_q15_to_float.c66 q15_t const *pSrcVec; in arm_q15_to_float() local
68 pSrcVec = (q15_t const *) pSrc; in arm_q15_to_float()
74 vecDst = vldrhq_s32(pSrcVec); in arm_q15_to_float()
75 pSrcVec += 4; in arm_q15_to_float()
90 *pDst++ = ((float32_t) *pSrcVec++ / 32768.0f); in arm_q15_to_float()
Darm_q15_to_q7.c61 q15_t const *pSrcVec; in arm_q15_to_q7() local
65 pSrcVec = (q15_t const *) pSrc; in arm_q15_to_q7()
71 tmp = vld2q(pSrcVec); in arm_q15_to_q7()
72 pSrcVec += 16; in arm_q15_to_q7()
89 *pDst++ = (q7_t) (*pSrcVec++ >> 8); in arm_q15_to_q7()
Darm_q7_to_float.c64 q7_t const *pSrcVec; in arm_q7_to_float() local
66 pSrcVec = (q7_t const *) pSrc; in arm_q7_to_float()
72 vecDst = vldrbq_s32(pSrcVec); in arm_q7_to_float()
73 pSrcVec += 4; in arm_q7_to_float()
88 *pDst++ = ((float32_t) * pSrcVec++ / 128.0f); in arm_q7_to_float()

12