Searched refs:p_value (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Drandom_test.c273 double p_value; local
278 p_value = (*func)(mctx, values, 128000);
279 if (p_value >= 0.01)
282 ATF_REQUIRE(p_value >= 0.0);
283 ATF_REQUIRE(p_value <= 1.0);
285 i = (int) floor(p_value * 10);
291 /* Fold histogram[10] (p_value = 1.0) into histogram[9] for
351 double p_value; local
368 p_value = erfc(s_obs / sqrt(2.0));
370 return (p_value);
390 double p_value; local
462 double p_value; local
531 double p_value; local
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Dtest-program.hpp55 test_case_result(const std::string& p_state, const int p_value, argument
58 m_value(p_value),
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp74 const int p_value) :
77 value(p_value)
97 const std::string& p_value) :
100 value(p_value)
73 status_check(const status_check_t& p_type, const bool p_negated, const int p_value) argument
96 output_check(const output_check_t& p_type, const bool p_negated, const std::string& p_value) argument

Completed in 15 milliseconds