Searched refs:convert_from_string (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/math/special_functions/detail/ |
D | unchecked_factorial.hpp | 540 T(boost::math::tools::convert_from_string<T>("1")), 541 T(boost::math::tools::convert_from_string<T>("1")), 542 T(boost::math::tools::convert_from_string<T>("2")), 543 T(boost::math::tools::convert_from_string<T>("6")), 544 T(boost::math::tools::convert_from_string<T>("24")), 545 T(boost::math::tools::convert_from_string<T>("120")), 546 T(boost::math::tools::convert_from_string<T>("720")), 547 T(boost::math::tools::convert_from_string<T>("5040")), 548 T(boost::math::tools::convert_from_string<T>("40320")), 549 T(boost::math::tools::convert_from_string<T>("362880")), [all …]
|
/third_party/boost/boost/math/tools/ |
D | convert_from_string.hpp | 26 Real convert_from_string(const char* p, const boost::false_type&) in convert_from_string() function 36 …BOOST_CONSTEXPR const char* convert_from_string(const char* p, const boost::true_type&) BOOST_NOEX… in convert_from_string() function 41 …BOOST_CONSTEXPR typename convert_from_string_result<Real>::type convert_from_string(const char* p)… in convert_from_string() function 43 return convert_from_string<Real>(p, boost::is_constructible<Real, const char*>()); in convert_from_string()
|
/third_party/boost/libs/math/doc/constants/ |
D | pp_pi.hpp | 20 …= detail::convert_from_string<T>("3.14159265358979323846264338327950288419716939937510582097494459… in get_from_string()
|
/third_party/boost/boost/math/constants/ |
D | constants.hpp | 189 static const T result(boost::math::tools::convert_from_string<T>(y));\ 206 …rent_digits > max_string_digits ? compute<0>() : T(boost::math::tools::convert_from_string<T>(y));\
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_iostream.hpp | 567 bool convert_from_string(float_type& value, const char* p) in convert_from_string() function 752 … const bool conversion_is_ok = boost::math::cstdfloat::detail::convert_from_string(x, str.c_str()); in operator >>()
|
/third_party/boost/boost/multiprecision/detail/ |
D | float_string_cvt.hpp | 192 void convert_from_string(Backend& b, const char* p) in convert_from_string() function
|
/third_party/boost/boost/multiprecision/ |
D | float128.hpp | 226 boost::multiprecision::detail::convert_from_string(*this, s); in operator =()
|