HomeSort by relevance Sort by last modified time
    Searched full:gsm_l_mult (Results 1 - 4 of 4) sorted by null

  /external/libgsm/inc/
private.h 64 extern longword gsm_L_mult P((word a, word b));
99 # define GSM_L_MULT(a, b) /* word a, word b */ \
131 # define GSM_L_MULT(a, b) gsm_L_mult(a, b)
  /external/libgsm/src/
preprocess.c 95 L_temp = (longword)msp * 32735; /* GSM_L_MULT(msp,32735) >> 1;*/
rpe.c 57 * L_temp = GSM_L_MULT( wt[k+i], gsm_H[i] );
147 * L_temp = GSM_L_MULT( temp1, temp1 );
add.c 56 longword gsm_L_mult P2((a,b),word a, word b)

Completed in 193 milliseconds