/third_party/boost/libs/math/minimax/ |
D | multiprecision.hpp | 45 …inline boost::multiprecision::cpp_bin_float_double_extended real_cast<boost::multiprecision::cpp_b… in real_cast() function 54 …inline boost::multiprecision::cpp_bin_float_quad real_cast<boost::multiprecision::cpp_bin_float_qu… in real_cast() function 103 …inline boost::multiprecision::cpp_bin_float_double_extended real_cast<boost::multiprecision::cpp_b… in real_cast() function 108 …inline boost::multiprecision::cpp_bin_float_quad real_cast<boost::multiprecision::cpp_bin_float_qu… in real_cast() function 150 …inline boost::multiprecision::cpp_bin_float_double_extended real_cast<boost::multiprecision::cpp_b… in real_cast() function 155 …inline boost::multiprecision::cpp_bin_float_quad real_cast<boost::multiprecision::cpp_bin_float_qu… in real_cast() function 198 …inline boost::multiprecision::cpp_bin_float_double_extended real_cast<boost::multiprecision::cpp_b… in real_cast() function 203 …inline boost::multiprecision::cpp_bin_float_quad real_cast<boost::multiprecision::cpp_bin_float_qu… in real_cast() function
|
/third_party/boost/boost/math/tools/ |
D | real_cast.hpp | 20 …inline BOOST_MATH_CONSTEXPR To real_cast(T t) BOOST_NOEXCEPT_IF(BOOST_MATH_IS_FLOAT(T) && BOOST_MA… in real_cast() function
|
/third_party/boost/boost/math/bindings/ |
D | mpfr.hpp | 326 inline mpfr_class real_cast<mpfr_class, long long>(long long t) in real_cast() function 345 inline unsigned real_cast<unsigned, mpfr_class>(mpfr_class t) in real_cast() function 350 inline int real_cast<int, mpfr_class>(mpfr_class t) in real_cast() function 355 inline double real_cast<double, mpfr_class>(mpfr_class t) in real_cast() function 360 inline float real_cast<float, mpfr_class>(mpfr_class t) in real_cast() function 365 inline long real_cast<long, mpfr_class>(mpfr_class t) in real_cast() function 372 inline long long real_cast<long long, mpfr_class>(mpfr_class t) in real_cast() function
|
D | rr.hpp | 509 inline float real_cast<float, boost::math::ntl::RR>(boost::math::ntl::RR t) in real_cast() function 516 inline double real_cast<double, boost::math::ntl::RR>(boost::math::ntl::RR t) in real_cast() function 544 inline long double real_cast<long double, boost::math::ntl::RR>(boost::math::ntl::RR t) in real_cast() function 551 inline boost::math::ntl::RR real_cast<boost::math::ntl::RR, boost::math::ntl::RR>(boost::math::ntl:… in real_cast() function 556 inline unsigned real_cast<unsigned, boost::math::ntl::RR>(boost::math::ntl::RR t) in real_cast() function 563 inline int real_cast<int, boost::math::ntl::RR>(boost::math::ntl::RR t) in real_cast() function 570 inline long real_cast<long, boost::math::ntl::RR>(boost::math::ntl::RR t) in real_cast() function 577 inline long long real_cast<long long, boost::math::ntl::RR>(boost::math::ntl::RR t) in real_cast() function
|
D | mpreal.hpp | 283 inline mpfr::mpreal real_cast<mpfr::mpreal, long long>(long long t) in real_cast() function 331 inline long long real_cast<long long, mpfr::mpreal>(mpfr::mpreal t) in real_cast() function
|
/third_party/boost/boost/math/concepts/ |
D | real_concept.hpp | 444 inline unsigned int real_cast<unsigned int, concepts::real_concept>(concepts::real_concept r) in real_cast() function 450 inline int real_cast<int, concepts::real_concept>(concepts::real_concept r) in real_cast() function 456 inline long real_cast<long, concepts::real_concept>(concepts::real_concept r) in real_cast() function 464 inline float real_cast<float, concepts::real_concept>(concepts::real_concept r) in real_cast() function 469 inline double real_cast<double, concepts::real_concept>(concepts::real_concept r) in real_cast() function 474 inline long double real_cast<long double, concepts::real_concept>(concepts::real_concept r) in real_cast() function
|
D | std_real_concept.hpp | 406 inline double real_cast<double, concepts::std_real_concept>(concepts::std_real_concept r) in real_cast() function
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 586 inline unsigned int real_cast<unsigned int, concepts::real_concept>(concepts::real_concept r) in real_cast() function 592 inline int real_cast<int, concepts::real_concept>(concepts::real_concept r) in real_cast() function 598 inline long real_cast<long, concepts::real_concept>(concepts::real_concept r) in real_cast() function 606 inline float real_cast<float, concepts::real_concept>(concepts::real_concept r) in real_cast() function 611 inline double real_cast<double, concepts::real_concept>(concepts::real_concept r) in real_cast() function 616 inline long double real_cast<long double, concepts::real_concept>(concepts::real_concept r) in real_cast() function
|
/third_party/boost/boost/multiprecision/detail/ |
D | number_base.hpp | 1770 inline R real_cast(const boost::multiprecision::number<B, ET>& val) in real_cast() function 1776 inline R real_cast(const boost::multiprecision::detail::expression<tag, A1, A2, A3, A4>& val) in real_cast() function
|
/third_party/boost/boost/math/differentiation/ |
D | autodiff.hpp | 2028 inline BOOST_MATH_CONSTEXPR destination_t real_cast(detail::autodiff_fvar_type<RealType, Order> con… in real_cast() function
|