Home
last modified time | relevance | path

Searched refs:x4 (Results 1 – 7 of 7) sorted by relevance

/cmsis-3.4.0/CMSIS/DSP/Source/FilteringFunctions/
Darm_conv_opt_q7.c70 q15_t x4; /* Temporary input variable */ in arm_conv_opt_q7() local
116 x4 = (q15_t) *px--; in arm_conv_opt_q7()
117 *pScr2++ = x4; in arm_conv_opt_q7()
118 x4 = (q15_t) *px--; in arm_conv_opt_q7()
119 *pScr2++ = x4; in arm_conv_opt_q7()
120 x4 = (q15_t) *px--; in arm_conv_opt_q7()
121 *pScr2++ = x4; in arm_conv_opt_q7()
122 x4 = (q15_t) *px--; in arm_conv_opt_q7()
123 *pScr2++ = x4; in arm_conv_opt_q7()
136 x4 = (q15_t) *px--; in arm_conv_opt_q7()
[all …]
Darm_correlate_opt_q7.c70 q15_t x4; /* Temporary input variable */ in arm_correlate_opt_q7() local
143 x4 = (q15_t) *pIn2++; in arm_correlate_opt_q7()
144 *pScr2++ = x4; in arm_correlate_opt_q7()
145 x4 = (q15_t) *pIn2++; in arm_correlate_opt_q7()
146 *pScr2++ = x4; in arm_correlate_opt_q7()
147 x4 = (q15_t) *pIn2++; in arm_correlate_opt_q7()
148 *pScr2++ = x4; in arm_correlate_opt_q7()
149 x4 = (q15_t) *pIn2++; in arm_correlate_opt_q7()
150 *pScr2++ = x4; in arm_correlate_opt_q7()
163 x4 = (q15_t) *pIn2++; in arm_correlate_opt_q7()
[all …]
Darm_conv_partial_opt_q7.c68 q15_t x4; /* Temporary input variable */ in arm_conv_partial_opt_q7() local
126 x4 = (q15_t) *px--; in arm_conv_partial_opt_q7()
127 *pScr2++ = x4; in arm_conv_partial_opt_q7()
128 x4 = (q15_t) *px--; in arm_conv_partial_opt_q7()
129 *pScr2++ = x4; in arm_conv_partial_opt_q7()
130 x4 = (q15_t) *px--; in arm_conv_partial_opt_q7()
131 *pScr2++ = x4; in arm_conv_partial_opt_q7()
132 x4 = (q15_t) *px--; in arm_conv_partial_opt_q7()
133 *pScr2++ = x4; in arm_conv_partial_opt_q7()
146 x4 = (q15_t) *px--; in arm_conv_partial_opt_q7()
[all …]
Darm_fir_f16.c581 …_Float16 x0, x1, x2, x3, x4, x5, x6, x7; /* Temporary variables to hold state values… in arm_fir_f16() local
639 x4 = *px++; in arm_fir_f16()
667 acc4 += x4 * c0; in arm_fir_f16()
688 acc3 += x4 * c0; in arm_fir_f16()
703 acc2 += x4 * c0; in arm_fir_f16()
718 acc1 += x4 * c0; in arm_fir_f16()
732 acc0 += x4 * c0; in arm_fir_f16()
745 x4 = *(px++); in arm_fir_f16()
755 acc7 += x4 * c0; in arm_fir_f16()
770 acc6 += x4 * c0; in arm_fir_f16()
[all …]
Darm_fir_f32.c926 …float32_t x0, x1, x2, x3, x4, x5, x6, x7; /* Temporary variables to hold state value… in arm_fir_f32() local
984 x4 = *px++; in arm_fir_f32()
1012 acc4 += x4 * c0; in arm_fir_f32()
1033 acc3 += x4 * c0; in arm_fir_f32()
1048 acc2 += x4 * c0; in arm_fir_f32()
1063 acc1 += x4 * c0; in arm_fir_f32()
1077 acc0 += x4 * c0; in arm_fir_f32()
1090 x4 = *(px++); in arm_fir_f32()
1100 acc7 += x4 * c0; in arm_fir_f32()
1115 acc6 += x4 * c0; in arm_fir_f32()
[all …]
/cmsis-3.4.0/CMSIS/DSP/Include/
Darm_vec_math_f16.h140 float16x8_t x4 = vmulq(x2, x2); in vtaylor_polyq_f16() local
141 float16x8_t res = vfmaq(vfmaq_f16(A, B, x2), vfmaq_f16(C, D, x2), x4); in vtaylor_polyq_f16()
Darm_vec_math.h137 f32x4_t x4 = vmulq(x2, x2); in vtaylor_polyq_f32() local
138 f32x4_t res = vfmaq(vfmaq_f32(A, B, x2), vfmaq_f32(C, D, x2), x4); in vtaylor_polyq_f32()