Searched defs:Gamma (Results 1 - 8 of 8) 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/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/pdfium/core/include/fxcodec/
H A Dfx_codec.h486 double Gamma; member in struct:ICodec_IccModule::_IccParam
/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/lcms2-2.6/src/
H A Dcmsgamma.c319 // X = Y ^ Gamma
346 // Y = (aX + b)^Gamma | X >= -b/a
378 // Y = (aX + b)^Gamma | X <= -b/a
419 // Y = (aX + b)^Gamma | X >= d
455 // Y = (aX + b)^Gamma + e | X >= d
495 // Y = (a * X + b) ^ Gamma + c
505 // ((Y - c) ^1/Gamma - b) / a
515 // Y = a * log (b * X^Gamma + c) + d
525 // (Y - d) / a = log(b * X ^Gamma + c)
526 // pow(10, (Y-d) / a) = b * X ^Gamma
626 EntriesByGamma(cmsFloat64Number Gamma) argument
742 cmsBuildGamma(cmsContext ContextID, cmsFloat64Number Gamma) argument
[all...]
H A Dcmstypes.c4564 double Gamma; member in struct:__anon16064
4591 // Gamma is stored as a table
4657 if (!_cmsRead15Fixed16Number(io, &Colorant[n].Gamma)) goto Error;
4662 // Y = (aX + b)^Gamma + e | X >= d
4666 // Y = (Max ?Min) * (X ^ Gamma) + Min
4669 // a = (Max ?Min) ^ ( 1 / Gamma)
4673 Params[0] = Colorant[n].Gamma;
4674 Params[1] = pow((Colorant[n].Max - Colorant[n].Min), (1.0 / Colorant[n].Gamma));
4725 v.Gamma = Curves[i] ->Segments[0].Params[0];
4727 v.Max = pow(Curves[i] ->Segments[0].Params[1], v.Gamma)
[all...]
/external/opencv3/modules/videoio/src/
H A Dcap_msmf.cpp520 Parametr Gamma; member in struct:__anon15769::CamParametrs

Completed in 452 milliseconds