Searched refs:SGN (Results 1 – 1 of 1) sorted by relevance
221 #define SGN(x) ((x) < 0 ? (-1) : (x) > 0 ? (1) : (0)); in evCmpTime() macro225 if (s != 0) return SGN(s); in evCmpTime()228 return SGN(n); in evCmpTime()