Home
last modified time | relevance | path

Searched refs:inB1 (Results 1 – 12 of 12) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/ComplexMathFunctions/
Darm_cmplx_mult_real_q15.c121 q31_t inB1; /* Temporary variables to hold input data */ in arm_cmplx_mult_real_q15() local
139 inB1 = read_q15x2_ia ((q15_t **) &pSrcReal); in arm_cmplx_mult_real_q15()
143 mul1 = (q31_t) ((q15_t) (inA1) * (q15_t) (inB1)); in arm_cmplx_mult_real_q15()
144 mul2 = (q31_t) ((q15_t) (inA1 >> 16) * (q15_t) (inB1)); in arm_cmplx_mult_real_q15()
145 mul3 = (q31_t) ((q15_t) (inA2) * (q15_t) (inB1 >> 16)); in arm_cmplx_mult_real_q15()
146 mul4 = (q31_t) ((q15_t) (inA2 >> 16) * (q15_t) (inB1 >> 16)); in arm_cmplx_mult_real_q15()
148 mul2 = (q31_t) ((q15_t) (inA1 >> 16) * (q15_t) (inB1 >> 16)); in arm_cmplx_mult_real_q15()
149 mul1 = (q31_t) ((q15_t) inA1 * (q15_t) (inB1 >> 16)); in arm_cmplx_mult_real_q15()
150 mul4 = (q31_t) ((q15_t) (inA2 >> 16) * (q15_t) inB1); in arm_cmplx_mult_real_q15()
151 mul3 = (q31_t) ((q15_t) inA2 * (q15_t) inB1); in arm_cmplx_mult_real_q15()
[all …]
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_mult_fast_q15.c87 q31_t inA1, inB1, inA2, inB2; in arm_mat_mult_fast_q15() local
93 q15_t inA1, inB1, inA2, inB2; in arm_mat_mult_fast_q15() local
275 inB1 = read_q15x2_ia ((q15_t **) &pInB); in arm_mat_mult_fast_q15()
281 sum = __SMLAD(inA1, inB1, sum); in arm_mat_mult_fast_q15()
283 sum3 = __SMLAD(inA2, inB1, sum3); in arm_mat_mult_fast_q15()
288 inB1 = *pInB++; in arm_mat_mult_fast_q15()
290 sum += inA1 * inB1; in arm_mat_mult_fast_q15()
297 inB1 = *pInB++; in arm_mat_mult_fast_q15()
298 sum += inA1 * inB1; in arm_mat_mult_fast_q15()
313 inB1 = *pInB++; in arm_mat_mult_fast_q15()
[all …]
Darm_mat_mult_fast_q31.c77 q31_t inA1, inA2, inB1, inB2; in arm_mat_mult_fast_q31() local
141 inB1 = pInB[0]; in arm_mat_mult_fast_q31()
147 sum1 = __SMMLA(inA1, inB1, sum1); in arm_mat_mult_fast_q31()
149 sum3 = __SMMLA(inA2, inB1, sum3); in arm_mat_mult_fast_q31()
152 sum1 = (q31_t) ((((q63_t) sum1 << 32) + ((q63_t) inA1 * inB1)) >> 32); in arm_mat_mult_fast_q31()
154 sum3 = (q31_t) ((((q63_t) sum3 << 32) + ((q63_t) inA2 * inB1)) >> 32); in arm_mat_mult_fast_q31()
304 inB1 = *pInB; in arm_mat_mult_fast_q31()
309 sum1 = __SMMLA(inA1, inB1, sum1); in arm_mat_mult_fast_q31()
312 sum1 = (q31_t) ((((q63_t) sum1 << 32) + ((q63_t) inA1 * inB1)) >> 32); in arm_mat_mult_fast_q31()
318 inB1 = *pInB; in arm_mat_mult_fast_q31()
[all …]
Darm_mat_mult_q15.c614 q31_t inA1, inB1, inA2, inB2; local
746 inB1 = read_q15x2_ia ((q15_t **) &pInB);
752 sum = __SMLALD(inA1, inB1, sum);
/third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/
Darm_mult_q15.c112 q31_t inA1, inA2, inB1, inB2; /* Temporary input variables */ in arm_mult_q15() local
128 inB1 = read_q15x2_ia ((q15_t **) &pSrcB); in arm_mult_q15()
135 mul1 = (q31_t) ((q15_t) (inA1 >> 16) * (q15_t) (inB1 >> 16)); in arm_mult_q15()
136 mul2 = (q31_t) ((q15_t) (inA1 ) * (q15_t) (inB1 )); in arm_mult_q15()
Darm_add_q15.c115 q31_t inB1, inB2; in arm_add_q15() local
130 inB1 = read_q15x2_ia ((q15_t **) &pSrcB); in arm_add_q15()
134 write_q15x2_ia (&pDst, __QADD16(inA1, inB1)); in arm_add_q15()
Darm_sub_q15.c116 q31_t inB1, inB2; in arm_sub_q15() local
131 inB1 = read_q15x2_ia ((q15_t **) &pSrcB); in arm_sub_q15()
135 write_q15x2_ia (&pDst, __QSUB16(inA1, inB1)); in arm_sub_q15()
Darm_dot_prod_q7.c120 q31_t inA1, inA2, inB1, inB2; /* Temporary variables */ in arm_dot_prod_q7() local
141 inB1 = __SXTB16(__ROR(input2, 8)); in arm_dot_prod_q7()
146 sum = __SMLAD(inA1, inB1, sum); in arm_dot_prod_q7()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec_sse2.c69 const __m128i inB1 = _mm_loadl_epi64((const __m128i*)&in[20]); in Transform_SSE2() local
73 in1 = _mm_unpacklo_epi64(in1, inB1); in Transform_SSE2()
Denc_sse2.c67 const __m128i inB1 = _mm_loadl_epi64((const __m128i*)&in[20]); in ITransform_SSE2() local
71 in1 = _mm_unpacklo_epi64(in1, inB1); in ITransform_SSE2()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Ddec_sse2.c69 const __m128i inB1 = _mm_loadl_epi64((const __m128i*)&in[20]); in Transform_SSE2() local
73 in1 = _mm_unpacklo_epi64(in1, inB1); in Transform_SSE2()
Denc_sse2.c67 const __m128i inB1 = _mm_loadl_epi64((const __m128i*)&in[20]); in ITransform_SSE2() local
71 in1 = _mm_unpacklo_epi64(in1, inB1); in ITransform_SSE2()