Home | History | Annotate | Download | only in src

Lines Matching full:temp1

126 	/* register word	temp1;	*/
143 * temp1 = SASR( x[m + 3*i], 2 );
145 * assert(temp1 != MIN_WORD);
147 * L_temp = GSM_L_MULT( temp1, temp1 );
267 word xmax, xmaxc, temp, temp1, temp2;
326 temp1 = 6 - exp; /* normalization by the exponent */
331 assert(temp1 >= 0 && temp1 < 16);
333 temp = xM[i] << temp1;
361 word temp, temp1, temp2, temp3;
366 temp1 = gsm_FAC[ mant ]; /* see 4.2-15 for mant */
379 temp = GSM_MULT_R( temp1, temp );