Home
last modified time | relevance | path

Searched defs:real_cast (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/math/minimax/
Dmultiprecision.hpp45 …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/
Dreal_cast.hpp20 …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/
Dmpfr.hpp326 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
Drr.hpp509 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
Dmpreal.hpp283 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/
Dreal_concept.hpp444 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
Dstd_real_concept.hpp406 inline double real_cast<double, concepts::std_real_concept>(concepts::std_real_concept r) in real_cast() function
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp586 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/
Dnumber_base.hpp1770 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/
Dautodiff.hpp2028 inline BOOST_MATH_CONSTEXPR destination_t real_cast(detail::autodiff_fvar_type<RealType, Order> con… in real_cast() function