Home
last modified time | relevance | path

Searched refs:p_value (Results 1 – 25 of 57) sorted by relevance

123

/external/pdfium/third_party/libopenjpeg20/
Dcio.h176 void opj_write_bytes_BE(OPJ_BYTE * p_buffer, OPJ_UINT32 p_value,
186 void opj_read_bytes_BE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value,
196 void opj_write_bytes_LE(OPJ_BYTE * p_buffer, OPJ_UINT32 p_value,
206 void opj_read_bytes_LE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value,
215 void opj_write_double_LE(OPJ_BYTE * p_buffer, OPJ_FLOAT64 p_value);
222 void opj_write_double_BE(OPJ_BYTE * p_buffer, OPJ_FLOAT64 p_value);
229 void opj_read_double_LE(const OPJ_BYTE * p_buffer, OPJ_FLOAT64 * p_value);
236 void opj_read_double_BE(const OPJ_BYTE * p_buffer, OPJ_FLOAT64 * p_value);
243 void opj_read_float_LE(const OPJ_BYTE * p_buffer, OPJ_FLOAT32 * p_value);
250 void opj_read_float_BE(const OPJ_BYTE * p_buffer, OPJ_FLOAT32 * p_value);
[all …]
Dcio.c47 void opj_write_bytes_BE(OPJ_BYTE * p_buffer, OPJ_UINT32 p_value, in opj_write_bytes_BE() argument
50 const OPJ_BYTE * l_data_ptr = ((const OPJ_BYTE *) &p_value) + sizeof( in opj_write_bytes_BE()
58 void opj_write_bytes_LE(OPJ_BYTE * p_buffer, OPJ_UINT32 p_value, in opj_write_bytes_LE() argument
61 const OPJ_BYTE * l_data_ptr = ((const OPJ_BYTE *) &p_value) + p_nb_bytes - 1; in opj_write_bytes_LE()
71 void opj_read_bytes_BE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value, in opj_read_bytes_BE() argument
74 OPJ_BYTE * l_data_ptr = ((OPJ_BYTE *) p_value); in opj_read_bytes_BE()
78 *p_value = 0; in opj_read_bytes_BE()
82 void opj_read_bytes_LE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value, in opj_read_bytes_LE() argument
85 OPJ_BYTE * l_data_ptr = ((OPJ_BYTE *) p_value) + p_nb_bytes - 1; in opj_read_bytes_LE()
90 *p_value = 0; in opj_read_bytes_LE()
[all …]
/external/libtextclassifier/abseil-cpp/absl/random/internal/
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()
/external/openscreen/third_party/abseil/src/absl/random/internal/
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()
/external/abseil-cpp/absl/random/internal/
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()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
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()
/external/angle/third_party/abseil-cpp/absl/random/internal/
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()
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
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()
/external/rust/crates/rusqlite/src/
Dsession.rs402 let mut p_value: *mut ffi::sqlite3_value = ptr::null_mut(); in conflict() localVariable
406 &mut p_value, in conflict()
408 Ok(ValueRef::from_value(p_value)) in conflict()
430 let mut p_value: *mut ffi::sqlite3_value = ptr::null_mut(); in new_value() localVariable
431 check!(ffi::sqlite3changeset_new(self.it, col as i32, &mut p_value,)); in new_value()
432 Ok(ValueRef::from_value(p_value)) in new_value()
442 let mut p_value: *mut ffi::sqlite3_value = ptr::null_mut(); in old_value() localVariable
443 check!(ffi::sqlite3changeset_old(self.it, col as i32, &mut p_value,)); in old_value()
444 Ok(ValueRef::from_value(p_value)) in old_value()
/external/python/cpython3/Python/
Derrors.c401 _PyErr_Fetch(PyThreadState *tstate, PyObject **p_type, PyObject **p_value, in _PyErr_Fetch() argument
405 *p_value = tstate->curexc_value; in _PyErr_Fetch()
415 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch() argument
418 _PyErr_Fetch(tstate, p_type, p_value, p_traceback); in PyErr_Fetch()
439 PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in _PyErr_GetExcInfo() argument
443 *p_value = exc_info->exc_value; in _PyErr_GetExcInfo()
447 Py_XINCREF(*p_value); in _PyErr_GetExcInfo()
453 PyErr_GetExcInfo(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_GetExcInfo() argument
456 _PyErr_GetExcInfo(tstate, p_type, p_value, p_traceback); in PyErr_GetExcInfo()
460 PyErr_SetExcInfo(PyObject *p_type, PyObject *p_value, PyObject *p_traceback) in PyErr_SetExcInfo() argument
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc185 double p_value = in TEST() local
193 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TEST()
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()
/external/angle/third_party/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc186 double p_value = in TEST() local
194 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TEST()
Dlog_uniform_int_distribution_test.cc203 double p_value = ChiSquaredTestImpl(); in TEST_P() local
204 if (p_value < 0.005) { in TEST_P()
/external/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc181 double p_value = in TEST() local
189 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TEST()
Duniform_int_distribution_test.cc192 double p_value = in TYPED_TEST() local
200 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TYPED_TEST()
Dlog_uniform_int_distribution_test.cc200 double p_value = ChiSquaredTestImpl(); in TEST_P() local
201 if (p_value < 0.005) { in TEST_P()
/external/openscreen/third_party/abseil/src/absl/random/
Ddiscrete_distribution_test.cc185 double p_value = in TEST() local
193 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TEST()
Dlog_uniform_int_distribution_test.cc203 double p_value = ChiSquaredTestImpl(); in TEST_P() local
204 if (p_value < 0.005) { in TEST_P()
/external/webrtc/third_party/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc181 double p_value = in TEST() local
189 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TEST()
Duniform_int_distribution_test.cc192 double p_value = in TYPED_TEST() local
200 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TYPED_TEST()
Dlog_uniform_int_distribution_test.cc200 double p_value = ChiSquaredTestImpl(); in TEST_P() local
201 if (p_value < 0.005) { in TEST_P()
/external/libtextclassifier/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc185 double p_value = in TEST() local
193 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TEST()
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()
/external/rust/crates/criterion/src/analysis/
Dmod.rs200 let p_value = t_distribution.p_value(t_value, &Tails::Two); in common() localVariable
202 p_value, in common()

123