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

  /external/libgsm/src/
lpc.c 49 temp = GSM_ABS( s[k] );
216 temp = GSM_ABS(temp);
266 temp = GSM_ABS(temp);
long_term.c 75 temp = GSM_ABS( temp );
177 temp = GSM_ABS( temp );
318 temp = GSM_ABS( temp );
494 temp = GSM_ABS( temp );
rpe.c 277 temp = GSM_ABS(temp);
  /external/libgsm/inc/
private.h 75 extern word gsm_abs P((word a));
125 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))
137 # define GSM_ABS(a) gsm_abs(a)

Completed in 78 milliseconds