Home
last modified time | relevance | path

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

/trunk/main/vos/inc/vos/
H A Dmacros.hxx56 #ifndef VOS_SIGN
57 # define VOS_SIGN(a) ( ((a) < 0) ? (-1) : (((a) > 0) ? (1) : (0)) ) macro