Home
last modified time | relevance | path

Searched defs:float_sign_helper (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dnum_put_float.cpp587 struct float_sign_helper { struct
588 float_sign_helper(_FloatT __x) in float_sign_helper() function
591 bool is_negative() const { in is_negative()
596 union {
599 } _M_number;
601 unsigned short get_word_higher() const _STLP_NOTHROW in get_word_higher()
603 unsigned short get_word_lower() const _STLP_NOTHROW in get_word_lower()
605 unsigned short get_sign_word() const _STLP_NOTHROW in get_sign_word()