HomeSort by relevance Sort by last modified time
    Searched defs:GAMMA (Results 1 - 19 of 19) 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...]
  /external/opencv3/3rdparty/libjasper/
jpc_qmfb.c     [all...]
  /external/opencv3/modules/java/src/
ml+SVM.java 31 GAMMA = 1,
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp 497 /** Parameter \f$\gamma\f$ of a kernel function.
607 \f$K(x_i, x_j) = (\gamma x_i^T x_j + coef0)^{degree}, \gamma > 0\f$. */
610 \f$K(x_i, x_j) = e^{-\gamma ||x_i - x_j||^2}, \gamma > 0\f$. */
612 /** Sigmoid kernel: \f$K(x_i, x_j) = \tanh(\gamma x_i^T x_j + coef0)\f$. */
615 \f$K(x_i, x_j) = e^{-\gamma \chi^2(x_i,x_j)}, \chi^2(x_i,x_j) = (x_i-x_j)^2/(x_i+x_j), \gamma > 0\f$. */
624 GAMMA=1,
639 @param gammaGrid grid for gamma
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadLocalRandom.java 75 * though, we use only a single 64bit gamma.
163 r = U.getLong(t, SEED) + GAMMA);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages_test.py 637 GAMMA = 3
    [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...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 295 double degree, double gamma, double coef0,
302 CV_PROP_RW double gamma; // for poly/rbf/sigmoid/chi2 member in struct:CvSVMParams
467 enum { C=0, GAMMA=1, P=2, NU=3, COEF=4, DEGREE=5 };
484 CvParamGrid gammaGrid = get_default_grid(CvSVM::GAMMA),
506 CvParamGrid gammaGrid = CvSVM::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/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...]
  /device/moto/shamu/camera/mm-image-codec/qexif/
qexif.h 242 GAMMA,
    [all...]
  /hardware/qcom/camera/mm-image-codec/qexif/
qexif.h 242 GAMMA,
    [all...]
  /hardware/qcom/camera/msmcobalt/mm-image-codec/qexif/
qexif.h 242 GAMMA,
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h     [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 8636 milliseconds