HomeSort by relevance Sort by last modified time
    Searched defs:GAMMA (Results 1 - 10 of 10) 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/asus/fugu/kernel-headers/linux/
psb_drm.h     [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 1085 /*csc gamma setting*/
1087 GAMMA,
1099 /* gamma 0.5 */
1101 /* gamma 2.0 */
1103 /* gamma 0.5 + 2.0*/
1105 /* gamma 2.0 + 0.5*/
1107 /* gamma 1.0 */
    [all...]
  /device/google/marlin/camera/mm-image-codec/qexif/
qexif.h 242 GAMMA,
    [all...]
  /device/huawei/angler/camera/mm-image-codec/qexif/
qexif.h 242 GAMMA,
    [all...]
  /device/lge/bullhead/camera/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 

Completed in 341 milliseconds