Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dnumeric_traits.h70 static const bool __is_signed = (_Value)(-1) < 0; in _GLIBCXX_VISIBILITY() member
72 = __is_integer_nonstrict<_Value>::__width - __is_signed; in _GLIBCXX_VISIBILITY()
75 static const _Value __max = __is_signed in _GLIBCXX_VISIBILITY()
78 static const _Value __min = __is_signed ? -__max - 1 : (_Value)0; in _GLIBCXX_VISIBILITY()
88 const bool __numeric_traits_integer<_Value>::__is_signed; in _GLIBCXX_VISIBILITY()
162 static const bool __is_signed = true; in _GLIBCXX_VISIBILITY() member
171 const bool __numeric_traits_floating<_Value>::__is_signed; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dnumeric_traits.h70 static const bool __is_signed = (_Value)(-1) < 0; in _GLIBCXX_VISIBILITY() member
72 = __is_integer_nonstrict<_Value>::__width - __is_signed; in _GLIBCXX_VISIBILITY()
75 static const _Value __max = __is_signed in _GLIBCXX_VISIBILITY()
78 static const _Value __min = __is_signed ? -__max - 1 : (_Value)0; in _GLIBCXX_VISIBILITY()
88 const bool __numeric_traits_integer<_Value>::__is_signed; in _GLIBCXX_VISIBILITY()
162 static const bool __is_signed = true; in _GLIBCXX_VISIBILITY() member
171 const bool __numeric_traits_floating<_Value>::__is_signed; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/include/linux/
H A Dgenl_magic_struct.h162 __get, __put, __is_signed) \ argument
167 maxlen, __get, __put, __is_signed) \ argument
231 __is_signed) \ argument
236 __get, __put, __is_signed) \ argument
255 __is_signed) \ argument
260 __get, __put, __is_signed) \ argument
H A Dgenl_magic_func.h37 __put, __is_signed) \ argument
42 __get, __put, __is_signed) \ argument
187 __is_signed) \ argument
196 __get, __put, __is_signed) \ argument
352 __is_signed) \ argument
361 __get, __put, __is_signed) \ argument
377 __is_signed) argument
380 __get, __put, __is_signed) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_signed.hpp88 template <class T> struct is_signed : public integral_constant<bool, __is_signed(T)>{};
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dlocale_facets.tcc473 (__negative && __num_traits::__is_signed) in _M_extract_int()
576 if (__negative && __num_traits::__is_signed) in _M_extract_int()
899 && __gnu_cxx::__numeric_traits<_ValueT>::__is_signed) in _M_insert_int()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dlocale_facets.tcc473 (__negative && __num_traits::__is_signed) in _M_extract_int()
576 if (__negative && __num_traits::__is_signed) in _M_extract_int()
899 && __gnu_cxx::__numeric_traits<_ValueT>::__is_signed) in _M_insert_int()