Searched defs:lltrunc (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/math/special_functions/ |
D | trunc.hpp | 94 inline boost::long_long_type lltrunc(const T& v, const Policy& pol) in lltrunc() function 104 inline boost::long_long_type lltrunc(const T& v) in lltrunc() function
|
/third_party/boost/boost/math/concepts/ |
D | std_real_concept.hpp | 317 inline boost::long_long_type lltrunc(const concepts::std_real_concept& v, const Policy& pol) in lltrunc() function 321 inline boost::long_long_type lltrunc(const concepts::std_real_concept& v) in lltrunc() function
|
D | real_concept.hpp | 313 inline boost::long_long_type lltrunc(const concepts::real_concept& v, const Policy& pol) in lltrunc() function 315 inline boost::long_long_type lltrunc(const concepts::real_concept& v) in lltrunc() function
|
/third_party/boost/boost/math/bindings/ |
D | mpfr.hpp | 174 inline long long lltrunc(mpfr_class const& x, const Policy&) in lltrunc() function 179 inline long long lltrunc(__gmp_expr<T,U> const& x, const Policy& pol) in lltrunc() function
|
D | mpreal.hpp | 160 inline long long lltrunc(mpfr::mpreal const& x, const Policy& pol) in lltrunc() function
|
D | e_float.hpp | 419 inline boost::long_long_type lltrunc(const e_float& v, const Policy& pol) in lltrunc() function
|
D | rr.hpp | 831 inline long long lltrunc(RR const& x, const Policy& pol) in lltrunc() function
|
/third_party/boost/boost/multiprecision/detail/ |
D | default_ops.hpp | 2558 inline BOOST_MP_CXX14_CONSTEXPR boost::long_long_type lltrunc(const detail::expression<tag, A1, A2,… in lltrunc() function 2567 inline BOOST_MP_CXX14_CONSTEXPR boost::long_long_type lltrunc(const detail::expression<tag, A1, A2,… in lltrunc() function 2572 inline BOOST_MP_CXX14_CONSTEXPR boost::long_long_type lltrunc(const number<T, ExpressionTemplates>&… in lltrunc() function 2580 inline BOOST_MP_CXX14_CONSTEXPR boost::long_long_type lltrunc(const number<T, ExpressionTemplates>&… in lltrunc() function
|
/third_party/boost/boost/math/differentiation/ |
D | autodiff.hpp | 1728 long long lltrunc(fvar<RealType, Order> const& cr) { in lltrunc() function
|