Searched defs:tommath_int (Results 1 – 1 of 1) sorted by relevance
44 struct tommath_int struct46 typedef mpl::list<boost::int32_t, boost::long_long_type> signed_types;47 typedef mpl::list<boost::uint32_t, boost::ulong_long_type> unsigned_types;48 typedef mpl::list<long double> float_types;50 tommath_int() in tommath_int() argument54 tommath_int(const tommath_int& o) in tommath_int() argument59 tommath_int(tommath_int&& o) BOOST_NOEXCEPT in tommath_int() argument64 tommath_int& operator=(tommath_int&& o) in operator =()70 tommath_int& operator=(const tommath_int& o) in operator =()80 tommath_int& operator=(boost::ulong_long_type i) in operator =()[all …]