Home
last modified time | relevance | path

Searched refs:get_epsilon (Results 1 – 25 of 58) sorted by relevance

123

/third_party/boost/boost/math/special_functions/detail/
Dbessel_jy_series.hpp67 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_… in bessel_j_small_z_series()
69 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_… in bessel_j_small_z_series()
184 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_… in bessel_y_small_z_series()
186 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_… in bessel_y_small_z_series()
204 …T b = boost::math::tools::sum_series(s2, boost::math::policies::get_epsilon<T, Policy>(), max_iter… in bessel_y_small_z_series()
206 …T b = boost::math::tools::sum_series(s2, boost::math::policies::get_epsilon<T, Policy>(), max_iter… in bessel_y_small_z_series()
222 BOOST_ASSERT((z < policies::get_epsilon<T, Policy>())); in bessel_yn_small_z()
Dbessel_jy_derivatives_series.hpp72 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_… in bessel_j_derivative_small_z_series()
74 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_… in bessel_j_derivative_small_z_series()
186 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_… in bessel_y_derivative_small_z_series()
188 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_… in bessel_y_derivative_small_z_series()
207 …T b = boost::math::tools::sum_series(s2, boost::math::policies::get_epsilon<T, Policy>(), max_iter… in bessel_y_derivative_small_z_series()
209 …T b = boost::math::tools::sum_series(s2, boost::math::policies::get_epsilon<T, Policy>(), max_iter… in bessel_y_derivative_small_z_series()
Dhypergeometric_1F1_by_ratios.hpp112 …function_ratio_from_backwards_recurrence(coef2, boost::math::policies::get_epsilon<T, Policy>(), m… in hypergeometric_1F1_from_function_ratio_negative_b()
139 …:function_ratio_from_backwards_recurrence(coef, boost::math::policies::get_epsilon<T, Policy>(), m… in hypergeometric_1F1_from_function_ratio_negative_b()
581 …::function_ratio_from_forwards_recurrence(coef, boost::math::policies::get_epsilon<T, Policy>(), m… in hypergeometric_1F1_from_function_ratio_negative_b_forwards()
630 …:function_ratio_from_backwards_recurrence(coef, boost::math::policies::get_epsilon<T, Policy>(), m… in hypergeometric_1F1_from_function_ratio_negative_ab()
Dhypergeometric_1F1_addition_theorems_on_z.hpp83 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_… in hypergeometric_1f1_recurrence_on_z_minus_zero()
128 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_…
167 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_…
206 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_…
244 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_…
284 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_…
Dhypergeometric_series.hpp190 …const T result = boost::math::tools::sum_series(term, boost::math::policies::get_epsilon<T, Policy… in sum_pFq_series()
192 …const T result = boost::math::tools::sum_series(term, boost::math::policies::get_epsilon<T, Policy… in sum_pFq_series()
329 …} while ((diff > boost::math::policies::get_epsilon<T, Policy>()) || (fabs(term_m1) < fabs(term)) … in hypergeometric_1F1_generic_series()
370 …} while ((diff > boost::math::policies::get_epsilon<T, Policy>()) || (fabs(term_m1) < fabs(term))); in hypergeometric_1F1_generic_series()
405 …} while ((diff > boost::math::policies::get_epsilon<T, Policy>())/* || (fabs(term_m1) < fabs(term)… in hypergeometric_1F1_generic_series()
Dhypergeometric_pFq_checked_series.hpp126 Real tol = boost::math::policies::get_epsilon<Real, Policy>(); in hypergeometric_pFq_checked_series_impl()
442 if (d < boost::math::policies::get_epsilon<Real, Policy>()) in hypergeometric_pFq_checked_series_impl()
445 …} while (!termination(k - s) && ((diff > boost::math::policies::get_epsilon<Real, Policy>()) || te… in hypergeometric_pFq_checked_series_impl()
544 if (d < boost::math::policies::get_epsilon<Real, Policy>()) in hypergeometric_pFq_checked_series_impl()
564 …} while (!termination(s - k) && ((diff > boost::math::policies::get_epsilon<Real, Policy>()) || (f… in hypergeometric_pFq_checked_series_impl()
634 … if (result.second * sqrt(boost::math::policies::get_epsilon<Real, Policy>()) > abs(result.first)) in hypergeometric_pFq_checked_series_impl()
Dhypergeometric_1F1_large_abz.hpp86 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_… in hypergeometric_1F1_igamma()
128 …unction_ratio_from_backwards_recurrence(b_coef, boost::math::policies::get_epsilon<T, Policy>(), m… in hypergeometric_1F1_shift_on_a()
173 …unction_ratio_from_backwards_recurrence(b_coef, boost::math::policies::get_epsilon<T, Policy>(), m… in hypergeometric_1F1_shift_on_a()
201 …unction_ratio_from_backwards_recurrence(b_coef, boost::math::policies::get_epsilon<T, Policy>(), m… in hypergeometric_1F1_shift_on_a()
250 …unction_ratio_from_backwards_recurrence(b_coef, boost::math::policies::get_epsilon<T, Policy>(), m… in hypergeometric_1F1_shift_on_b()
287 …unction_ratio_from_backwards_recurrence(b_coef, boost::math::policies::get_epsilon<T, Policy>(), m… in hypergeometric_1F1_shift_on_b()
Dbessel_jy.hpp46 T tolerance = 2 * policies::get_epsilon<T, Policy>(); in hankel_PQ()
118 tolerance = policies::get_epsilon<T, Policy>(); in temme_jy()
157 tolerance = 2 * policies::get_epsilon<T, Policy>();; in CF1_jy()
204 T tolerance = 2 * policies::get_epsilon<T, Policy>(); in CF2_jy()
339 …else if((x < 1) && (u != 0) && (log(policies::get_epsilon<T, Policy>() / 2) > v * log((x/2) * (x/2… in bessel_jy()
358 else if((u == 0) && (x < policies::get_epsilon<T, Policy>())) in bessel_jy()
Dhypergeometric_asym.hpp91 if (fabs(sum) * boost::math::policies::get_epsilon<T, Policy>() > fabs(term)) in hypergeometric_1F1_asym_large_z_series()
93 if(fabs(sum) / abs_sum < boost::math::policies::get_epsilon<T, Policy>()) in hypergeometric_1F1_asym_large_z_series()
Dhypergeometric_1F1_bessel.hpp373 …ult = boost::math::tools::checked_sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), m… in hypergeometric_1F1_AS_13_3_7_tricomi()
375 …result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_it… in hypergeometric_1F1_AS_13_3_7_tricomi()
452 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_… in cyl_bessel_i_large_x_scaled()
579 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_… in hypergeometric_1F1_AS_13_3_6()
645 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_…
715 …T result = boost::math::tools::sum_series(s, boost::math::policies::get_epsilon<T, Policy>(), max_…
Dhypergeometric_separated_series.hpp21 const T factor = policies::get_epsilon<T, Policy>(); in hypergeometric_1F1_separated_series()
Dhypergeometric_1F1_scaled_series.hpp44 } while (diff > boost::math::policies::get_epsilon<T, Policy>()); in hypergeometric_1F1_scaled_series()
Dhypergeometric_1F1_cf.hpp43 … boost::math::tools::continued_fraction_a(func, boost::math::policies::get_epsilon<T, Policy>(), m… in hypergeometric_1F1_cf()
/third_party/boost/libs/math/test/
Dtest_policy_9.cpp36 constexpr double ep = get_epsilon<double, policy<> >(); in test()
37 constexpr double ep2 = get_epsilon<double, policy<digits10<7> > >(); in test()
88 static_assert(noexcept(get_epsilon<double, policy<> >()), "This expression should be noexcept"); in test()
/third_party/boost/boost/math/distributions/
Dstudents_t.hpp105 RealType limit = policies::get_epsilon<RealType, Policy>(); in pdf()
158 RealType limit = policies::get_epsilon<RealType, Policy>(); in cdf()
387 RealType limit = policies::get_epsilon<RealType, Policy>(); in variance()
433 RealType limit = policies::get_epsilon<RealType, Policy>(); in kurtosis()
467 RealType limit = policies::get_epsilon<RealType, Policy>(); in kurtosis_excess()
/third_party/boost/boost/math/special_functions/
Dlog1p.hpp110 … result_type result = tools::sum_series(s, policies::get_epsilon<result_type, Policy>(), max_iter); in log1p_imp()
113 …result_type result = tools::sum_series(s, policies::get_epsilon<result_type, Policy>(), max_iter, … in log1p_imp()
487 T result = boost::math::tools::sum_series(s, policies::get_epsilon<T, Policy>(), max_iter, zero); in log1pmx()
489 T result = boost::math::tools::sum_series(s, policies::get_epsilon<T, Policy>(), max_iter); in log1pmx()
/third_party/mindspore/mindspore/core/ops/
Dinstance_norm.cc32 float InstanceNorm::get_epsilon() const { in get_epsilon() function in mindspore::ops::InstanceNorm
Dinstance_norm.h54 float get_epsilon() const;
Dfused_batch_norm.h74 float get_epsilon() const;
Dbatch_norm.h60 float get_epsilon() const;
Dl2_normalize.h51 float get_epsilon() const;
Dfused_batch_norm.cc41 float FusedBatchNorm::get_epsilon() const { in get_epsilon() function in mindspore::ops::FusedBatchNorm
Dlayer_norm.h59 float get_epsilon() const;
Dl2_normalize.cc34 float L2Normalize::get_epsilon() const { in get_epsilon() function in mindspore::ops::L2Normalize
/third_party/mindspore/mindspore/core/ops/grad/
Dbatch_norm_grad.h37 float get_epsilon() const;

123