Searched refs:int128_type (Results 1 – 10 of 10) sorted by relevance
64 boost::int128_type96 boost::int128_type
75 template<> struct is_integral<boost::int128_type> : public true_type{};
42 boost::int128_type i128;
498 __extension__ typedef __int128 int128_type; typedef501 typedef __int128 int128_type;
159 typedef boost::int128_type type;
71 typedef boost::int128_type signed_double_limb_type;
136 template <> struct long_numbers2<boost::int128_type> :503 BOOST_HASH_SPECIALIZE(boost::int128_type)
253 , boost::int128_type
446 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 >>()
170 …template <> struct stream_char_common< boost::int128_type >: public boost::mpl::identity< char > {…