Searched defs:Gamma (Results 1 - 10 of 10) sorted by relevance

/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
H A Dpolochallengeresponse.h27 typedef std::vector<uint8_t> Alpha, Gamma, Nonce; typedef in namespace:polo::pairing
44 virtual Gamma* GetGamma(const Nonce& nonce) const;
47 virtual Nonce* ExtractNonce(const Gamma& gamma) const;
50 virtual bool CheckGamma(const Gamma& gamma) const;
/external/tensorflow/tensorflow/python/ops/distributions/
H A Ddistributions.py30 from tensorflow.python.ops.distributions.gamma import Gamma namespace
54 "Gamma",
H A Dgamma.py15 """The Gamma distribution class."""
40 "Gamma",
45 @tf_export("distributions.Gamma")
46 class Gamma(distribution.Distribution): class in inherits: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)
75 where `GammaInc` is the [lower incomplete Gamma functio
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
H A DGamma.java26 * Gamma family of functions.
30 public class Gamma { class
74 private Gamma() { method in class:Gamma
84 * Gamma Function</a>, equation (28).</li>
88 * the computation of the convergent Lanczos complex Gamma approximation
139 * Regularized Gamma Function</a>, equation (1).</li>
142 * Incomplete Gamma Function</a>, equation (4).</li>
220 * Regularized Gamma Function</a>, equation (1).</li>
320 * @see Gamma#digamma(double)
/external/clang/test/Sema/
H A Dexprs.c80 void test7(int *P, _Complex float Gamma) { argument
81 P = (P-42) + Gamma*4; // expected-error {{invalid operands to binary expression ('int *' and '_Complex float')}}
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp119 class Gamma{}; class
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<Delt
[all...]
/external/pdfium/third_party/lcms/src/
H A Dcmsgamma.c318 // X = Y ^ Gamma
345 // Y = (aX + b)^Gamma | X >= -b/a
377 // Y = (aX + b)^Gamma | X <= -b/a
418 // Y = (aX + b)^Gamma | X >= d
454 // Y = (aX + b)^Gamma + e | X >= d
494 // Y = (a * X + b) ^ Gamma + c
504 // ((Y - c) ^1/Gamma - b) / a
514 // Y = a * log (b * X^Gamma + c) + d
524 // (Y - d) / a = log(b * X ^Gamma + c)
525 // pow(10, (Y-d) / a) = b * X ^Gamma
625 EntriesByGamma(cmsFloat64Number Gamma) argument
741 cmsBuildGamma(cmsContext ContextID, cmsFloat64Number Gamma) argument
[all...]
H A Dcmstypes.c4614 double Gamma; member in struct:__anon18111
4641 // Gamma is stored as a table
4707 if (!_cmsRead15Fixed16Number(io, &Colorant[n].Gamma)) goto Error;
4712 // Y = (aX + b)^Gamma + e | X >= d
4716 // Y = (Max - Min) * (X ^ Gamma) + Min
4719 // a = (Max - Min) ^ ( 1 / Gamma)
4723 Params[0] = Colorant[n].Gamma;
4724 Params[1] = pow((Colorant[n].Max - Colorant[n].Min), (1.0 / Colorant[n].Gamma));
4775 v.Gamma = Curves[i] ->Segments[0].Params[0];
4777 v.Max = pow(Curves[i] ->Segments[0].Params[1], v.Gamma)
[all...]
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 556 milliseconds