Home
last modified time | relevance | path

Searched refs:make_unsigned (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dbitscan.hpp82 typedef typename make_unsigned<Unsigned>::type ui_type; in find_lsb()
102 typedef typename make_unsigned<Unsigned>::type ui_type; in find_msb()
182 typedef typename make_unsigned<Unsigned>::type ui_type; in find_lsb()
201 typedef typename make_unsigned<Unsigned>::type ui_type; in find_msb()
229 typedef typename make_unsigned<Unsigned>::type ui_type; in find_lsb()
240 typedef typename make_unsigned<Unsigned>::type ui_type; in find_msb()
H A Dnumber_base.hpp133 …e_if_c<(is_signed<T>::value || is_floating_point<T>::value), typename make_unsigned<T>::type>::typ… in unsigned_abs()
138 …c_cast<typename make_unsigned<T>::type>(1u) + static_cast<typename make_unsigned<T>::type>(-(t + 1… in unsigned_abs()
H A Dinteger_ops.hpp397 eval_powm(result, a, static_cast<typename make_unsigned<Integer>::type>(b), c); in eval_powm()
439 eval_powm(result, a, static_cast<typename make_unsigned<Integer1>::type>(b), c); in eval_powm()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Diterator_traits.hpp50 typedef typename boost::move_detail::make_unsigned<difference_type>::type size_type;
61 typedef typename boost::move_detail::make_unsigned<difference_type>::type size_type;
72 typedef typename boost::move_detail::make_unsigned<difference_type>::type size_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dutf8.hpp35 typedef typename make_unsigned<Char>::type UChar; in to_utf8()
48 typedef typename make_unsigned<Char>::type UChar; in to_utf8()
63 typedef typename make_unsigned<Char>::type UChar; in to_utf8()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/
H A Dcase_conv.hpp44 … return std::tolower( static_cast<typename boost::make_unsigned <CharT>::type> ( Ch )); in operator ()()
66 … return std::toupper( static_cast<typename boost::make_unsigned <CharT>::type> ( Ch )); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dmake_unsigned.hpp28 struct make_unsigned struct
129 template <class T> using make_unsigned_t = typename make_unsigned<T>::type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/endian/
H A Dendian.hpp74 static typename boost::make_unsigned<T>::type load_big(const unsigned char* bytes) in load_big()
76 static typename boost::make_unsigned<T>::type load_little(const unsigned char* bytes) in load_little()
108 static typename boost::make_unsigned<T>::type load_big(const unsigned char* bytes) in load_big()
110 static typename boost::make_unsigned<T>::type load_little(const unsigned char* bytes) in load_little()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dlcast_unsigned_converters.hpp61 …BOOST_DEDUCED_TYPENAME boost::make_unsigned<T>::type lcast_to_unsigned(const T value) BOOST_NOEXCE… in lcast_to_unsigned()
62 typedef BOOST_DEDUCED_TYPENAME boost::make_unsigned<T>::type result_type; in lcast_to_unsigned()
H A Dconverter_numeric.hpp121 boost::make_unsigned<Source> in try_convert()
H A Dconverter_lexical_streams.hpp260 typedef BOOST_DEDUCED_TYPENAME boost::make_unsigned<T>::type utype; in shl_signed()
541 typedef BOOST_DEDUCED_TYPENAME make_unsigned<Type>::type utype; in shr_signed()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Dsize_type.hpp57 typedef BOOST_DEDUCED_TYPENAME make_unsigned<
/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 Duniform_int_dist.h247 typedef typename std::make_unsigned<result_type>::type __utype; in _GLIBCXX_VISIBILITY()
316 typedef typename std::make_unsigned<result_type>::type __utype; in _GLIBCXX_VISIBILITY()
H A Dchar_traits.h714 typedef make_unsigned<char16_t>::type int_type;
828 typedef make_unsigned<char32_t>::type int_type;
H A Dregex_compiler.h520 typedef typename std::make_unsigned<_CharT>::type _UnsignedCharT; in _GLIBCXX_VISIBILITY()
H A Dalloc_traits.h125 struct _Size : make_unsigned<_DiffT> { }; 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/bits/
H A Duniform_int_dist.h247 typedef typename std::make_unsigned<result_type>::type __utype; in _GLIBCXX_VISIBILITY()
316 typedef typename std::make_unsigned<result_type>::type __utype; in _GLIBCXX_VISIBILITY()
H A Dchar_traits.h714 typedef make_unsigned<char16_t>::type int_type;
828 typedef make_unsigned<char32_t>::type int_type;
H A Dregex_compiler.h520 typedef typename std::make_unsigned<_CharT>::type _UnsignedCharT; in _GLIBCXX_VISIBILITY()
H A Dalloc_traits.h125 struct _Size : make_unsigned<_DiffT> { }; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dtype_traits.hpp43 using ::boost::move_detail::make_unsigned;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dnumeric_utils.hpp521 typedef typename make_unsigned<T>::type unsigned_type;
522 typedef typename make_unsigned<T>::type& unsigned_type_ref;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dimport_export.hpp96 typedef typename boost::make_unsigned<value_type>::type unsigned_value_type; in import_bits_generic()
98 typedef typename boost::make_unsigned<difference_type>::type size_type; in import_bits_generic()
H A Dcomparison.hpp253 typedef typename make_unsigned<S>::type ui_type; in eval_eq()
317 typedef typename make_unsigned<S>::type ui_type; in eval_lt()
381 typedef typename make_unsigned<S>::type ui_type; in eval_gt()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dside_of_intersection.hpp62 typedef typename boost::make_unsigned<T>::type unsigned_type;

12