HomeSort by relevance Sort by last modified time
    Searched refs:GSM_MULT (Results 1 - 3 of 3) sorted by null

  /external/libgsm/inc/
private.h 63 extern word gsm_mult P((word a, word b));
96 # define GSM_MULT(a,b) /* word a, word b, !(a == b == MIN_WORD) */ \
130 # define GSM_MULT(a, b) gsm_mult(a, b)
  /external/libgsm/src/
lpc.c 306 temp = GSM_MULT( A, *LAR ); \
rpe.c 334 temp = GSM_MULT( temp, temp2 );

Completed in 4707 milliseconds