/external/eigen/unsupported/test/ |
D | levenberg_marquardt.cpp | 100 info = lm.minimize(x); in testLmder() 204 info = lm.minimize(x); in testLmdif() 289 info = lm.minimize(x); in testNistChwirut2() 310 info = lm.minimize(x); in testNistChwirut2() 369 info = lm.minimize(x); in testNistMisra1a() 386 info = lm.minimize(x); in testNistMisra1a() 460 info = lm.minimize(x); in testNistHahn1() 482 info = lm.minimize(x); in testNistHahn1() 546 info = lm.minimize(x); in testNistMisra1d() 563 info = lm.minimize(x); in testNistMisra1d() [all …]
|
D | NonLinearOptimization.cpp | 207 info = lm.minimize(x); in testLmder() 599 info = lm.minimize(x); in testLmdif() 684 info = lm.minimize(x); in testNistChwirut2() 705 info = lm.minimize(x); in testNistChwirut2() 764 info = lm.minimize(x); in testNistMisra1a() 781 info = lm.minimize(x); in testNistMisra1a() 854 info = lm.minimize(x); in testNistHahn1() 876 info = lm.minimize(x); in testNistHahn1() 940 info = lm.minimize(x); in testNistMisra1d() 957 info = lm.minimize(x); in testNistMisra1d() [all …]
|
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/ |
D | GdxSetupUI.java | 313 JButton minimize; field in GdxSetupUI.UI 359 minimize = new JButton(minIcon); 368 minimize.setOpaque(false); 369 minimize.setContentAreaFilled(false); 370 minimize.setFocusPainted(false); 371 minimize.setBorderPainted(false); 372 minimize.setPressedIcon(minIconDown); 373 minimize.setRolloverIcon(minIconHover); 384 titleEvents(minimize, exit); in titleEvents() argument 387 private void titleEvents(JButton minimize, JButton exit) { in titleEvents() argument [all …]
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LevenbergMarquardt.h | 131 LevenbergMarquardtSpace::Status minimize(FVectorType &x); 258 LevenbergMarquardt<FunctorType>::minimize(FVectorType &x) in minimize() function 342 return minimize(x); in lmder1() 369 LevenbergMarquardtSpace::Status info = LevenbergMarquardtSpace::Status(lm.minimize(x)); in lmdif1()
|
/external/opencv3/modules/core/src/ |
D | conjugate_gradient.cpp | 79 double minimize(InputOutputArray x); 123 double ConjGradSolverImpl::minimize(InputOutputArray x){ in minimize() function in cv::ConjGradSolverImpl
|
D | downhill_simplex.cpp | 178 double minimize( InputOutputArray x_ ) in minimize() function in cv::DownhillSolverImpl
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | optim.hpp | 122 virtual double minimize(InputOutputArray x) = 0;
|
/external/pcre/dist/ |
D | pcre_exec.c | 526 BOOL minimize, possessive; /* Quantifier options */ in match() local 751 minimize = possessive = FALSE; in match() 2753 minimize = (c & 1) != 0; in match() 2761 minimize = (*ecode == OP_CRMINRANGE); in match() 2811 if (minimize) in match() 2896 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match() 2906 minimize = (*ecode == OP_CRMINRANGE); in match() 2971 if (minimize) in match() 3123 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match() 3133 minimize = (*ecode == OP_CRMINRANGE); in match() [all …]
|
/external/llvm/utils/unittest/googletest/ |
D | README.LLVM | 5 the actual source code, to minimize the addition to the LLVM distribution.
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
D | LevenbergMarquardt.h | 78 LevenbergMarquardtSpace::Status minimize(FVectorType &x); 145 return minimize(x); in lmder1() 151 LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x) in minimize() function 640 LevenbergMarquardtSpace::Status info = LevenbergMarquardtSpace::Status(lm.minimize(x)); in lmdif1()
|
/external/opencv3/modules/core/test/ |
D | test_conjugate_gradient.cpp | 48 double res=solver->minimize(x); in mytest()
|
D | test_downhill_simplex.cpp | 56 double res=solver->minimize(x); in mytest()
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | optsize.ll | 2 ; loop with the optimize for size or the minimize size attributes.
|
/external/eigen/unsupported/Eigen/ |
D | NonLinearOptimization | 96 * As an example, the method LevenbergMarquardt::minimize() is 99 * Status LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x, const int mode)
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | TODO | 39 - Schedule instructions to minimize the number of phases. One way is to replace
|
/external/eigen/test/ |
D | denseLM.cpp | 107 info = lm.minimize(uv); in test_minimizeLM()
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | mainpage.dox | 48 …heritance too exactly. Other differences include the use of token and string factories to minimize 72 /// A goal of the generated code was to minimize the tracking, allocation and freeing of memory for…
|
/external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_basics/ |
D | py_svm_basics.markdown | 50 twice this distance, and we need to maximize this margin. i.e. we need to minimize a new function 123 the optimization is to minimize the argument, few misclassifications errors are allowed.
|
/external/gemmlowp/meta/ |
D | README | 24 In order to feed the kernel with input data and minimize the number of
|
/external/opencv3/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/ |
D | py_kmeans_understanding.markdown | 67 \f[minimize \;\bigg[J = \sum_{All\: Red\_Points}distance(C1,Red\_Point) + \sum_{All\: Blue\_Points}…
|
/external/skia/site/dev/testing/ |
D | fonts.md | 14 The dm \(Diamond Master\) tool supports flags that minimize or eliminate the
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | readme.txt | 12 ** Try to minimize other CPU loading throughout the test
|
/external/llvm/test/CodeGen/AArch64/ |
D | concat_vector-scalar-combine.ll | 79 ; Also make sure we minimize bitcasts.
|
/external/llvm/docs/ |
D | BitSets.rst | 45 efficiently to minimize the sizes of the underlying bitsets. An intrinsic,
|
/external/libjpeg-turbo/ |
D | jconfig.txt | 91 * To minimize application namespace pollution, the symbols won't be
|