Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dbitscan.hpp147 __extension__ typedef unsigned __int128 uint128_type; typedef
149 BOOST_FORCEINLINE unsigned find_msb(uint128_type mask, mpl::int_<0> const&) in find_msb()
151 union { uint128_type v; boost::uint64_t sv[2]; } val; in find_msb()
163 BOOST_FORCEINLINE unsigned find_lsb(uint128_type mask, mpl::int_<0> const&) in find_lsb()
165 union { uint128_type v; boost::uint64_t sv[2]; } val; in find_lsb()
/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.hpp63 boost::uint128_type
95 boost::uint128_type
H A Dis_integral.hpp76 template<> struct is_integral<boost::uint128_type> : public true_type{};
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp499 __extension__ typedef unsigned __int128 uint128_type; typedef
502 typedef unsigned __int128 uint128_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/
H A Dcommon_arithmetic_type.hpp165 typedef boost::uint128_type type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dcpp_int_config.hpp70 typedef boost::uint128_type double_limb_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/
H A Dhash.hpp138 template <> struct ulong_numbers2<boost::uint128_type> :
504 BOOST_HASH_SPECIALIZE(boost::uint128_type)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dpromote_integral.hpp273 , boost::uint128_type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_lexical_streams.hpp445 bool operator<<(const boost::uint128_type& n) { return shl_unsigned(n); } in operator <<()
654 bool operator>>(boost::uint128_type& output) { return shr_unsigned(output); } in operator >>()
H A Dconverter_lexical.hpp171 …template <> struct stream_char_common< boost::uint128_type >: public boost::mpl::identity< char > …