Searched refs:int_float_mixture (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/numeric/conversion/detail/ |
D | converter.hpp | 414 typedef typename Traits::int_float_mixture int_float_mixture ; typedef 416 …typedef typename for_int_float_mixture<int_float_mixture, Int2IntQ, Int2FloatQ, Float2IntQ, Float2… 547 typedef typename Traits::int_float_mixture int_float_mixture ; typedef 550 …for_int_float_mixture<int_float_mixture, NonRoundingQ, NonRoundingQ, RoundingQ, NonRoundingQ>::type
|
D | conversion_traits.hpp | 33 typedef typename get_int_float_mixture <T,S>::type int_float_mixture ; typedef 59 typedef typename get_int_float_mixture <N,N>::type int_float_mixture ; typedef
|
D | is_subranged.hpp | 180 typedef typename get_int_float_mixture<T,S>::type int_float_mixture ; typedef 182 …typedef for_int_float_mixture<int_float_mixture, Int2IntQ, Int2FloatQ, Float2IntQ, Float2FloatQ> f…
|
/third_party/boost/libs/numeric/conversion/doc/ |
D | conversion_traits.qbk | 63 [section template class int_float_mixture<>] 68 struct int_float_mixture : mpl::integral_c<int_float_mixture_enum, impl-def-value> {} ; 142 mpl::integral_c<int_float_mixture_enum , ...> int_float_mixture ; 171 [[[*int_float_mixture ]][ 173 …ersion.conversion_traits___traits_class.types.template_class_int_float_mixture__ int_float_mixture] 256 … assert ( UInt2Double_Traits::int_float_mixture::value == boost::numeric::integral_to_float ) ;
|
/third_party/boost/boost/numeric/conversion/ |
D | int_float_mixture.hpp | 19 struct int_float_mixture struct
|
/third_party/boost/libs/numeric/conversion/test/ |
D | traits_test.cpp | 226 typedef typename my_int_float_mixture <T,S>::type int_float_mixture ; typedef 291 TEST_VALUE_FIELD(int_float_mixture) ; in test_traits_base()
|