/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/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/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/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() 361 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/libtextclassifier/common/ |
D | embedding-network.cc | 51 const float *weights = in InitNonQuantizedMatrix() local 78 const float *weights = in InitNonQuantizedVector() local 87 const EmbeddingNetwork::Matrix &weights, in SparseReluProductPlusBias() 225 const float *weights = reinterpret_cast<const float *>(embedding_data); in GetEmbeddingInternal() local
|
/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/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/libopus/src/ |
D | mlp_data.c | 12 static const float weights[422] = { variable
|
D | mlp.h | 36 const float *weights; member
|
D | mlp_train.h | 80 double **weights; member
|
/external/libtextclassifier/tests/ |
D | embedding-network_test.cc | 38 MatrixParams* weights, MatrixParams* bias) { in DiagonalAndBias3x3()
|
/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 | 217 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/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifier.cpp | 333 const Vec2& weights, in getFilteredSample2D() 382 const Vec3& weights, in getFilteredSample3D() 439 const Vec3& weights, in getFilteredSample()
|
/external/deqp/framework/delibs/decpp/ |
D | deRandom.cpp | 151 static const float weights[] = { 0.4f, 0.6f, 1.5f, 0.5f, 1.2f, 0.3f, 0.2f, 1.4f }; in Random_selfTest() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
D | AbstractLeastSquaresOptimizer.java | 327 final double[] target, final double[] weights, in optimize()
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixLogarithm.h | 175 const RealScalar weights[][maxPadeDegree] = { in matrix_log_compute_pade() local
|