Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dnum_put_float.cpp592 const unsigned short sign_mask(1 << (sizeof(unsigned short) * CHAR_BIT - 1)); in is_negative() local
593 return (get_sign_word() & sign_mask) != 0; in is_negative()