Lines Matching defs:temp1
134 * temp1 = SASR_W (x[m + 3*i], 2) ;
136 * assert (temp1 != MIN_WORD) ;
138 * L_temp = GSM_L_MULT(temp1, temp1) ;
255 int16_t xmax, xmaxc, temp, temp1, temp2 ;
313 temp1 = 6 - expon ; /* normalization by the expononent */
317 { assert (temp1 >= 0 && temp1 < 16) ;
319 temp = arith_shift_left (xM [i], temp1) ;
347 int16_t temp, temp1, temp2, temp3 ;
351 temp1 = gsm_FAC [mant] ; /* see 4.2-15 for mant */
363 temp = GSM_MULT_R (temp1, temp) ;