/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 | 35 const unsigned int *counts, in tree_merge_probs_impl() 51 const unsigned int *counts, vpx_prob *probs) { in vpx_tree_merge_probs()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 33 FRAME_COUNTS *counts = xd->counts; in read_intra_mode_y() local 44 FRAME_COUNTS *counts = xd->counts; in read_intra_mode_uv() local 54 FRAME_COUNTS *counts = xd->counts; in read_inter_mode() local 67 FRAME_COUNTS *counts = xd->counts; in read_selected_tx_size() local 194 FRAME_COUNTS *counts = xd->counts; in read_skip() local 287 nmv_context_counts *counts, int allow_hp) { in read_mv() 312 FRAME_COUNTS *counts = xd->counts; in read_block_reference_mode() local 326 FRAME_COUNTS *counts = xd->counts; in read_ref_frames() local 373 FRAME_COUNTS *counts = xd->counts; in read_switchable_interp_filter() local 429 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 | 164 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { in vp9_inc_mv() 184 const nmv_context_counts *counts = &cm->counts.mv; in vp9_adapt_mv_probs() local
|
D | vp9_entropymode.c | 341 const FRAME_COUNTS *counts = &cm->counts; in vp9_adapt_mode_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/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 148 static void write_mv_update(const vpx_tree_index *tree, in write_mv_update() 164 nmv_context_counts *const counts) { in vp9_write_nmv_probs() 233 nmv_context_counts *counts) { in inc_mvs()
|
D | vp9_tokenize.c | 463 unsigned int *counts) { in add_token() 476 unsigned int *counts) { in add_token_no_extra() 512 unsigned int (*const counts)[COEFF_CONTEXTS][ENTROPY_TOKENS] = in tokenize_b() local
|
D | vp9_bitstream.c | 64 static void prob_diff_update(const vpx_tree_index *tree, in prob_diff_update() 106 FRAME_COUNTS *counts) { in update_skip_probs() 114 FRAME_COUNTS *counts) { in update_switchable_interp_probs() 816 FRAME_COUNTS *counts) { in encode_txfm_probs() 861 static void fix_interp_filter(VP9_COMMON *cm, FRAME_COUNTS *counts) { in fix_interp_filter() 1157 FRAME_COUNTS *counts = cpi->td.counts; in write_compressed_header() 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | Period.java | 30 final int[] counts; field in Period 301 Period(int timeLimit, boolean inFuture, int[] counts) { in Period()
|
D | BasicPeriodFormatter.java | 53 private String format(int tl, boolean inFuture, int[] counts) { in format()
|
/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/libvncserver/libvncserver/ |
D | rre.c | 274 static int counts[NUMCLRS]; in getBgColour() local
|
D | corre.c | 307 static int counts[NUMCLRS]; in getBgColour() local
|
/external/skia/debugger/ |
D | SkDebugger.cpp | 68 SkTDArray<int> counts; in getOverviewText() local
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/ |
D | TestBNF.java | 133 int[] counts; field in TestBNF.Counts
|
/external/libdrm/ |
D | xf86drmMode.c | 164 struct drm_mode_card_res res, counts; in drmModeGetResources() local 483 struct drm_mode_get_connector conn, counts; in drmModeGetConnector() local 939 struct drm_mode_get_plane ovr, counts; in drmModeGetPlane() local 999 struct drm_mode_get_plane_res res, counts; in drmModeGetPlaneResources() local
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
D | CaseIterator.java | 407 private int[] counts; field in CaseIterator
|
/external/strace/ |
D | count.c | 46 #define counts (countv[current_personality]) macro
|