Lines Matching full:numeric
17 namespace boost { namespace numeric {
27 } } // namespace boost::numeric
33 namespace boost { namespace numeric {
43 } } // namespace boost::numeric
49 namespace boost { namespace numeric {
59 } } // namespace boost::numeric
65 namespace boost { namespace numeric {
70 } } // namespace boost::numeric
76 …n_traits___traits_class.types.enumeration_int_float_mixture_enum `boost::numeric::int_float_mixtur…
82 namespace boost { namespace numeric {
87 } } // namespace boost::numeric
93 …ersion_traits___traits_class.types.enumeration_sign_mixture_enum `boost::numeric::sign_mixture_enu…
99 namespace boost { namespace numeric {
104 } } // namespace boost::numeric
110 …traits___traits_class.types.enumeration_udt_builtin_mixture_enum `boost::numeric::udt_builtin_mixt…
116 namespace boost { namespace numeric {
121 } } // namespace boost::numeric
137 namespace boost { namespace numeric {
157 } } // namespace numeric, namespace boost
160 This traits class indicates some properties of a ['numeric conversion] direction:
245 #include <boost/numeric/conversion/conversion_traits.hpp>
251 typedef boost::numeric::conversion_traits<short,short> Short2Short_Traits ;
255 typedef boost::numeric::conversion_traits<double,unsigned int> UInt2Double_Traits ;
256 … assert ( UInt2Double_Traits::int_float_mixture::value == boost::numeric::integral_to_float ) ;
257 assert ( UInt2Double_Traits::sign_mixture::value == boost::numeric::unsigned_to_signed ) ;
263 assert ( (boost::numeric::conversion_traits<short, unsigned short>::subranged::value) );
264 assert ( (boost::numeric::conversion_traits<unsigned short, short>::subranged::value) );