Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dchi_square.cc112 const double p_value = 1.0 - p; in ChiSquareValue() local
113 if (dof < 1 || p_value > 1.0) { in ChiSquareValue()
123 const double z = InverseNormalSurvival(p_value); in ChiSquareValue()
132 if (p_value <= 0.0) return kChiMax; in ChiSquareValue()
137 double current = dof / std::sqrt(p_value); in ChiSquareValue()
139 if (ChiSquarePValue(current, dof) < p_value) { in ChiSquareValue()
/third_party/ffmpeg/libavutil/tests/
H A Dlfg.c121 double Z, p_value = -1, tot_samp = 1000; in main() local
164 p_value = flag ? 1 - Z_TABLE[x][y] : Z_TABLE[x][y]; in main()
186 samp_mean, mean, samp_stddev, stddev, Z, p_value, QH); in main()
/third_party/python/Python/
H A Derrors.c424 _PyErr_Fetch(PyThreadState *tstate, PyObject **p_type, PyObject **p_value, in _PyErr_Fetch() argument
428 *p_value = tstate->curexc_value; in _PyErr_Fetch()
438 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch() argument
441 _PyErr_Fetch(tstate, p_type, p_value, p_traceback); in PyErr_Fetch()
489 PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in _PyErr_GetExcInfo()
494 *p_value = exc_info->exc_value; in _PyErr_GetExcInfo()
498 Py_XINCREF(*p_value); in _PyErr_GetExcInfo()
534 PyErr_GetExcInfo(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_GetExcInfo() argument
537 _PyErr_GetExcInfo(tstate, p_type, p_value, p_traceback); in PyErr_GetExcInfo()
488 _PyErr_GetExcInfo(PyThreadState *tstate, PyObject **p_type, PyObject **p_value, PyObject **p_traceback) _PyErr_GetExcInfo() argument
/third_party/backends/backend/genesys/
H A Dregister.h328 RegisterSetting(AddressType p_address, ValueType p_value) : in RegisterSetting()
329 address(p_address), value(p_value) in RegisterSetting()
332 RegisterSetting(AddressType p_address, ValueType p_value, ValueType p_mask) : in RegisterSetting()
333 address(p_address), value(p_value), mask(p_mask) in RegisterSetting()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Ddiscrete_distribution_test.cc186 double p_value = in TEST() local
194 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TEST()
H A Dlog_uniform_int_distribution_test.cc203 double p_value = ChiSquaredTestImpl(); in TEST_P() local
204 if (p_value < 0.005) { in TEST_P()
H A Duniform_real_distribution_test.cc282 double p_value = in TYPED_TEST() local
290 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TYPED_TEST()
H A Duniform_int_distribution_test.cc201 double p_value = in TYPED_TEST() local
209 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TYPED_TEST()
H A Dgaussian_distribution_test.cc337 double p_value =
339 if (p_value < 0.0025) { // 1/400
H A Dexponential_distribution_test.cc313 double p_value =
315 if (p_value < 0.005) { // 1/200
H A Dpoisson_distribution_test.cc469 double p_value = ChiSquaredTestImpl<absl::poisson_distribution<int32_t>>(); in TEST_P() local
470 if (p_value < 0.005) { in TEST_P()
/third_party/node/src/crypto/
H A Dcrypto_rsa.cc459 Local<Value> p_value; in ImportJWKRsaKey() local
465 if (!jwk->Get(env->context(), env->jwk_p_string()).ToLocal(&p_value) || in ImportJWKRsaKey()
474 if (!p_value->IsString() || in ImportJWKRsaKey()
485 ByteSource p = ByteSource::FromEncodedString(env, p_value.As<String>()); in ImportJWKRsaKey()

Completed in 10 milliseconds