Home
last modified time | relevance | path

Searched refs:int128_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/type_traits/
H A Dmake_signed.hpp64 boost::int128_type
96 boost::int128_type
H A Dis_integral.hpp75 template<> struct is_integral<boost::int128_type> : public true_type{};
H A Dtype_with_alignment.hpp42 boost::int128_type i128;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp498 __extension__ typedef __int128 int128_type; typedef
501 typedef __int128 int128_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.hpp159 typedef boost::int128_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.hpp71 typedef boost::int128_type signed_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.hpp136 template <> struct long_numbers2<boost::int128_type> :
503 BOOST_HASH_SPECIALIZE(boost::int128_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.hpp253 , boost::int128_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.hpp446 bool operator<<(const boost::int128_type& n) { return shl_signed(n); } in operator <<()
655 bool operator>>(boost::int128_type& output) { return shr_signed(output); } in operator >>()
H A Dconverter_lexical.hpp170 …template <> struct stream_char_common< boost::int128_type >: public boost::mpl::identity< char > {…