Home
last modified time | relevance | path

Searched defs:weights (Results 1 – 25 of 55) sorted by relevance

123

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixLogarithm.h238 …const RealScalar weights[] = { 0.2777777777777777777777777777777778L, 0.44444444444444444444444444… in computePade3() local
254 …const RealScalar weights[] = { 0.1739274225687269286865319746109997L, 0.32607257743127307131346802… in computePade4() local
271 …const RealScalar weights[] = { 0.1184634425280945437571320203599587L, 0.23931433524968323402064575… in computePade5() local
289 …const RealScalar weights[] = { 0.0856622461895851725201480710863665L, 0.18038078652406930378491675… in computePade6() local
308 …const RealScalar weights[] = { 0.0647424830844348466353057163395410L, 0.13985269574463833395073388… in computePade7() local
328 …const RealScalar weights[] = { 0.0506142681451881295762656771549811L, 0.11119051722668723527217799… in computePade8() local
349 …const RealScalar weights[] = { 0.0406371941807872059859460790552618L, 0.09032408034742870202923601… in computePade9() local
371 …const RealScalar weights[] = { 0.0333356721543440687967844049466659L, 0.07472567457529029657288816… in computePade10() local
394 …const RealScalar weights[] = { 0.0278342835580868332413768602212743L, 0.06279018473245231231734714… in computePade11() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DWeightedEvaluation.java35 double evaluate(double[] values, double[] weights); in evaluate()
47 double evaluate(double[] values, double[] weights, int begin, int length); in evaluate()
DAbstractUnivariateStatistic.java193 final double[] weights, in test()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DLeastSquaresConverter.java67 private final double[] weights; field in LeastSquaresConverter
113 final double[] observations, final double[] weights) in LeastSquaresConverter()
DDifferentiableMultivariateVectorialOptimizer.java110 double[] target, double[] weights, in optimize()
DMultiStartDifferentiableMultivariateVectorialOptimizer.java177 final double[] target, final double[] weights, in optimize()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
DVariance.java302 public double evaluate(final double[] values, final double[] weights, in evaluate()
358 public double evaluate(final double[] values, final double[] weights) { in evaluate()
490 public double evaluate(final double[] values, final double[] weights, in evaluate()
564 public double evaluate(final double[] values, final double[] weights, final double mean) { in evaluate()
DMean.java201 public double evaluate(final double[] values, final double[] weights, in evaluate()
244 public double evaluate(final double[] values, final double[] weights) { in evaluate()
/external/freetype/src/base/
Dftlcdfil.c38 FT_Byte* weights = library->lcd_weights; in _ft_lcd_filter_fir() local
290 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
376 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
/external/pdfium/third_party/freetype/src/base/
Dftlcdfil.c38 FT_Byte* weights = library->lcd_weights; in _ft_lcd_filter_fir() local
290 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
376 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/
DSum.java158 public double evaluate(final double[] values, final double[] weights, in evaluate()
192 public double evaluate(final double[] values, final double[] weights) { in evaluate()
DProduct.java160 public double evaluate(final double[] values, final double[] weights, in evaluate()
195 public double evaluate(final double[] values, final double[] weights) { in evaluate()
/external/libopus/src/
Dmlp_data.c8 static const float weights[422] = { variable
Dmlp.h36 const float *weights; member
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DLoessInterpolator.java199 public final double[] smooth(final double[] xval, final double[] yval, final double[] weights) in smooth()
386 private static void updateBandwidthInterval(final double[] xval, final double[] weights, in updateBandwidthInterval()
408 private static int nextNonzero(final double[] weights, final int i) { in nextNonzero()
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
DPoseTrack.java56 float[] weights; field in PoseTrack.PoseFrame
58 public PoseFrame(Pose[] poses, float[] weights) { in PoseFrame()
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
DTestCustomAnim.java77 FloatBuffer weights = FloatBuffer.allocate( box.getVertexCount() * 4 ); in simpleInitApp() local
/external/opencv/ml/src/
Dmlboost.cpp185 const double* weights = ensemble->get_subtree_weights()->data.db; in calc_node_dir() local
249 const double* weights = ensemble->get_subtree_weights()->data.db; in find_split_ord_class() local
341 const double* weights = ensemble->get_subtree_weights()->data.db; in CV_IMPLEMENT_QSORT_EX() local
445 const double* weights = ensemble->get_subtree_weights()->data.db; in find_split_ord_reg() local
493 const double* weights = ensemble->get_subtree_weights()->data.db; in find_split_cat_reg() local
575 const double* weights = ensemble->get_subtree_weights()->data.db; in find_surrogate_split_ord() local
641 const double* weights = ensemble->get_subtree_weights()->data.db; in find_surrogate_split_cat() local
702 const double* weights = ensemble->get_weights()->data.db; in calc_node_value() local
/external/clang/test/Profile/
Dc-general.c216 static int weights[] = {1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5}; in switches() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DCurveFitter.java131 double[] weights = new double[observations.size()]; in fit() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
DLegendreGaussIntegrator.java120 private final double[] weights; field in LegendreGaussIntegrator
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DCurveAndSurfaceMath.java32 float[] weights = nurbSpline.getWeights(); in interpolateNurbs() local
/external/openfst/src/include/fst/script/
Drmepsilon.h174 vector<typename Arc::Weight> weights; in RmEpsilon() local
Dshortest-path.h65 vector<typename Arc::Weight> weights; in ShortestPath() local
/external/openfst/src/include/fst/
Daccumulator.h188 vector<double> &weights = *data_->Weights(); in SetState() local
248 vector<double> &weights = *data_->Weights(); variable
371 void AddWeights(StateId s, vector<double> *weights) { in AddWeights()
386 vector<double>* weights; // Accumulated weights for this state. member

123