Searched refs:Float2IntRounder (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/numeric/conversion/detail/ |
D | converter.hpp | 371 template<class Traits, class OverflowHandler, class Float2IntRounder> 386 typedef typename Float2IntRounder::round_style round_style ; 406 template<class Traits, class OverflowHandler, class Float2IntRounder> 411 typedef GetRC_Float2Int<Traits,OverflowHandler,Float2IntRounder> Float2IntQ ; 421 template<class Traits, class OverflowHandler, class Float2IntRounder> 424 typedef GetRC_BuiltIn2BuiltIn<Traits,OverflowHandler,Float2IntRounder> BuiltIn2BuiltInQ ; 470 template<class Traits,class RangeChecker,class RawConverter,class Float2IntRounder> 472 ,public Float2IntRounder 476 typedef Float2IntRounder Float2IntRounderBase ; 528 …template<class Traits,class OverflowHandler,class Float2IntRounder,class RawConverter, class UserR… [all …]
|
/third_party/boost/boost/numeric/conversion/ |
D | converter.hpp | 25 class Float2IntRounder = Trunc< BOOST_DEDUCED_TYPENAME Traits::source_type> , 31 Float2IntRounder, 48 class Float2IntRounder = Trunc<S> , 59 …typedef converter<T,S,Traits,OverflowHandler,Float2IntRounder,RawConverter,UserRangeChecker> type ;
|
/third_party/boost/boost/geometry/util/ |
D | rational.hpp | 146 typename Float2IntRounder, 150 struct converter<int, rational<T>, Traits, OverflowHandler, Float2IntRounder, RawConverter, UserRan… 163 typename Float2IntRounder, 167 struct converter<double, rational<T>, Traits, OverflowHandler, Float2IntRounder, RawConverter, User…
|
/third_party/boost/libs/numeric/conversion/test/ |
D | udt_support_test.cpp | 257 typedef Trunc<S> Float2IntRounder ; typedef 261 typedef converter<T,S,Traits,OverflowHandler,Float2IntRounder,RawConverter,RangeChecker> type ;
|
D | converter_test.cpp | 238 template<class T, class S, class Float2IntRounder> 239 void test_rounding_conversion ( MATCH_FNTPL_ARG(T), MATCH_FNTPL_ARG(Float2IntRounder), in test_rounding_conversion() argument 250 …pedef boost::numeric::converter<T,S, Traits, boost::numeric::def_overflow_handler,Float2IntRounder> in test_rounding_conversion()
|
/third_party/boost/libs/numeric/conversion/doc/ |
D | converter.qbk | 22 class Float2IntRounder = Trunc< typename Traits::source_type >, 82 [[`Float2IntRounder`][ 126 s = nearbyint(s); // Externally supplied by the Float2IntRounder policy. 200 …cconversion.numeric_converter_policy_classes.policy_float2introunder Float2IntRounder] policy class
|
D | conversion.qbk | 70 …umericconversion.numeric_converter_policy_classes.policy_float2introunder Float2IntRounder] policy.
|
D | converter_policies.qbk | 125 [section Policy Float2IntRounder]
|
D | requirements.qbk | 24 The default `Float2IntRounder` policies uses unqualified calls to functions
|