/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixLogarithm.h | 238 …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/ |
D | WeightedEvaluation.java | 35 double evaluate(double[] values, double[] weights); in evaluate() 47 double evaluate(double[] values, double[] weights, int begin, int length); in evaluate()
|
D | AbstractUnivariateStatistic.java | 193 final double[] weights, in test()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
D | LeastSquaresConverter.java | 67 private final double[] weights; field in LeastSquaresConverter 113 final double[] observations, final double[] weights) in LeastSquaresConverter()
|
D | DifferentiableMultivariateVectorialOptimizer.java | 110 double[] target, double[] weights, in optimize()
|
D | MultiStartDifferentiableMultivariateVectorialOptimizer.java | 177 final double[] target, final double[] weights, in optimize()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/ |
D | Variance.java | 302 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()
|
D | Mean.java | 201 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/ |
D | ftlcdfil.c | 38 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/ |
D | ftlcdfil.c | 38 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/ |
D | Sum.java | 158 public double evaluate(final double[] values, final double[] weights, in evaluate() 192 public double evaluate(final double[] values, final double[] weights) { in evaluate()
|
D | Product.java | 160 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/ |
D | mlp_data.c | 8 static const float weights[422] = { variable
|
D | mlp.h | 36 const float *weights; member
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
D | LoessInterpolator.java | 199 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/ |
D | PoseTrack.java | 56 float[] weights; field in PoseTrack.PoseFrame 58 public PoseFrame(Pose[] poses, float[] weights) { in PoseFrame()
|
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
D | TestCustomAnim.java | 77 FloatBuffer weights = FloatBuffer.allocate( box.getVertexCount() * 4 ); in simpleInitApp() local
|
/external/opencv/ml/src/ |
D | mlboost.cpp | 185 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/ |
D | c-general.c | 216 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/ |
D | CurveFitter.java | 131 double[] weights = new double[observations.size()]; in fit() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/ |
D | LegendreGaussIntegrator.java | 120 private final double[] weights; field in LegendreGaussIntegrator
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | CurveAndSurfaceMath.java | 32 float[] weights = nurbSpline.getWeights(); in interpolateNurbs() local
|
/external/openfst/src/include/fst/script/ |
D | rmepsilon.h | 174 vector<typename Arc::Weight> weights; in RmEpsilon() local
|
D | shortest-path.h | 65 vector<typename Arc::Weight> weights; in ShortestPath() local
|
/external/openfst/src/include/fst/ |
D | accumulator.h | 188 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
|