Home
last modified time | relevance | path

Searched defs:lower_limit (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/math/example/
Dchi_square_std_dev_test.cpp70 double lower_limit = sqrt((N - 1) * Sd * Sd / quantile(complement(dist, alpha[i] / 2))); in confidence_limits_on_std_deviation() local
120 double lower_limit = sqrt((N - 1) * Sd * Sd / quantile(complement(dist, alpha / 2))); in confidence_limits_on_std_deviation_alpha() local
/third_party/boost/boost/math/distributions/detail/
Dhypergeometric_cdf.hpp30 unsigned lower_limit = static_cast<unsigned>((std::max)(0, (int)(n + r) - (int)(N))); in hypergeometric_cdf_imp() local
/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_1F1_negative_b_regions.hpp489 …T lower_limit = static_cast<T>(1 / ((x2 - x1) * (y2 - y1)) * (f11 * (x2 - effective_x) * (y2 - eff… in hypergeometric_1F1_negative_b_recurrence_region() local
Dhypergeometric_pFq_checked_series.hpp129 Real lower_limit(1 / upper_limit); in hypergeometric_pFq_checked_series_impl() local
Dhypergeometric_series.hpp254 T lower_limit(1 / upper_limit); in hypergeometric_1F1_generic_series() local
/third_party/mindspore/mindspore/
D_checkparam.py192 def check_number_range(arg_value, lower_limit, upper_limit, rel, value_type, arg_name=None, prim_na… argument
409 def check_int_range(arg_value, lower_limit, upper_limit, rel, arg_name=None, prim_name=None): argument
420 def check_float_range(arg_value, lower_limit, upper_limit, rel, arg_name=None, prim_name=None): argument
/third_party/mesa3d/include/android_stub/system/
Dradio.h112 uint32_t lower_limit; member
/third_party/python/Modules/
Dfaulthandler.c1155 uintptr_t stop, lower_limit, upper_limit; in faulthandler_stack_overflow() local