Home
last modified time | relevance | path

Searched refs:GSM_ABS (Results 1 – 5 of 5) sorted by relevance

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