Lines Matching defs:temp1
22 register int16_t temp1 ;
36 * temp1 = GSM_ADD (*LARc, *MIC) << 10;
38 * temp1 = GSM_SUB(temp1, temp2) ;
42 * temp1 = GSM_MULT_R (*INVA, temp1) ;
43 * *LARpp = GSM_ADD (temp1, temp1) ;
49 temp1 = arith_shift_left (GSM_ADD (*LARc++, MIC), 10) ; \
50 temp1 = GSM_SUB (temp1, B * 2) ; \
51 temp1 = GSM_MULT_R (INVA, temp1) ; \
52 *LARpp++ = GSM_ADD (temp1, temp1) ;