/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
D | ChiSquareTest.java | 150 double chiSquare(long[][] counts) in chiSquare() 181 double chiSquareTest(long[][] counts) in chiSquareTest() 219 boolean chiSquareTest(long[][] counts, double alpha) in chiSquareTest()
|
D | ChiSquareTestImpl.java | 151 public double chiSquare(long[][] counts) throws IllegalArgumentException { in chiSquare() 188 public double chiSquareTest(long[][] counts) in chiSquareTest() 204 public boolean chiSquareTest(long[][] counts, double alpha) in chiSquareTest()
|
D | TestUtils.java | 334 public static double chiSquare(long[][] counts) in chiSquare() 359 public static boolean chiSquareTest(long[][] counts, double alpha) in chiSquareTest() 367 public static double chiSquareTest(long[][] counts) in chiSquareTest()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | prob.c | 29 const unsigned int *counts, in tree_merge_probs_impl() 45 const unsigned int *counts, vpx_prob *probs) { in vpx_tree_merge_probs()
|
/external/libchrome/base/metrics/ |
D | sample_vector.cc | 28 HistogramBase::AtomicCount* counts, in SampleVector() 129 const std::vector<HistogramBase::AtomicCount>* counts, in SampleVectorIterator() 140 const HistogramBase::AtomicCount* counts, in SampleVectorIterator()
|
D | histogram.cc | 279 HistogramBase::AtomicCount* counts, in PersistentCreate() 516 HistogramBase::AtomicCount* counts, in Histogram() 822 HistogramBase::AtomicCount* counts, in PersistentCreate() 862 HistogramBase::AtomicCount* counts, in LinearHistogram() 969 HistogramBase::AtomicCount* counts, in PersistentCreate() 987 HistogramBase::AtomicCount* counts, in BooleanHistogram() 1077 HistogramBase::AtomicCount* counts, in PersistentCreate() 1114 HistogramBase::AtomicCount* counts, in CustomHistogram()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 35 FRAME_COUNTS *counts = xd->counts; in read_intra_mode_y() local 45 FRAME_COUNTS *counts = xd->counts; in read_intra_mode_uv() local 54 FRAME_COUNTS *counts = xd->counts; in read_inter_mode() local 66 FRAME_COUNTS *counts = xd->counts; in read_selected_tx_size() local 186 FRAME_COUNTS *counts = xd->counts; in read_skip() local 268 const nmv_context *ctx, nmv_context_counts *counts, in read_mv() 294 FRAME_COUNTS *counts = xd->counts; in read_block_reference_mode() local 307 FRAME_COUNTS *counts = xd->counts; in read_ref_frames() local 349 FRAME_COUNTS *counts = xd->counts; in read_switchable_interp_filter() local 411 FRAME_COUNTS *counts = xd->counts; in assign_mv() local [all …]
|
/external/deqp/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 74 int counts[] = {1, 256}; in init() local 143 int counts[] = {1, 256}; in init() local 212 int counts[] = {5, 256}; in init() local 283 int counts[] = {1, 256}; in init() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | RegularImmutableSortedMultiset.java | 33 private final transient int[] counts; field in RegularImmutableSortedMultiset 40 int[] counts, in RegularImmutableSortedMultiset()
|
D | ImmutableSortedMultiset.java | 105 int[] counts = {1}; in of() local 296 int[] counts = new int[entries.size()]; in copyOfSortedEntries() local 545 int[] counts; field in ImmutableSortedMultiset.SerializedForm
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymv.c | 141 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { in vp9_inc_mv() 161 const nmv_context_counts *counts = &cm->counts.mv; in vp9_adapt_mv_probs() local
|
/external/deqp/modules/gles3/stress/ |
D | es3sVertexArrayTests.cpp | 76 int counts[] = {1, 256}; in init() local 174 int counts[] = {1, 256}; in init() local 278 int counts[] = {5, 256}; in init() local 382 int counts[] = {1, 256}; in init() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexArrayTest.cpp | 73 int counts[] = {1, 256}; in init() local 142 int counts[] = {1, 256}; in init() local 211 int counts[] = {5, 256}; in init() local 282 int counts[] = {1, 256}; in init() local 350 int counts[] = {1, 256}; in init() local 413 int counts[] = {1, 256}; in init() local
|
/external/strace/tests-m32/ |
D | readahead.c | 78 static const unsigned long counts[] = { variable
|
/external/strace/tests/ |
D | readahead.c | 78 static const unsigned long counts[] = { variable
|
/external/strace/tests-mx32/ |
D | readahead.c | 78 static const unsigned long counts[] = { variable
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 157 static void write_mv_update(const vpx_tree_index *tree, in write_mv_update() 173 nmv_context_counts *const counts) { in vp9_write_nmv_probs() 240 const int_mv mvs[2], nmv_context_counts *counts) { in inc_mvs()
|
D | vp9_tokenize.c | 331 unsigned int *counts) { in add_token() 341 int16_t token, unsigned int *counts) { in add_token_no_extra() 369 unsigned int(*const counts)[COEFF_CONTEXTS][ENTROPY_TOKENS] = in tokenize_b() local
|
/external/v8/src/ |
D | basic-block-profiler.h | 24 const uint32_t* counts() const { return &counts_[0]; } in counts() function
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
D | Period.java | 34 final int[] counts; field in Period 307 Period(int timeLimit, boolean inFuture, int[] counts) { in Period()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | Period.java | 32 final int[] counts; field in Period 305 Period(int timeLimit, boolean inFuture, int[] counts) { in Period()
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | SpreadsheetDataProcessor.java | 48 private List<JSONObject> counts; field in SpreadsheetDataProcessor.ProcessDataCommand 51 public ProcessDataCommand(List<JSONObject> counts) { in ProcessDataCommand()
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayTest.cpp | 73 int counts[] = {1, 256}; in init() local 171 int counts[] = {1, 256}; in init() local 275 int counts[] = {5, 256}; in init() local 379 int counts[] = {1, 256}; in init() local 479 int counts[] = {1, 256}; in init() local 573 int counts[] = {1, 256}; in init() local
|
/external/libtextclassifier/lang_id/ |
D | relevant-script-feature.cc | 51 int counts[kNumRelevantScripts]{}; in Evaluate() local
|
/external/libvncserver/libvncserver/ |
D | rre.c | 274 static int counts[NUMCLRS]; in getBgColour() local
|