HomeSort by relevance Sort by last modified time
    Searched full:__glibcxx_signed (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
numeric_traits.h 41 #define __glibcxx_signed(_Tp) ((_Tp)(-1) < 0) macro
43 (sizeof(_Tp) * __CHAR_BIT__ - __glibcxx_signed(_Tp))
46 (__glibcxx_signed(_Tp) ? (_Tp)1 << __glibcxx_digits(_Tp) : (_Tp)0)
49 (__glibcxx_signed(_Tp) ? \
61 static const bool __is_signed = __glibcxx_signed(_Value);
77 #undef __glibcxx_signed macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
limits 129 #define __glibcxx_signed(T) ((T)(-1) < 0)
132 (__glibcxx_signed (T) ? (T)1 << __glibcxx_digits (T) : (T)0)
135 (__glibcxx_signed (T) ? \
139 (sizeof(T) * __CHAR_BIT__ - __glibcxx_signed (T))
373 static const bool is_signed = __glibcxx_signed (char);
526 static const bool is_signed = __glibcxx_signed (wchar_t);
578 static const bool is_signed = __glibcxx_signed (char16_t);
629 static const bool is_signed = __glibcxx_signed (char32_t);
    [all...]

Completed in 187 milliseconds