/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/libopus/src/ |
D | mlp_data.c | 8 static const float weights[422] = { variable
|
D | mlp.h | 36 const float *weights; member
|
/external/chromium_org/third_party/opus/src/src/ |
D | mlp_data.c | 8 static const float weights[422] = { variable
|
D | mlp.h | 36 const float *weights; member
|
D | mlp_train.h | 80 double **weights; member
|
/external/chromium_org/third_party/freetype/src/base/ |
D | ftlcdfil.c | 38 FT_Byte* weights = library->lcd_weights; in _ft_lcd_filter_fir() local 273 unsigned char *weights ) in FT_Library_SetLcdFilterWeights() 356 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
|
/external/freetype/src/base/ |
D | ftlcdfil.c | 38 FT_Byte* weights = library->lcd_weights; in _ft_lcd_filter_fir() local 274 unsigned char *weights ) in FT_Library_SetLcdFilterWeights() 357 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | fxft_ftlcdfil.c | 39 FT_Byte* weights = library->lcd_weights; in _ft_lcd_filter_fir() local 274 unsigned char *weights ) in FT_Library_SetLcdFilterWeights() 357 unsigned char *weights ) in FT_Library_SetLcdFilterWeights()
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
D | filter.js | 216 filter.convolve5x5 = function(weights, dst, src, offsetX, offsetY) { argument 438 filter.createConvolutionFilter = function(weights) { argument
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
D | filter.js | 216 filter.convolve5x5 = function(weights, dst, src, offsetX, offsetY) { argument 438 filter.createConvolutionFilter = function(weights) { argument
|
/external/clang/test/Profile/ |
D | c-general.c | 213 static int weights[] = {1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5}; in switches() 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/srec/srec/include/ |
D | swimodel.h | 39 const wtdata *weights; /*pointer to weights*/ member
|
/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/chromium_org/third_party/skia/src/core/ |
D | SkPathRef.cpp | 279 SkScalar** weights) { in growForRepeatedVerb()
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 279 SkScalar** weights) { in growForRepeatedVerb()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | AnimatedStyleBuilder.cpp | 233 static const FontWeight weights[] = { in animatableValueToFontWeight() local
|
/external/opencv/cv/src/ |
D | cvlinefit.cpp | 46 icvFitLine2D_wods( CvPoint2D32f * points, int _count, float *weights, float *line ) in icvFitLine2D_wods() 102 icvFitLine3D_wods( CvPoint3D32f * points, int count, float *weights, float *line ) in icvFitLine3D_wods()
|
/external/opencv/ml/include/ |
D | ml.h | 579 const CvMat* weights; member 630 CvMat* weights; variable 1135 CvMat* weights; variable 1235 double** weights; variable
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | wbnf.cpp | 439 Buffer_int weights; member in WeightedRand 738 Repeat(Pick * base, int minCount =0, int maxCount = 1, Buffer_int * weights = NULL): in Repeat() 1040 Buffer_int weights; in repeat() local
|
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 211 float weights[SIZE]; member
|
/external/deqp/modules/glshared/ |
D | glsRasterizationTestUtil.cpp | 507 const LineInterpolationRange weights[4] = in calcSingleSampleLineInterpolationRange() local 547 const InterpolationRange weights[4] = in interpolate() local 594 const LineInterpolationRange weights[4] = in interpolate() local 672 …const InterpolationRange weights = interpolator.interpolate(triNdx, tcu::IVec2(x, y), viewportSize… in verifyTriangleGroupInterpolationWithInterpolator() local
|
/external/chromium_org/third_party/webrtc/common_audio/vad/ |
D | vad_core.c | 102 const int16_t* weights) { in WeightedAverage()
|
/external/deqp/framework/randomshaders/ |
D | rsgStatement.cpp | 63 float weights[DE_LENGTH_OF_ARRAY(statementSpecs)]; in chooseStatement() local
|