Searched refs:SGN (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/sort/common/ | ||
H A D | initialize.c | 84 S->m_single_byte_locale = SGN(MB_CUR_MAX == 1); in initialize_pre() |
H A D | utility.h | 63 #define SGN(x) (((x) == 0 ? 0 : ((x) > 0 ? 1 : -1))) macro |