Home
last modified time | relevance | path

Searched defs:tolerance (Results 1 – 25 of 201) sorted by relevance

123456789

/third_party/boost/libs/math/test/
Dtest_pFq_precision.cpp38 mp_type tolerance = 2e-20; in test_spots_1F0() local
61 mp_type tolerance = 2e-20; in test_spots_0F1() local
136 mp_type tolerance = 2e-20; in test_spots_1F1() local
154 mp_type tolerance = 2e-20; in test_spots_1F1_b() local
171 mp_type tolerance = 2e-20; in test_spots_2F1() local
188 mp_type tolerance = 2e-20; in test_spots_0F2() local
205 mp_type tolerance = 2e-20; in test_spots_1F2() local
222 mp_type tolerance = 2e-20; in test_spots_2F2() local
Dtest_lambert_w.cpp170 T tolerance = boost::math::tools::epsilon<T>() * 3; in wolfram_test_moderate_values() local
189 T tolerance = boost::math::tools::epsilon<T>() * 3; in wolfram_test_small_pos() local
209 T tolerance = boost::math::tools::epsilon<T>() * 3; in wolfram_test_small_neg() local
228 T tolerance = boost::math::tools::epsilon<T>() * 3; in wolfram_test_large() local
256 T tolerance = boost::math::tools::epsilon<T>() * 3; in wolfram_test_near_singularity() local
280 float tolerance = boost::math::tools::epsilon<float>() * 16; in wolfram_test_near_singularity() local
302 double tolerance = boost::math::tools::epsilon<double>() * 5; in wolfram_test_near_singularity() local
368 RealType tolerance = boost::math::tools::epsilon<RealType>() * epsilons; // 2 eps as a fraction. in test_spots() local
880 RealType tolerance = boost::math::tools::epsilon<RealType>() * epsilons; // 2 eps as a fraction. in BOOST_AUTO_TEST_CASE() local
Dtest_constants.cpp103 …RealType tolerance = (std::max)(static_cast<RealType>(boost::math::tools::epsilon<long double>()),… in test_spots() local
252 float tolerance = boost::math::tools::epsilon<float>() * 2; in test_float_spots() local
373 double tolerance = boost::math::tools::epsilon<double>() * 2; in test_double_spots() local
498 long double tolerance = boost::math::tools::epsilon<long double>() * 2; in test_long_double_spots() local
624 …boost::math::concepts::real_concept tolerance = boost::math::tools::epsilon<real_concept>() * 2; … in test_real_concept_policy() local
Dtest_laplace.cpp206 RealType tolerance(1e-10f); in test_pdf_cdf_ocatave() local
297 RealType tolerance(boost::math::tools::epsilon<RealType>() * 500); // 5 eps as a percentage. in test_cdf_quantile_symmetry() local
312 RealType tolerance(boost::math::tools::epsilon<RealType>() * 500); // 5 eps as a percentage in test_hazard_pdf_cdf_symmetry() local
330 RealType tolerance(boost::math::tools::epsilon<RealType>() * 500); // 5 eps as a percentage in test_location_scale_symmetry() local
361 RealType tolerance(boost::math::tools::epsilon<RealType>() * 500); // 5 eps as a percentage in test_mmm_moments() local
423 RealType tolerance(boost::math::tools::epsilon<RealType>() * 500); // 5 eps as a percentage. in test_complemented() local
Dtest_exponential_dist.cpp27 void test_spot(RealType l, RealType x, RealType p, RealType q, RealType tolerance) in test_spot()
68 RealType tolerance = (std::max)( in test_spots() local
Dtest_extreme_value.cpp26 void test_spot(RealType a, RealType b, RealType x, RealType p, RealType q, RealType tolerance) in test_spot()
66 RealType tolerance = (std::max)( in test_spots() local
Dtest_rayleigh.cpp31 void test_spot(RealType s, RealType x, RealType p, RealType q, RealType tolerance) in test_spot()
81 RealType tolerance = (std::max)( in test_spots() local
Dtest_logistic_dist.cpp35 …est_spot(RealType location, RealType scale, RealType x, RealType p, RealType q, RealType tolerance) in test_spot()
76 RealType tolerance = (std::max)( in test_spots() local
Dtest_owens_t.hpp37 …RealType tolerance = boost::math::tools::epsilon<RealType>() * 30; // most OK with 3 eps tolerance. in test_spots() local
95 …RealType tolerance = boost::math::tools::epsilon<RealType>() * 150; // most OK with 3 eps toleranc… in check_against_T7() local
Dtest_1F0.hpp38 T tolerance = boost::math::tools::epsilon<T>() * 1000; in test_spots() local
Dtest_lambert_w_derivative.cpp94 RealType tolerance = boost::math::tools::epsilon<RealType>() * epsilons; // 2 eps as a fraction. in BOOST_AUTO_TEST_CASE() local
/third_party/boost/libs/math/test/test_rational_instances/
Dtest_rational.hpp22 T tolerance = boost::math::tools::epsilon<T>() * 4 * 100; in do_test_spots1() local
581 T tolerance = boost::math::tools::epsilon<T>() * 4 * 100; in do_test_spots2() local
900 T tolerance = boost::math::tools::epsilon<T>() * 4 * 100; in do_test_spots3() local
1219 T tolerance = boost::math::tools::epsilon<T>() * 4 * 100; in do_test_spots4() local
1538 T tolerance = boost::math::tools::epsilon<T>() * 4 * 100; in do_test_spots5() local
1842 T tolerance = boost::math::tools::epsilon<T>() * 4 * 100; in do_test_spots6() local
2131 T tolerance = boost::math::tools::epsilon<T>() * 4 * 100; in do_test_spots7() local
2420 T tolerance = boost::math::tools::epsilon<T>() * 4 * 100; in do_test_spots8() local
2709 T tolerance = boost::math::tools::epsilon<T>() * 4 * 100; in do_test_spots9() local
2998 T tolerance = boost::math::tools::epsilon<T>() * 4 * 100; in do_test_spots10() local
[all …]
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/
Dtest_union_linear_linear.hpp34 double tolerance) in check_result()
57 double tolerance, in base_test()
154 double tolerance in apply()
195 double tolerance in apply()
/third_party/boost/libs/multiprecision/example/
Dnumeric_limits_snips.cpp278 RealType tolerance = boost::math::tools::epsilon<RealType>() * 2; in BOOST_AUTO_TEST_CASE() local
328 T tolerance = 3 * std::numeric_limits<T>::epsilon(); in BOOST_AUTO_TEST_CASE() local
355 cpp_dec_float_50 tolerance = 3 * std::numeric_limits<cpp_dec_float_50>::epsilon(); in BOOST_AUTO_TEST_CASE() local
369 cpp_bin_float_quad tolerance = 3 * std::numeric_limits<cpp_bin_float_quad>::epsilon(); in BOOST_AUTO_TEST_CASE() local
383 cpp_bin_float_oct tolerance = 3 * std::numeric_limits<cpp_bin_float_oct>::epsilon(); in BOOST_AUTO_TEST_CASE() local
/third_party/boost/libs/geometry/test/algorithms/set_operations/sym_difference/
Dtest_sym_difference_linear_linear.hpp34 double tolerance) in check_result()
56 double tolerance, in base_test()
157 double tolerance in apply()
/third_party/boost/boost/test/tools/
Dfloating_point_comparison.hpp193 fraction_tolerance( ToleranceType tolerance ) in fraction_tolerance()
202 fraction_tolerance( percent_tolerance_t<FPT> tolerance ) in fraction_tolerance()
233 …explicit close_at_tolerance( ToleranceType tolerance, fpc::strength fpc_strength = FPC_STRONG ) in close_at_tolerance()
300 explicit small_with_tolerance( FPT tolerance ) // <= absolute tolerance in small_with_tolerance()
323 is_small( FPT fpv, FPT tolerance ) in is_small()
Dfpc_tolerance.hpp76 tolerance( FPT v ) in tolerance() function
86 tolerance( test_tools::fpc::percent_tolerance_t<FPT> v ) in tolerance() function
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Dtest_difference_linear_linear.hpp35 double tolerance = std::numeric_limits<double>::epsilon()) in check_result()
58 double tolerance, in base_test()
147 double tolerance in apply()
/third_party/boost/boost/test/tools/detail/
Dtolerance_manip.hpp117 tolerance( FPT v ) in tolerance() function
130 tolerance( fpc::percent_tolerance_t<FPT> v ) in tolerance() function
142 tolerance() in tolerance() function
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dtest_intersection_linear_linear.hpp37 double tolerance) in check_result()
62 double tolerance, in base_test()
196 double tolerance in apply()
252 double tolerance in apply()
/third_party/boost/libs/compute/test/
Dcheck_macros.hpp39 ToleranceBaseType tolerance) in equal_close_impl()
46 #define BOOST_COMPUTE_TEST_CHECK_CLOSE_COLLECTIONS(L_begin, L_end, R_begin, R_end, tolerance) \ argument
51 #define CHECK_RANGE_CLOSE(type, size, actual, expected, tolerance) \ argument
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dbuffer_multi_point.cpp126 double const tolerance = 1000.0; in test_many_points_per_circle() local
128 double const tolerance = 1.0; in test_many_points_per_circle() local
/third_party/boost/boost/math/quadrature/
Dexp_sinh.hpp43 auto exp_sinh<Real, Policy>::integrate(const F& f, Real a, Real b, Real tolerance, Real* error, Rea… in integrate()
86 auto exp_sinh<Real, Policy>::integrate(const F& f, Real tolerance, Real* error, Real* L1, std::size… in integrate()
Dtanh_sinh.hpp62 auto tanh_sinh<Real, Policy>::integrate(const F f, Real a, Real b, Real tolerance, Real* error, Rea… in integrate()
214 auto tanh_sinh<Real, Policy>::integrate(const F f, Real a, Real b, Real tolerance, Real* error, Rea… in integrate()
251 auto tanh_sinh<Real, Policy>::integrate(const F f, Real tolerance, Real* error, Real* L1, std::size… in integrate()
261 auto tanh_sinh<Real, Policy>::integrate(const F f, Real tolerance, Real* error, Real* L1, std::size… in integrate()
/third_party/boost/boost/math/special_functions/detail/
Dbessel_jy.hpp46 T tolerance = 2 * policies::get_epsilon<T, Policy>(); in hankel_PQ() local
77 T g, h, p, q, f, coef, sum, sum1, tolerance; in temme_jy() local
146 T C, D, f, a, b, delta, tiny, tolerance; in CF1_jy() local
157 tolerance = 2 * policies::get_epsilon<T, Policy>();; in CF1_jy() local
204 T tolerance = 2 * policies::get_epsilon<T, Policy>(); in CF2_jy() local

123456789