/third_party/boost/libs/math/test/ |
D | test_pFq_precision.cpp | 38 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
|
D | test_lambert_w.cpp | 170 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
|
D | test_constants.cpp | 103 …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
|
D | test_laplace.cpp | 206 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
|
D | test_exponential_dist.cpp | 27 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
|
D | test_extreme_value.cpp | 26 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
|
D | test_rayleigh.cpp | 31 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
|
D | test_logistic_dist.cpp | 35 …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
|
D | test_owens_t.hpp | 37 …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
|
D | test_1F0.hpp | 38 T tolerance = boost::math::tools::epsilon<T>() * 1000; in test_spots() local
|
D | test_lambert_w_derivative.cpp | 94 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/ |
D | test_rational.hpp | 22 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/ |
D | test_union_linear_linear.hpp | 34 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/ |
D | numeric_limits_snips.cpp | 278 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/ |
D | test_sym_difference_linear_linear.hpp | 34 double tolerance) in check_result() 56 double tolerance, in base_test() 157 double tolerance in apply()
|
/third_party/boost/boost/test/tools/ |
D | floating_point_comparison.hpp | 193 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()
|
D | fpc_tolerance.hpp | 76 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/ |
D | test_difference_linear_linear.hpp | 35 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/ |
D | tolerance_manip.hpp | 117 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/ |
D | test_intersection_linear_linear.hpp | 37 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/ |
D | check_macros.hpp | 39 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/ |
D | buffer_multi_point.cpp | 126 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/ |
D | exp_sinh.hpp | 43 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()
|
D | tanh_sinh.hpp | 62 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/ |
D | bessel_jy.hpp | 46 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
|