Home
last modified time | relevance | path

Searched defs:p_value (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/spirit/home/x3/support/traits/
Dis_substitute.hpp115 typedef typename mpl::at_c<T, 1>::type p_value; typedef
/third_party/boost/boost/test/utils/runtime/
Dargument.hpp67 unit_test::readwrite_property<T> p_value; member in boost::runtime::typed_argument
/third_party/ffmpeg/libavutil/tests/
Dlfg.c121 double Z, p_value = -1, tot_samp = 1000; in main() local
/third_party/mindspore/mindspore/core/ops/
Dtranspose.cc34 ShapeVector p_value; in InferShape() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dchi_square.cc112 const double p_value = 1.0 - p; in ChiSquareValue() local
/third_party/abseil-cpp/absl/random/internal/
Dchi_square.cc112 const double p_value = 1.0 - p; in ChiSquareValue() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc186 double p_value = in TEST() local
Dlog_uniform_int_distribution_test.cc203 double p_value = ChiSquaredTestImpl(); in TEST_P() local
Duniform_int_distribution_test.cc201 double p_value = in TYPED_TEST() local
Duniform_real_distribution_test.cc282 double p_value = in TYPED_TEST() local
Dexponential_distribution_test.cc313 double p_value = in TEST_P() local
Dgaussian_distribution_test.cc337 double p_value = in TEST_P() local
Dpoisson_distribution_test.cc469 double p_value = ChiSquaredTestImpl<absl::poisson_distribution<int32_t>>(); in TEST_P() local
/third_party/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc185 double p_value = in TEST() local
Dlog_uniform_int_distribution_test.cc203 double p_value = ChiSquaredTestImpl(); in TEST_P() local
Duniform_int_distribution_test.cc201 double p_value = in TYPED_TEST() local
Duniform_real_distribution_test.cc267 double p_value = in TYPED_TEST() local
Dexponential_distribution_test.cc324 double p_value = in TEST_P() local
Dgaussian_distribution_test.cc353 double p_value = in TEST_P() local
Dpoisson_distribution_test.cc469 double p_value = ChiSquaredTestImpl<absl::poisson_distribution<int32_t>>(); in TEST_P() local
/third_party/python/Python/
Derrors.c431 _PyErr_Fetch(PyThreadState *tstate, PyObject **p_type, PyObject **p_value, in _PyErr_Fetch()
445 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch()
469 PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in _PyErr_GetExcInfo()
483 PyErr_GetExcInfo(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_GetExcInfo()
490 PyErr_SetExcInfo(PyObject *p_type, PyObject *p_value, PyObject *p_traceback) in PyErr_SetExcInfo()
/third_party/glib/gio/
Dgregistrysettingsbackend.c779 RegistryValue *p_value) in registry_read()
/third_party/boost/libs/math/reporting/performance/
Dtest_distributions.cpp99 …void run_timed_tests(F f, std::string sub_name, std::string column, bool p_value = false, int wher… in run_timed_tests()