Searched refs:construction_traits (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/math/constants/ |
D | constants.hpp | 83 struct construction_traits struct 116 typedef typename construction_traits<Real, Policy>::type construct_type; 241 …{ return detail:: BOOST_JOIN(constant_, name)<T>::get(typename construction_traits<T, Policy>::typ…
|
D | info.hpp | 109 typedef typename construction_traits<T, Policy>::type construction_type; in print_info_on_type()
|
/third_party/boost/libs/math/test/ |
D | test_constants.cpp | 33 BOOST_STATIC_ASSERT((boost::is_same<boost::math::constants::construction_traits<float, boost::math:… 34 BOOST_STATIC_ASSERT((boost::is_same<boost::math::constants::construction_traits<double, boost::math… 35 BOOST_STATIC_ASSERT((boost::is_same<boost::math::constants::construction_traits<long double, boost:… 36 BOOST_STATIC_ASSERT((boost::is_same<boost::math::constants::construction_traits<boost::math::concep… 51 BOOST_STATIC_ASSERT((boost::is_same<boost::math::constants::construction_traits<boost::math::concep… 52 BOOST_STATIC_ASSERT((boost::is_same<boost::math::constants::construction_traits<boost::math::concep… 53 BOOST_STATIC_ASSERT((boost::math::constants::construction_traits<boost::math::concepts::real_concep… 102 …typedef typename boost::math::constants::construction_traits<RealType, boost::math::policies::poli… in test_spots()
|
/third_party/boost/libs/math/doc/constants/ |
D | pp_pi.hpp | 63 return detail:: constant_pi<T>::get(typename construction_traits<T, Policy>::type()); in pi()
|
D | constants.qbk | 205 the traits class `construction_traits`: 210 struct construction_traits
|
/third_party/boost/boost/math/bindings/ |
D | mpfr.hpp | 280 struct construction_traits; 283 struct construction_traits<mpfr_class, Policy> struct
|