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

  /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 Γ(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...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ThreadLocalRandom.java 104 * though, we use only a single 64bit gamma.
192 r = U.getLong(t, SEED) + GAMMA);
    [all...]
  /external/opencv/ml/include/
ml.h 330 double gamma; // for poly/rbf/sigmoid member in struct:CvSVMParams
492 enum { C=0, GAMMA=1, P=2, NU=3, COEF=4, DEGREE=5 };
508 CvParamGrid gamma_grid = get_default_grid(CvSVM::GAMMA),
    [all...]
  /device/google/marlin/camera/mm-image-codec/qexif/
qexif.h 242 GAMMA,
    [all...]
  /hardware/qcom/camera/msm8998/mm-image-codec/qexif/
qexif.h 242 GAMMA,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 

Completed in 104 milliseconds