Searched refs:GSM_ABS (Results 1 – 5 of 5) sorted by relevance
49 temp = GSM_ABS( s[k] );216 temp = GSM_ABS(temp);266 temp = GSM_ABS(temp);
75 temp = GSM_ABS( temp );177 temp = GSM_ABS( temp );318 temp = GSM_ABS( temp );494 temp = GSM_ABS( temp );
277 temp = GSM_ABS(temp);
125 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a)) macro
341 return GSM_ABS(op1);