HomeSort by relevance Sort by last modified time
    Searched full:distribution (Results 1 - 25 of 36165) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/utils/lit/utils/
README.txt 2 distribution.
check-sdist 23 # Create the source distribution.
24 echo "Creating source distribution."
28 # Creating list of files in source distribution.
29 echo "Creating source distribution file list."
  /external/pcre/dist/
COPYING 3 Please see the file LICENCE in the PCRE distribution for licensing details.
  /prebuilts/eclipse/maven/apache-maven-3.2.1/
NOTICE 2 Apache Maven Distribution
  /packages/inputmethods/LatinIME/native/jni/tests/suggest/core/layout/
normal_distribution_2d_test.cpp 33 const NormalDistribution2D distribution(ORIGIN_X, LARGE_STANDARD_DEVIATION, ORIGIN_Y,
38 // The probability density of the point near the distribution center is larger than the
39 // probability density of the point that is far from distribution center.
40 EXPECT_GE(distribution.getProbabilityDensity(SMALL_COORDINATE, SMALL_COORDINATE),
41 distribution.getProbabilityDensity(LARGE_COORDINATE, LARGE_COORDINATE));
45 EXPECT_GE(distribution.getProbabilityDensity(LARGE_COORDINATE, SMALL_COORDINATE),
46 distribution.getProbabilityDensity(SMALL_COORDINATE, LARGE_COORDINATE));
52 const NormalDistribution2D distribution(ORIGIN_X, LARGE_STANDARD_DEVIATION, ORIGIN_Y,
58 // The probability density of the rotated distribution at the point and the probability
59 // density of the original distribution at the rotated point are the same
    [all...]
  /external/iproute2/netem/
pareto.c 2 * Pareto distribution table generator
23 printf("# This is the distribution table for the pareto distribution.\n");
README.distribution 1 Notes about distribution tables from Nistnet
3 I. About the distribution tables
5 The table used for "synthesizing" the distribution is essentially a scaled,
6 translated, inverse to the cumulative distribution function.
8 Here's how to think about it: Let F() be the cumulative distribution
9 function for a probability distribution X. We'll assume we've scaled
26 distribution has the same approximate "shape" as X, simply by letting
28 To see this, it's enough to show that Y's cumulative distribution function,
41 II. How to create distribution tables (in theory)
45 pareto distribution is one example of this. In other cases, an
    [all...]
  /packages/inputmethods/LatinIME/native/jni/tests/suggest/core/dictionary/
bloom_filter_test.cpp 38 // Use the uniform integer distribution [0, TEST_RANDOM_DATA_MAX].
39 std::uniform_int_distribution<int> distribution(0, TEST_RANDOM_DATA_MAX);
40 auto randomNumberGenerator = std::bind(distribution, std::mt19937());
55 // Use the uniform integer distribution [0, 1].
56 std::uniform_int_distribution<int> distribution(0, 1);
57 auto randomBitGenerator = std::bind(distribution, std::mt19937());
  /prebuilts/tools/common/m2/repository/javax/inject/javax.inject/1/
javax.inject-1.pom 14 <distribution>repo</distribution>
  /external/chromium_org/third_party/simplejson/
README.chromium 12 Removed unit tests from current distribution.
  /external/chromium_org/third_party/skia/gyp/
chromeos_deps.gyp 3 # distribution so we have to build a few of them ourselves.
  /external/chromium_org/third_party/skia/third_party/etc1/
README.google 7 distribution.
  /external/clang/test/Index/Inputs/CommentXML/
valid-availability-attr-01.xml 5 <Availability distribution="OS X">
valid-availability-attr-02.xml 5 <Availability distribution="OS X">
  /external/fio/examples/
zipf.fio 1 # Example job file for using a zipf distribution instead
  /external/iputils/
in6_flowlabel.h 1 /* The in6_flowlabel.h file in the iputils distribution exists to provide
  /external/jpeg/
jversion.h 6 * For conditions of distribution and use, see the accompanying README file.
  /external/pdfium/core/src/fxcodec/libjpeg/
jversion.h 6 * For conditions of distribution and use, see the accompanying README file.
  /external/qemu/distrib/jpeg-6b/
jversion.h 6 * For conditions of distribution and use, see the accompanying README file.
  /external/skia/gyp/
chromeos_deps.gyp 3 # distribution so we have to build a few of them ourselves.
  /external/skia/third_party/etc1/
README.google 7 distribution.
  /external/valgrind/main/drd/tests/
linuxthreads_det.stderr.exp-linuxthreads 4 after having upgraded to a newer version of your Linux distribution.
  /prebuilts/eclipse/maven/
README 2 the use of Maven[3]. This folder contains the binary Maven distribution.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
__init__.py 3 The main package for the Python Module Distribution Utilities. Normally
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
__init__.py 3 The main package for the Python Module Distribution Utilities. Normally

Completed in 1147 milliseconds

1 2 3 4 5 6 7 8 91011>>