Lines Matching refs:inB1
77 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()
323 sum1 = __SMMLA(inA1, inB1, sum1); in arm_mat_mult_fast_q31()
326 sum1 = (q31_t) ((((q63_t) sum1 << 32) + ((q63_t) inA1 * inB1)) >> 32); in arm_mat_mult_fast_q31()