Searched refs:MyInt1 (Results 1 – 1 of 1) sorted by relevance
111 typedef my_wrapped_integer<int> MyInt1; typedef118 MyInt1 dummy1;131 MyInt1155 class numeric_limits< MyInt1 >157 typedef MyInt1::int_type int_type;163 static MyInt1 min BOOST_NO_MACRO_EXPAND() throw() { return (limits_type::min)(); } in BOOST_NO_MACRO_EXPAND()164 static MyInt1 max BOOST_NO_MACRO_EXPAND() throw() { return (limits_type::max)(); } in BOOST_NO_MACRO_EXPAND()175 static MyInt1 epsilon() throw() { return limits_type::epsilon(); } in epsilon()176 static MyInt1 round_error() throw() { return limits_type::round_error(); } in round_error()189 static MyInt1 infinity() throw() { return limits_type::infinity(); } in infinity()[all …]