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

  /prebuilts/go/darwin-x86/src/math/
gamma.go 8 // below are from http://netlib.sandia.gov/cephes/cprob/gamma.c.
13 // Gamma function
24 // Returns gamma function of the argument. The result is
27 // This variable is also filled in by the logarithmic gamma
60 // source listings for the gamma function and the incomplete beta
93 // Gamma function computed by Stirling's formula.
121 // Gamma returns the Gamma function of x.
124 // Gamma(+Inf) = +Inf
125 // Gamma(+0) = +In
    [all...]
  /prebuilts/go/linux-x86/src/math/
gamma.go 8 // below are from http://netlib.sandia.gov/cephes/cprob/gamma.c.
13 // Gamma function
24 // Returns gamma function of the argument. The result is
27 // This variable is also filled in by the logarithmic gamma
60 // source listings for the gamma function and the incomplete beta
93 // Gamma function computed by Stirling's formula.
121 // Gamma returns the Gamma function of x.
124 // Gamma(+Inf) = +Inf
125 // Gamma(+0) = +In
    [all...]
  /development/vndk/tools/vtable-dumper/tests/
test1.cpp 18 class Gamma : public Beta {
20 Gamma(int data) : mGCdata(data), Beta(data) {}
22 virtual ~Gamma() {};
31 void Gamma::getData(int *src, int *dst, int data) {}
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
polochallengeresponse.h 27 typedef std::vector<uint8_t> Alpha, Gamma, Nonce;
43 // Computes the gamma value based on the given nonce.
44 virtual Gamma* GetGamma(const Nonce& nonce) const;
46 // Extracts the nonce from the given gamma value.
47 virtual Nonce* ExtractNonce(const Gamma& gamma) const;
49 // Verifies that the given gamma value is correct.
50 virtual bool CheckGamma(const Gamma& gamma) const;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/special/
Gamma.java 26 * Gamma family of functions.
30 public class Gamma {
36 public static final double GAMMA = 0.577215664901532860606512090082;
74 private Gamma() {
79 * Returns the natural logarithm of the gamma function &#915;(x).
84 * Gamma Function</a>, equation (28).</li>
87 * <li><a href="http://my.fit.edu/~gabdo/gamma.txt">Paul Godfrey, A note on
88 * the computation of the convergent Lanczos complex Gamma approximation
118 * Returns the regularized gamma function P(a, x).
122 * @return the regularized gamma function P(a, x
    [all...]
  /external/tensorflow/tensorflow/python/ops/distributions/
gamma.py 15 """The Gamma distribution class."""
40 "Gamma",
45 @tf_export("distributions.Gamma")
46 class Gamma(distribution.Distribution):
47 """Gamma distribution.
49 The Gamma distribution is defined over positive real numbers using
58 Z = Gamma(alpha) beta**alpha
66 * `Gamma` is the [gamma function](
72 cdf(x; alpha, beta, x > 0) = GammaInc(alpha, beta x) / Gamma(alpha
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp 119 class Gamma{};
136 void set5(Alpha<Beta<Gamma<Delta<int, int>, int>, int>, int>);
138 set5(Alpha<Beta<Gamma<void, void>, double>, double>());
141 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'Alpha<Beta<Gamma<void, void>, double>, double>' to 'Alpha<Beta<Gamma<Delta<int, int>, int>, int>, int>' for 1st argument
143 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'Alpha<Beta<Gamma<void, void>, double>, double>' to 'Alpha<Beta<Gamma<Delta<int, int>, int>, int>, int>' for 1st argument
148 // CHECK-ELIDE-TREE: Gamma<
157 // CHECK-NOELIDE-TREE: Gamma<
167 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'Alpha<Beta<Delta<int, int>, [...]>, [...]>' to 'Alpha<Beta<Gamma<Delta<int, int>, int>, [...]>, [...]>' for 1st argumen
    [all...]
  /external/pdfium/third_party/lcms/src/
cmstypes.c 1175 cmsToneCurve* gamma = (cmsToneCurve*) Ptr; local
1285 cmsToneCurve* gamma = (cmsToneCurve*) Ptr; local
    [all...]
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r4023-3/
javac-9-dev-r4023-3.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-all-deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 340 milliseconds