Home
last modified time | relevance | path

Searched refs:max_bernoulli_b2n (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/math/special_functions/detail/
Dunchecked_bernoulli.hpp88 struct max_bernoulli_b2n : public detail::max_bernoulli_index<detail::bernoulli_imp_variant<T>::val… struct
96 constexpr std::array<boost::int64_t, 1 + max_bernoulli_b2n<T>::value> numerators = in unchecked_bernoulli_imp()
98 static const boost::array<boost::int64_t, 1 + max_bernoulli_b2n<T>::value> numerators = in unchecked_bernoulli_imp()
122 constexpr std::array<boost::int64_t, 1 + max_bernoulli_b2n<T>::value> denominators = in unchecked_bernoulli_imp()
124 static const boost::array<boost::int64_t, 1 + max_bernoulli_b2n<T>::value> denominators = in unchecked_bernoulli_imp()
153 constexpr std::array<float, 1 + max_bernoulli_b2n<T>::value> bernoulli_data = in unchecked_bernoulli_imp()
155 static const boost::array<float, 1 + max_bernoulli_b2n<T>::value> bernoulli_data = in unchecked_bernoulli_imp()
201 constexpr std::array<double, 1 + max_bernoulli_b2n<T>::value> bernoulli_data = in unchecked_bernoulli_imp()
203 static const boost::array<double, 1 + max_bernoulli_b2n<T>::value> bernoulli_data = in unchecked_bernoulli_imp()
345 constexpr std::array<long double, 1 + max_bernoulli_b2n<T>::value> bernoulli_data = in unchecked_bernoulli_imp()
[all …]
Dbernoulli_details.hpp161 boost::math::bernoulli_b2n<T>(max_bernoulli_b2n<T>::value + 1, Policy()); in init()
416 …for(std::size_t i = (std::max)(std::size_t(max_bernoulli_b2n<T>::value + 1), start); i < start + n… in copy_bernoulli_numbers()
439 …for(std::size_t i = (std::max)(std::size_t(max_bernoulli_b2n<T>::value + 1), start); i < start + n… in copy_bernoulli_numbers()
477 …for(std::size_t i = (std::max)(static_cast<std::size_t>(max_bernoulli_b2n<T>::value + 1), start); … in copy_bernoulli_numbers()
/third_party/boost/libs/math/test/
Dtest_bernoulli_constants.cpp162 if(i <= boost::math::max_bernoulli_b2n<T>::value) in test()
178 T bn[boost::math::max_bernoulli_b2n<T>::value + 20]; in test()
179 boost::math::bernoulli_b2n<T>(0, boost::math::max_bernoulli_b2n<T>::value + 20, bn); in test()
181 for(unsigned i = 0; i < boost::math::max_bernoulli_b2n<T>::value + 20; ++i) in test()
186 boost::math::tangent_t2n<T>(0, boost::math::max_bernoulli_b2n<T>::value + 20, bn); in test()
188 for(unsigned i = 0; i < boost::math::max_bernoulli_b2n<T>::value + 20; ++i) in test()
196 …boost::math::max_bernoulli_b2n<long double>::value + 5 : boost::math::max_bernoulli_b2n<T>::value … in test()
206 for(unsigned i = 0; i <= boost::math::max_bernoulli_b2n<long double>::value; ++i) in test_real_concept_extra()
212 …oncept r = boost::math::bernoulli_b2n<long double>(i + boost::math::max_bernoulli_b2n<long double>… in test_real_concept_extra()
213 if((i + boost::math::max_bernoulli_b2n<long double>::value) & 1) in test_real_concept_extra()
/third_party/boost/libs/math/example/
Dbernoulli_example.cpp113 … "boost::math::max_bernoulli_b2n<float>::value = " << boost::math::max_bernoulli_b2n<float>::valu… in main()
114 …using float is " << boost::math::bernoulli_b2n<float>( boost::math::max_bernoulli_b2n<float>::valu… in main()
115 …"boost::math::max_bernoulli_b2n<double>::value = " << boost::math::max_bernoulli_b2n<double>::val… in main()
116 …ing double is " << boost::math::bernoulli_b2n<double>( boost::math::max_bernoulli_b2n<double>::val… in main()
/third_party/boost/boost/math/special_functions/
Dbernoulli.hpp25 for(std::size_t i = start; (i <= max_bernoulli_b2n<T>::value) && (i < start + n); ++i) in bernoulli_number_imp()
31 …for(std::size_t i = (std::max)(static_cast<std::size_t>(max_bernoulli_b2n<T>::value + 1), start); … in bernoulli_number_imp()
43 for(std::size_t i = start; (i <= max_bernoulli_b2n<T>::value) && (i < start + n); ++i) in bernoulli_number_imp()
51 if(start + n <= max_bernoulli_b2n<T>::value) in bernoulli_number_imp()
Dzeta.hpp950 if(n <= (int)boost::math::max_bernoulli_b2n<T>::value) in zeta_imp()
955 …if(((v / 2) <= (int)boost::math::max_bernoulli_b2n<T>::value) && (v <= (int)boost::math::max_facto… in zeta_imp()
/third_party/boost/libs/math/doc/sf/
Dbernoulli_numbers.qbk60 struct max_bernoulli_b2n<T>;
69 The largest value you can pass to `unchecked_bernoulli_b2n<>` is `max_bernoulli_b2n<>::value`: pass…
75 The value of `boost::math::max_bernoulli_b2n<T>::value` varies by the type T, for types `float`/`do…
76 … which doesn't overflow the target type: for example, `boost::math::max_bernoulli_b2n<double>::val…
78 integers, for example `boost::math::max_bernoulli_b2n<boost::multiprecision::cpp_dec_float_50>::val…
Dnumber_series.qbk62 struct max_bernoulli_b2n<T>;
71 The largest value you can pass to `unchecked_bernoulli_b2n<>` is `max_bernoulli_b2n<>::value`: pass…
75 The value of `boost::math::max_bernoulli_b2n<T>::value` varies by the type T, for types `float`/`do…
76 … which doesn't overflow the target type: for example, `boost::math::max_bernoulli_b2n<double>::val…
78 integers, for example `boost::math::max_bernoulli_b2n<boost::multiprecision::cpp_dec_float_50>::val…