Home
last modified time | relevance | path

Searched refs:unchecked_bernoulli_imp (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/math/special_functions/detail/
Dunchecked_bernoulli.hpp93 inline BOOST_MATH_CONSTEXPR_TABLE_FUNCTION T unchecked_bernoulli_imp(std::size_t n, const boost::in… in unchecked_bernoulli_imp() function
150 inline BOOST_MATH_CONSTEXPR_TABLE_FUNCTION T unchecked_bernoulli_imp(std::size_t n, const boost::in… in unchecked_bernoulli_imp() function
198 inline BOOST_MATH_CONSTEXPR_TABLE_FUNCTION T unchecked_bernoulli_imp(std::size_t n, const boost::in… in unchecked_bernoulli_imp() function
342 inline BOOST_MATH_CONSTEXPR_TABLE_FUNCTION T unchecked_bernoulli_imp(std::size_t n, const boost::in… in unchecked_bernoulli_imp() function
675 inline T unchecked_bernoulli_imp(std::size_t n, const boost::integral_constant<int, 4>& ) in unchecked_bernoulli_imp() function
722 return detail::unchecked_bernoulli_imp<T>(n, tag_type()); in unchecked_bernoulli_b2n()
/third_party/boost/boost/math/special_functions/
Dbernoulli.hpp27 *out = unchecked_bernoulli_imp<T>(i, tag); in bernoulli_number_imp()
45 *out = unchecked_bernoulli_imp<T>(i, tag); in bernoulli_number_imp()