Lines Matching refs:complement
175 cdf(complement( in test_spots()
183 cdf(complement( in test_spots()
205 quantile(complement( in test_spots()
212 quantile(complement( in test_spots()
227 BOOST_MATH_CHECK_THROW(cdf(complement(dist, -1)), std::domain_error); in test_spots()
229 BOOST_MATH_CHECK_THROW(quantile(complement(dist, -1)), std::domain_error); in test_spots()
231 BOOST_MATH_CHECK_THROW(quantile(complement(dist, -1)), std::domain_error); in test_spots()
247 BOOST_MATH_CHECK_THROW(cdf(complement(b, +nan)), std::domain_error); // x = + nan in test_spots()
249 BOOST_MATH_CHECK_THROW(quantile(complement(b, +nan)), std::domain_error); // p = + nan in test_spots()
268 BOOST_MATH_CHECK_THROW(cdf(complement(w, +inf)), std::domain_error); // x = + inf in test_spots()
270 BOOST_MATH_CHECK_THROW(quantile(complement(w, +inf)), std::domain_error); // p = + inf in test_spots()