Searched refs:uint128_type (Results 1 – 10 of 10) sorted by relevance
147 __extension__ typedef unsigned __int128 uint128_type; typedef149 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()
63 boost::uint128_type95 boost::uint128_type
76 template<> struct is_integral<boost::uint128_type> : public true_type{};
499 __extension__ typedef unsigned __int128 uint128_type; typedef502 typedef unsigned __int128 uint128_type;
165 typedef boost::uint128_type type;
70 typedef boost::uint128_type double_limb_type;
138 template <> struct ulong_numbers2<boost::uint128_type> :504 BOOST_HASH_SPECIALIZE(boost::uint128_type)
273 , boost::uint128_type
445 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 >>()
171 …template <> struct stream_char_common< boost::uint128_type >: public boost::mpl::identity< char > …