Home
last modified time | relevance | path

Searched refs:construction_traits (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/math/constants/
Dconstants.hpp83 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…
Dinfo.hpp109 typedef typename construction_traits<T, Policy>::type construction_type; in print_info_on_type()
/third_party/boost/libs/math/test/
Dtest_constants.cpp33 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/
Dpp_pi.hpp63 return detail:: constant_pi<T>::get(typename construction_traits<T, Policy>::type()); in pi()
Dconstants.qbk205 the traits class `construction_traits`:
210 struct construction_traits
/third_party/boost/boost/math/bindings/
Dmpfr.hpp280 struct construction_traits;
283 struct construction_traits<mpfr_class, Policy> struct