Searched refs:sign_mask (Results 1 – 1 of 1) sorted by relevance
592 const unsigned short sign_mask(1 << (sizeof(unsigned short) * CHAR_BIT - 1)); in is_negative() local593 return (get_sign_word() & sign_mask) != 0; in is_negative()