Searched defs:constant_pi (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/math/doc/constants/ |
D | pp_pi.hpp | 13 template <class T> struct constant_pi struct 17 static inline T get_from_string() in get_from_string() 28 static inline T get(const boost::integral_constant<int, construct_from_string>&) in get() 34 static inline T get(const boost::integral_constant<int, construct_from_float>) in get() 38 static inline T get(const boost::integral_constant<int, construct_from_double>&) in get() 42 static inline T get(const boost::integral_constant<int, construct_from_long_double>&) in get() 47 template <int N> static inline T get(const boost::integral_constant<int, N>& n) in get() 53 static inline T get(const boost::integral_constant<int, 0>&) in get()
|
/third_party/boost/boost/multiprecision/ |
D | mpfr.hpp | 1791 struct constant_pi<boost::multiprecision::number<boost::multiprecision::mpfr_float_backend<Digits10… struct 1793 …oost::multiprecision::mpfr_float_backend<Digits10, AllocateType>, ExpressionTemplates> result_type; 1795 static inline const result_type& get(const boost::integral_constant<int, N>&) in get() 1807 static inline const result_type get(const boost::integral_constant<int, 0>&) in get() 1888 struct constant_pi<boost::multiprecision::number<boost::multiprecision::debug_adaptor<boost::multip… struct 1890 …st::multiprecision::mpfr_float_backend<Digits10, AllocateType> >, ExpressionTemplates> result_type; 1892 static inline const result_type& get(const boost::integral_constant<int, N>&) in get() 1904 static inline const result_type get(const boost::integral_constant<int, 0>&) in get()
|
D | mpfi.hpp | 1478 struct constant_pi<boost::multiprecision::number<boost::multiprecision::mpfi_float_backend<Digits10… struct 1480 …sion::number<boost::multiprecision::mpfi_float_backend<Digits10>, ExpressionTemplates> result_type; 1482 static inline const result_type& get(const boost::integral_constant<int, N>&) in get() 1494 static inline result_type get(const boost::integral_constant<int, 0>&) in get()
|