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

/external/libgsm/inc/
H A Dprivate.h125 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a)) macro
137 # define GSM_ABS(a) gsm_abs(a)
/external/libgsm/src/
H A Dlong_term.c75 temp = GSM_ABS( temp );
177 temp = GSM_ABS( temp );
318 temp = GSM_ABS( temp );
494 temp = GSM_ABS( temp );
H A Dlpc.c49 temp = GSM_ABS( s[k] );
216 temp = GSM_ABS(temp);
266 temp = GSM_ABS(temp);
H A Drpe.c277 temp = GSM_ABS(temp);

Completed in 87 milliseconds