Searched refs:VOS_SIGN (Results 1 – 1 of 1) sorted by relevance
56 #ifndef VOS_SIGN57 # define VOS_SIGN(a) ( ((a) < 0) ? (-1) : (((a) > 0) ? (1) : (0)) ) macro