/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | CompactDecimalFormatTest.java | 367 CompactDecimalFormat cdf = in TestDefaultSignificantDigits() local 369 assertEquals("Default significant digits", "123K", cdf.format(123456)); in TestDefaultSignificantDigits() 370 assertEquals("Default significant digits", "12K", cdf.format(12345)); in TestDefaultSignificantDigits() 371 assertEquals("Default significant digits", "1.2K", cdf.format(1234)); in TestDefaultSignificantDigits() 372 assertEquals("Default significant digits", "123", cdf.format(123)); in TestDefaultSignificantDigits() 377 CompactDecimalFormat cdf = in TestCharacterIterator() local 379 AttributedCharacterIterator iter = cdf.formatToCharacterIterator(1234567); in TestCharacterIterator() 381 iter = cdf.formatToCharacterIterator(1234567); in TestCharacterIterator() 395 NumberFormat cdf = in TestArabicLongStyle() local 397 … assertEquals("Arabic Long", "\u061C-\u0665\u066B\u0663 \u0623\u0644\u0641", cdf.format(-5300)); in TestArabicLongStyle() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | CompactDecimalFormatTest.java | 370 CompactDecimalFormat cdf = in TestDefaultSignificantDigits() local 372 assertEquals("Default significant digits", "123K", cdf.format(123456)); in TestDefaultSignificantDigits() 373 assertEquals("Default significant digits", "12K", cdf.format(12345)); in TestDefaultSignificantDigits() 374 assertEquals("Default significant digits", "1.2K", cdf.format(1234)); in TestDefaultSignificantDigits() 375 assertEquals("Default significant digits", "123", cdf.format(123)); in TestDefaultSignificantDigits() 380 CompactDecimalFormat cdf = in TestCharacterIterator() local 382 AttributedCharacterIterator iter = cdf.formatToCharacterIterator(1234567); in TestCharacterIterator() 384 iter = cdf.formatToCharacterIterator(1234567); in TestCharacterIterator() 398 NumberFormat cdf = in TestArabicLongStyle() local 400 … assertEquals("Arabic Long", "\u061C-\u0665\u066B\u0663 \u0623\u0644\u0641", cdf.format(-5300)); in TestArabicLongStyle() [all …]
|
/third_party/boost/libs/math/test/ |
D | test_cauchy.cpp | 69 ::boost::math::cdf( in test_spots() 75 ::boost::math::cdf( in test_spots() 81 ::boost::math::cdf( in test_spots() 87 ::boost::math::cdf( in test_spots() 93 ::boost::math::cdf( in test_spots() 99 ::boost::math::cdf( in test_spots() 105 ::boost::math::cdf( in test_spots() 111 ::boost::math::cdf( in test_spots() 117 ::boost::math::cdf( in test_spots() 123 ::boost::math::cdf( in test_spots() [all …]
|
D | test_poisson.cpp | 105 using ::boost::math::cdf; in test_spots() 110 cdf(poisson_distribution<RealType>(static_cast<RealType>(0)), // mean zero is bad. in test_spots() 115 cdf(poisson_distribution<RealType>(static_cast<RealType>(-1)), // mean negative is bad. in test_spots() 120 cdf(poisson_distribution<RealType>(static_cast<RealType>(1)), // mean unit OK, in test_spots() 125 cdf(poisson_distribution<RealType>(static_cast<RealType>(0)), // mean zero is bad. in test_spots() 130 cdf(poisson_distribution<RealType>(static_cast<RealType>(0)), // mean zero is bad. in test_spots() 214 cdf(poisson_distribution<RealType>(static_cast<RealType>(1)), // mean unity. in test_spots() 220 cdf(poisson_distribution<RealType>(static_cast<RealType>(1)), // mean unity. in test_spots() 226 cdf(poisson_distribution<RealType>(static_cast<RealType>(1)), // mean unity. in test_spots() 232 cdf(poisson_distribution<RealType>(static_cast<RealType>(1)), // mean unity. in test_spots() [all …]
|
D | test_inverse_gaussian.cpp | 46 ::boost::math::cdf( // Check cdf in check_inverse_gaussian() 52 ::boost::math::cdf( // Check cdf complement in check_inverse_gaussian() 78 cdf(complement(dist, x)), q, tol); // 1 - cdf in check_inverse_gaussian() 110 … cdf(complement(w11, 1.)), static_cast<RealType>(1) - cdf(w11, 1.), tolerance); // cdf complement in test_spots() 211 cdf(w11, 1.), static_cast<double>(0.66810200122317065), 10 * tolfeweps); // cdf in BOOST_AUTO_TEST_CASE() 216 cdf(w11, 0.1), static_cast<double>(0.0040761113207110162), 10 * tolfeweps); // cdf in BOOST_AUTO_TEST_CASE() 221 cdf(w11, 0.01), static_cast<double>(4.122313403318778e-23), 10 * tolfeweps); // cdf in BOOST_AUTO_TEST_CASE() 226 cdf(w11, 0.001), static_cast<double>(4.8791443010851493e-219), 1000 * tolfeweps); // cdf in BOOST_AUTO_TEST_CASE() 244 cdf(w11, 0.5), static_cast<double>(0.3649755481729598), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE() 249 cdf(w11, 2), static_cast<double>(.88547542598600637), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE() [all …]
|
D | test_fisher_f.cpp | 61 cdf(dist, cs), P, tol); in test_spot() 71 cdf(complement(dist, cs)), Q, tol); in test_spot() 204 using ::boost::math::cdf; in test_spots() 237 cdf(fisher_f_distribution<RealType>( in test_spots() 245 cdf(complement(fisher_f_distribution<RealType>( in test_spots() 253 cdf(complement(fisher_f_distribution<RealType>( in test_spots() 261 cdf(complement(fisher_f_distribution<RealType>( in test_spots() 269 cdf(complement(fisher_f_distribution<RealType>( in test_spots() 277 cdf(complement(fisher_f_distribution<RealType>( in test_spots() 285 cdf(complement(fisher_f_distribution<RealType>( in test_spots() [all …]
|
D | test_triangular.cpp | 47 ::boost::math::cdf( in check_triangular() 53 ::boost::math::cdf( in check_triangular() 181 cdf(triangular_distribution<RealType>(0, 1, 1), static_cast<RealType>(0.25)), in test_spots() 248 cdf(triangular_distribution<RealType>(0, 1, 1), static_cast<RealType>(-1)), in test_spots() 251 cdf(triangular_distribution<RealType>(0, 1, 1), static_cast<RealType>(0)), in test_spots() 255 cdf(triangular_distribution<RealType>(0, 1, 1), static_cast<RealType>(1)), in test_spots() 259 cdf(triangular_distribution<RealType>(0, 1, 1), static_cast<RealType>(2)), in test_spots() 263 cdf(triangular_distribution<RealType>(-1, 0, 1), static_cast<RealType>(0)), in test_spots() 268 cdf(triangular_distribution<RealType>(0, 1, 1), static_cast<RealType>(0.9L)), in test_spots() 273 cdf(triangular_distribution<RealType>(-1, 0, 1), static_cast<RealType>(-1)), in test_spots() [all …]
|
D | test_beta_dist.cpp | 65 BOOST_CHECK_CLOSE_FRACTION(cdf(abeta, x), P, tol); in test_spot() 71 cdf(complement(abeta, x)), Q, tol); in test_spot() 153 using ::boost::math::cdf; in test_spots() 233 cdf(beta_distribution<RealType>(static_cast<RealType>(2), static_cast<RealType>(2)), in test_spots() 240 cdf(beta_distribution<RealType>(static_cast<RealType>(2), static_cast<RealType>(2)), in test_spots() 257 cdf(beta_distribution<RealType>(static_cast<RealType>(2), static_cast<RealType>(2)), in test_spots() 264 cdf(beta_distribution<RealType>(static_cast<RealType>(0.5), static_cast<RealType>(2)), in test_spots() 271 cdf(beta_distribution<RealType>(static_cast<RealType>(0.5), static_cast<RealType>(0.5)), in test_spots() 278 cdf(beta_distribution<RealType>(static_cast<RealType>(0.5), static_cast<RealType>(0.5)), in test_spots() 292 cdf(beta_distribution<RealType>(static_cast<RealType>(0.5), static_cast<RealType>(0.5)), in test_spots() [all …]
|
D | test_uniform.cpp | 40 ::boost::math::cdf( in check_uniform() 46 ::boost::math::cdf( in check_uniform() 131 cdf(uniform_distribution<RealType>(0, 1), static_cast<RealType>(-1)), in test_spots() 134 cdf(uniform_distribution<RealType>(0, 1), static_cast<RealType>(0)), in test_spots() 138 cdf(uniform_distribution<RealType>(0, 1), static_cast<RealType>(0.5)), in test_spots() 142 cdf(uniform_distribution<RealType>(0, 1), static_cast<RealType>(0.1)), in test_spots() 146 cdf(uniform_distribution<RealType>(0, 1), static_cast<RealType>(0.9)), in test_spots() 150 cdf(uniform_distribution<RealType>(0, 1), static_cast<RealType>(2)), in test_spots() 155 cdf(complement(uniform_distribution<RealType>(0, 1), static_cast<RealType>(0))), in test_spots() 158 cdf(complement(uniform_distribution<RealType>(0, 1), static_cast<RealType>(0))), in test_spots() [all …]
|
D | test_chi_squared.cpp | 59 cdf(dist, cs), P, tol); in test_spot() 69 cdf(complement(dist, cs)), Q, tol); in test_spot() 78 cdf(dist2, cs), P, tol); in test_spot() 88 cdf(complement(dist2, cs)), Q, tol); in test_spot() 325 using ::boost::math::cdf; in test_spots() 415 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots() 419 , -log(cdf(complement(dist, x))), tol2); in test_spots() 459 cdf(chi_squared_distribution<RealType>(1), static_cast<RealType>(0)) in test_spots() 462 cdf(chi_squared_distribution<RealType>(2), static_cast<RealType>(0)) in test_spots() 465 cdf(chi_squared_distribution<RealType>(3), static_cast<RealType>(0)) in test_spots() [all …]
|
D | test_negative_binomial.cpp | 66 cdf(bn, k), P, tol); in test_spot() 74 cdf(complement(bn, k)), Q, tol); in test_spot() 226 using ::boost::math::cdf; in test_spots() 366 BOOST_CHECK_CLOSE(cdf( in test_spots() 372 BOOST_CHECK_CLOSE(cdf(complement( in test_spots() 378 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(20), static_cast<RealType>(0.25… in test_spots() 384 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(20), static_cast<RealType>(0.25… in test_spots() 391 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots() 397 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots() 403 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots() [all …]
|
D | test_inverse_gamma_distribution.cpp | 76 cdf(dist, x), P, tol); in test_spot() 82 cdf(complement(dist, x)), Q, tol); in test_spot() 159 …BOOST_MATH_CHECK_THROW(cdf(ig21, +std::numeric_limits<RealType>::infinity()),std::domain_error ); … in test_spots() 160 …BOOST_MATH_CHECK_THROW(cdf(ig21, -std::numeric_limits<RealType>::infinity()), std::domain_error); … in test_spots() 161 …BOOST_MATH_CHECK_THROW(cdf(complement(ig21, +std::numeric_limits<RealType>::infinity())), std::dom… in test_spots() 162 …BOOST_MATH_CHECK_THROW(cdf(complement(ig21, -std::numeric_limits<RealType>::infinity())), std::dom… in test_spots() 178 …BOOST_MATH_CHECK_THROW(cdf(ig21, +std::numeric_limits<RealType>::quiet_NaN()), std::domain_error);… in test_spots() 179 …BOOST_MATH_CHECK_THROW(cdf(complement(ig21, +std::numeric_limits<RealType>::quiet_NaN())), std::do… in test_spots() 216 …BOOST_CHECK_CLOSE_FRACTION(hazard(dist51, x), pdf(dist51, x) / cdf(complement(dist51, x)), tol_few… in test_spots() 218 BOOST_CHECK_CLOSE_FRACTION(chf(dist51, x), -log(cdf(complement(dist51, x))), tol_few_eps); in test_spots() [all …]
|
D | test_inverse_chi_squared_distribution.cpp | 29 using boost::math::cdf; 85 cdf(dist, x), P, tol); in test_spot() 91 cdf(complement(dist, x)), Q, tol); // 1 - cdf in test_spot() 162 …BOOST_MATH_CHECK_THROW(cdf(ichsq, +std::numeric_limits<RealType>::infinity()),std::domain_error );… in test_spots() 163 …BOOST_MATH_CHECK_THROW(cdf(ichsq, -std::numeric_limits<RealType>::infinity()), std::domain_error);… in test_spots() 164 …BOOST_MATH_CHECK_THROW(cdf(complement(ichsq, +std::numeric_limits<RealType>::infinity())), std::do… in test_spots() 165 …BOOST_MATH_CHECK_THROW(cdf(complement(ichsq, -std::numeric_limits<RealType>::infinity())), std::do… in test_spots() 180 …BOOST_MATH_CHECK_THROW(cdf(ichsq, +std::numeric_limits<RealType>::quiet_NaN()), std::domain_error)… in test_spots() 181 …BOOST_MATH_CHECK_THROW(cdf(complement(ichsq, +std::numeric_limits<RealType>::quiet_NaN())), std::d… in test_spots() 210 …BOOST_CHECK_CLOSE_FRACTION(cdf(dist10, median(dist10)), static_cast<RealType>(0.5L), 4 * tol_2eps); in test_spots() [all …]
|
D | test_laplace.cpp | 215 cdf(laplace_distribution<RealType>(), static_cast<RealType>(-2.L)), in test_pdf_cdf_ocatave() 227 cdf(laplace_distribution<RealType>(), static_cast<RealType>(-1.L)), in test_pdf_cdf_ocatave() 238 cdf(laplace_distribution<RealType>(), static_cast<RealType>(-0.5L)), in test_pdf_cdf_ocatave() 249 cdf(laplace_distribution<RealType>(), static_cast<RealType>(0.0L)), in test_pdf_cdf_ocatave() 260 cdf(laplace_distribution<RealType>(), static_cast<RealType>(0.5L)), in test_pdf_cdf_ocatave() 272 cdf(laplace_distribution<RealType>(), static_cast<RealType>(1.00000000000000L)), in test_pdf_cdf_ocatave() 284 cdf(laplace_distribution<RealType>(), static_cast<RealType>(2.0L)), in test_pdf_cdf_ocatave() 304 …RealType x2( quantile(laplace_distribution<RealType>(), cdf(laplace_distribution<RealType>(), x)) … in test_cdf_quantile_symmetry() 320 RealType c( cdf(laplace_distribution<RealType>(), x) ); in test_hazard_pdf_cdf_symmetry() 351 cdf(laplace_distribution<RealType>(l,s), x), in test_location_scale_symmetry() [all …]
|
D | test_logistic_dist.cpp | 38 ::boost::math::cdf( in test_spot() 44 ::boost::math::cdf( in test_spot() 208 …BOOST_CHECK_EQUAL(cdf(logistic_distribution<RealType>(), +std::numeric_limits<RealType>::infinity(… in test_spots() 209 …BOOST_CHECK_EQUAL(cdf(logistic_distribution<RealType>(), -std::numeric_limits<RealType>::infinity(… in test_spots() 210 …BOOST_CHECK_EQUAL(cdf(complement(logistic_distribution<RealType>(), +std::numeric_limits<RealType>… in test_spots() 211 …BOOST_CHECK_EQUAL(cdf(complement(logistic_distribution<RealType>(), -std::numeric_limits<RealType>… in test_spots() 217 …BOOST_CHECK_EQUAL(cdf(logistic_distribution<RealType>(), +boost::math::tools::max_value<RealType>(… in test_spots() 218 …BOOST_CHECK_EQUAL(cdf(logistic_distribution<RealType>(), -boost::math::tools::max_value<RealType>(… in test_spots() 219 …BOOST_CHECK_EQUAL(cdf(complement(logistic_distribution<RealType>(), +boost::math::tools::max_value… in test_spots() 220 …BOOST_CHECK_EQUAL(cdf(complement(logistic_distribution<RealType>(), -boost::math::tools::max_value… in test_spots() [all …]
|
/third_party/boost/libs/math/example/ |
D | normal_misc_examples.cpp | 75 << setprecision(precision) << setw(12) << cdf(s, z) << endl; in main() 90 cout << "Area for z = " << z << " is " << cdf(s, z) << endl; // to get the area for z. in main() 112 double alpha1 = cdf(s, -1) * 2; // 0.3173105078629142 in main() 159 << cdf(s, s.standard_deviation()) << endl; // from -infinity to 1 sd in main() 161 << cdf(complement(s, s.standard_deviation())) << endl; in main() 163 << 1 - cdf(complement(s, s.standard_deviation())) * 2 << endl; in main() 165 << 1 - cdf(complement(s, 2 * s.standard_deviation())) * 2 << endl; in main() 167 << 1 - cdf(complement(s, 3 * s.standard_deviation())) * 2 << endl; in main() 219 << expected_life << " is "<< cdf(bulbs, expected_life) << endl; in main() 221 << expected_life << " is "<< cdf(complement(bulbs, expected_life)) << endl; in main() [all …]
|
D | binomial_quiz_example.cpp | 131 cout << "Probability of getting none or one right is " << cdf(quiz, 1) << endl; in main() 138 cout << "Probability of getting <= 10 right (to fail) is " << cdf(quiz, 10) << endl; in main() 146 cout << "Probability of getting > 10 right (to pass) is " << 1 - cdf(quiz, 10) << endl; in main() 153 cout << "Probability of getting > 10 right (to pass) is " << cdf(complement(quiz, 10)) << endl; in main() 160 BOOST_ASSERT((cdf(quiz, 10) + cdf(complement(quiz, 10))) == 1.); in main() 166 << cdf(quiz, pass_score -1) << endl; in main() 179 << cdf(complement(quiz, pass_score-1)) in main() 180 << ", only 1 in " << 1/cdf(complement(quiz, pass_score-1)) << endl; in main() 182 BOOST_ASSERT((cdf(quiz, pass_score -1) + cdf(complement(quiz, pass_score-1))) == 1); in main() 194 << cdf(quiz, score) << endl; in main() [all …]
|
D | binomial_example_nag.cpp | 59 << " " << 2 << " " << cdf(my_dist, 2) << " " in main() 60 << cdf(complement(my_dist, 2)) << " " << pdf(my_dist, 2) << endl; in main() 64 << " " << 13 << " " << cdf(two, 13) << " " in main() 65 << cdf(complement(two, 13)) << " " << pdf(two, 13) << endl; in main() 69 << " " << 67 << " " << cdf(three, 67) << " " << cdf(complement(three, 67)) in main() 74 << cdf(four, 700) << " " << cdf(complement(four, 700)) in main()
|
D | find_mean_and_sd_normal.cpp | 74 << cdf(complement(packs, max_weight)) * 100. << endl; // P(X > 3.1) in main() 85 << " is " << cdf(complement(packs, minimum_weight)) << endl; in main() 101 << " is " << cdf(complement(xpacks, minimum_weight)) << endl; in main() 115 << " is " << cdf(complement(nominal_packs, minimum_weight)) << endl; in main() 136 << " is " << cdf(complement(good_packs, minimum_weight)) << endl; in main() 158 << " is " << cdf(complement(cpacks, minimum_weight)) << endl; in main() 177 << " is " << cdf(complement(goodcpacks, minimum_weight)) << endl; in main() 188 << " is " << cdf(complement(goodcpacks, minimum_weight)) << endl; in main() 244 << " is " << cdf(complement(pack05, minimum_weight)) << endl; in main() 259 << " is " << cdf(complement(pack06, minimum_weight)) << endl; in main() [all …]
|
D | negative_binomial_example2.cpp | 49 cout << "cdf(mynbdist, 2.) = " << cdf(mynbdist, 2.) << endl; // 0.000415802001953125 in main() 50 cout << "cdf(mynbdist, 8.) = " << cdf(mynbdist, 8.) << endl; // 0.027129956288263202 in main() 51 …cout << "cdf(complement(mynbdist, 8.)) = " << cdf(complement(mynbdist, 8.)) << endl; // 0.97287004… in main() 53 cout << "cdf + complement = " << cdf(mynbdist, 8.) + cdf(complement(mynbdist, 8.)) << endl; // 1 in main() 64 double cdf8 = cdf(mynbdist, static_cast<double>(k)); in main() 67 << ", cdf = " << cdf(mynbdist, static_cast<double>(k)) // cdf = 0.40025683281803687 in main() 91 << left << setw(25) << cdf(mynbdist, static_cast<double>(k)) in main()
|
D | binomial_coinflip_example.cpp | 101 cout << "Probability of getting 0 or 1 (<= 1) heads is " << cdf(flip, 1) << endl; in main() 106 cout << "Probability of getting 9 or 10 heads is " << 1. - cdf(flip, 8) << endl; in main() 110 cout << "Probability of getting 9 or 10 heads is " << cdf(complement(flip, 8)) << endl; in main() 127 << cdf(flip, 6) - cdf(flip, 3) << endl; in main() 133 << cdf(flip, 7) - cdf(flip, 2) << endl; in main() 155 double probability = cdf(flip, successes); // P(X <= heads) in main()
|
D | inverse_chi_squared_bayes_eg.cpp | 32 using ::boost::math::cdf; in main() 144 cout << " probability variance <= 15: " << boost::math::cdf(prior, 15.0) << endl; in main() 145 cout << " probability variance <= 25: " << boost::math::cdf(prior, 25.0) << endl; in main() 147 << boost::math::cdf(boost::math::complement(prior, 50.0)) in main() 265 cout << " probability variance <= 15: " << boost::math::cdf(posterior, 15.0) << endl; in main() 266 cout << " probability variance <= 25: " << boost::math::cdf(posterior, 25.0) << endl; in main() 268 << boost::math::cdf(boost::math::complement(posterior, 50.0)) << endl; in main()
|
D | negative_binomial_example1.cpp | 59 using ::boost::math::cdf; // Cumulative density function. 187 << cdf(nb, 8 - sales_quota) << endl; in main() 195 << cdf(nb, 10 - sales_quota) << endl; in main() 205 << cdf(nb, 11 - sales_quota) << endl; in main() 216 << cdf(nb, 12 - sales_quota) << endl; in main() 242 << cdf(nb, all_houses - sales_quota) << endl; in main() 260 << cdf(complement(nb, all_houses - sales_quota)) << endl; in main() 269 double p = cdf(nb, (8 - sales_quota)); in main() 376 …cout << left << setw(3) << i << " " << setw(8) << cdf(nb, i - sales_qu… in main()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | compactdecimalformattest.cpp | 255 const CompactDecimalFormat* cdf, const ExpectedResult* expectedResult, 329 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance("sw", UNUM_SHORT, status)); in TestFieldPosition() local 336 cdf->format(1234567.0, result, fp); in TestFieldPosition() 366 …LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, stat… in TestDefaultSignificantDigits() local 374 assertEquals("Default significant digits", u"123K", cdf->format(123456, actual.remove())); in TestDefaultSignificantDigits() 375 assertEquals("Default significant digits", u"12K", cdf->format(12345, actual.remove())); in TestDefaultSignificantDigits() 376 assertEquals("Default significant digits", u"1.2K", cdf->format(1234, actual.remove())); in TestDefaultSignificantDigits() 377 assertEquals("Default significant digits", u"123", cdf->format(123, actual.remove())); in TestDefaultSignificantDigits() 382 …LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, stat… in TestAPIVariants() local 396 cdf->format((double)123456.0, actual, pos); in TestAPIVariants() [all …]
|
/third_party/boost/libs/math/test/compile_test/ |
D | test_compile_result.hpp | 97 check_result<value_type>(cdf(dist, x)); in constraints() 98 check_result<value_type>(cdf(complement(dist, x))); in constraints() 120 check_result<value_type>(cdf(dist, f)); in constraints() 121 check_result<value_type>(cdf(complement(dist, f))); in constraints() 127 check_result<value_type>(cdf(dist, d)); in constraints() 128 check_result<value_type>(cdf(complement(dist, d))); in constraints() 134 check_result<value_type>(cdf(dist, l)); in constraints() 135 check_result<value_type>(cdf(complement(dist, l))); in constraints() 141 check_result<value_type>(cdf(dist, i)); in constraints() 142 check_result<value_type>(cdf(complement(dist, i))); in constraints() [all …]
|