Home
last modified time | relevance | path

Searched defs:counts (Results 1 – 25 of 116) sorted by relevance

12345

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DChiSquareTest.java150 double chiSquare(long[][] counts) in chiSquare()
181 double chiSquareTest(long[][] counts) in chiSquareTest()
219 boolean chiSquareTest(long[][] counts, double alpha) in chiSquareTest()
DChiSquareTestImpl.java151 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()
DTestUtils.java334 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/
Dprob.c29 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/
Dsample_vector.cc28 HistogramBase::AtomicCount* counts, in SampleVector()
129 const std::vector<HistogramBase::AtomicCount>* counts, in SampleVectorIterator()
140 const HistogramBase::AtomicCount* counts, in SampleVectorIterator()
Dhistogram.cc279 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/
Dvp9_decodemv.c35 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/
Des2sVertexArrayTests.cpp74 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/
DRegularImmutableSortedMultiset.java33 private final transient int[] counts; field in RegularImmutableSortedMultiset
40 int[] counts, in RegularImmutableSortedMultiset()
DImmutableSortedMultiset.java105 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/
Dvp9_entropymv.c141 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/
Des3sVertexArrayTests.cpp76 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/
Des2fVertexArrayTest.cpp73 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/
Dreadahead.c78 static const unsigned long counts[] = { variable
/external/strace/tests/
Dreadahead.c78 static const unsigned long counts[] = { variable
/external/strace/tests-mx32/
Dreadahead.c78 static const unsigned long counts[] = { variable
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c157 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()
Dvp9_tokenize.c331 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/
Dbasic-block-profiler.h24 const uint32_t* counts() const { return &counts_[0]; } in counts() function
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DPeriod.java34 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/
DPeriod.java32 final int[] counts; field in Period
305 Period(int timeLimit, boolean inFuture, int[] counts) { in Period()
/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetDataProcessor.java48 private List<JSONObject> counts; field in SpreadsheetDataProcessor.ProcessDataCommand
51 public ProcessDataCommand(List<JSONObject> counts) { in ProcessDataCommand()
/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.cpp73 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/
Drelevant-script-feature.cc51 int counts[kNumRelevantScripts]{}; in Evaluate() local
/external/libvncserver/libvncserver/
Drre.c274 static int counts[NUMCLRS]; in getBgColour() local

12345