HomeSort by relevance Sort by last modified time
    Searched defs:Distribution (Results 1 - 22 of 22) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
Distribution.java 17 package org.apache.commons.math.distribution;
26 public interface Distribution {
29 * to this distribution, this method returns P(X ≤ x). In other words,
30 * this method represents the (cumulative) distribution function, or
31 * CDF, for this distribution.
33 * @param x the value at which the distribution function is evaluated.
35 * distribution takes a value less than or equal to <code>x</code>
43 * to this distribution, this method returns P(x0 &le; X &le; x1).
47 * @return the probability that a random variable with this distribution
  /external/caliper/examples/src/main/java/examples/
ArraySortBenchmark.java 33 @Param private Distribution distribution; field in class:ArraySortBenchmark
39 values = distribution.create(length);
50 public enum Distribution {
  /external/v8/tools/
run-deopt-fuzzer.py 13 # with the distribution.
90 print "Using random distribution with seed %d" % seed
101 F1: Factor of the first derivation of the distribution function.
102 F2: Factor of the second derivation of the distribution function.
103 With F1 and F2 set to 0, the distribution will be equal.
126 # Project the distribution into the interval [0:M].
130 # distribution.
135 # Difference factor between actual and equal distribution.
143 def Distribution(options):
180 result.add_option("--distribution-factor1", help=("Factor of the first
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dist.py 3 Provides the Distribution class, which represents the module distribution
34 class Distribution:
36 is really done within a Distribution instance, which farms the work out
39 Setup scripts will almost never instantiate Distribution directly,
42 Distribution for some specialized purpose, and then pass the subclass
44 necessary to respect the expectations that 'setup' has of Distribution.
129 """Construct a new Distribution instance: initialize all the
130 attributes of a Distribution, and then use 'attrs' (a dictionary
146 # Store the distribution meta-data (name, version, author, and so
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dist.py 3 Provides the Distribution class, which represents the module distribution
34 class Distribution:
36 is really done within a Distribution instance, which farms the work out
39 Setup scripts will almost never instantiate Distribution directly,
42 Distribution for some specialized purpose, and then pass the subclass
44 necessary to respect the expectations that 'setup' has of Distribution.
129 """Construct a new Distribution instance: initialize all the
130 attributes of a Distribution, and then use 'attrs' (a dictionary
146 # Store the distribution meta-data (name, version, author, and s
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dist.py 3 Provides the Distribution class, which represents the module distribution
34 class Distribution:
36 is really done within a Distribution instance, which farms the work out
39 Setup scripts will almost never instantiate Distribution directly,
42 Distribution for some specialized purpose, and then pass the subclass
44 necessary to respect the expectations that 'setup' has of Distribution.
129 """Construct a new Distribution instance: initialize all the
130 attributes of a Distribution, and then use 'attrs' (a dictionary
146 # Store the distribution meta-data (name, version, author, and s
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 3 Provides the Distribution class, which represents the module distribution
34 class Distribution:
36 is really done within a Distribution instance, which farms the work out
39 Setup scripts will almost never instantiate Distribution directly,
42 Distribution for some specialized purpose, and then pass the subclass
44 necessary to respect the expectations that 'setup' has of Distribution.
129 """Construct a new Distribution instance: initialize all the
130 attributes of a Distribution, and then use 'attrs' (a dictionary
146 # Store the distribution meta-data (name, version, author, and s
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 3 Provides the Distribution class, which represents the module distribution
34 class Distribution:
36 is really done within a Distribution instance, which farms the work out
39 Setup scripts will almost never instantiate Distribution directly,
42 Distribution for some specialized purpose, and then pass the subclass
44 necessary to respect the expectations that 'setup' has of Distribution.
129 """Construct a new Distribution instance: initialize all the
130 attributes of a Distribution, and then use 'attrs' (a dictionary
146 # Store the distribution meta-data (name, version, author, and s
    [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 1024 StringRef Distribution;
1026 Distribution = AvailabilityAttr::getPrettyPlatformName(
1028 if (Distribution.empty())
1029 Distribution = AA->getPlatform()->getName();
1031 Result << " distribution=\"" << Distribution << "\">";
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 254 BlockMass Mass; ///< Mass distribution from the entry block.
344 /// \brief Distribution of unscaled probability weight.
346 /// Distribution of unscaled probability weight to a set of successors.
351 /// the distribution. It should never overflow twice.
352 struct Distribution {
358 Distribution() : Total(0), DidOverflow(false) {}
369 /// \brief Normalize the distribution.
393 /// \brief Add all edges out of a packaged loop to the distribution.
400 Distribution &Dist);
402 /// \brief Add an edge to the distribution
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/
aws-java-sdk-cloudfront-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
gradle-tooling-api-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.10/
gradle-tooling-api-2.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/
gradle-tooling-api-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14.1/
gradle-tooling-api-2.14.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.8/
gradle-tooling-api-2.8.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.2/
gradle-tooling-api-3.2.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.3/
gradle-tooling-api-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.4.1/
gradle-tooling-api-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.5-20170307000048+0000/
gradle-tooling-api-3.5-20170307000048+0000.jar 

Completed in 737 milliseconds