Home
last modified time | relevance | path

Searched refs:minimize (Results 1 – 25 of 87) sorted by relevance

1234

/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp100 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 …]
DNonLinearOptimization.cpp207 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/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAranges.cpp136 DWARFDebugAranges::Sort (bool minimize) in Sort() argument
146 …log->Printf ("DWARFDebugAranges::Sort(minimize = %u) with %" PRIu64 " entries", minimize, (uint64_… in Sort()
154 if (minimize) in Sort()
DDWARFDebugAranges.h50 Sort (bool minimize);
DDWARFDebugInfo.cpp84 const bool minimize = true; in GetCompileUnitAranges() local
85 m_cu_aranges_ap->Sort (minimize); in GetCompileUnitAranges()
DDWARFCompileUnit.cpp455 const bool minimize = false; in GetFunctionAranges() local
456 m_func_aranges_ap->Sort(minimize); in GetFunctionAranges()
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DLevenbergMarquardt.h131 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/openfst/src/script/
DMakefile.am8 fst-class.cc info.cc intersect.cc invert.cc map.cc minimize.cc print.cc \
DMakefile.in85 invert.cc map.cc minimize.cc print.cc project.cc prune.cc \
96 @HAVE_SCRIPT_TRUE@ map.lo minimize.lo print.lo project.lo \
250 @HAVE_SCRIPT_TRUE@fst-class.cc info.cc intersect.cc invert.cc map.cc minimize.cc print.cc \
351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minimize.Plo@am__quote@
/external/pcre/dist/
Dpcre_exec.c526 BOOL minimize, possessive; /* Quantifier options */ in match() local
751 minimize = possessive = FALSE; in match()
2746 minimize = (c & 1) != 0; in match()
2754 minimize = (*ecode == OP_CRMINRANGE); in match()
2804 if (minimize) in match()
2889 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()
2899 minimize = (*ecode == OP_CRMINRANGE); in match()
2964 if (minimize) in match()
3116 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()
3126 minimize = (*ecode == OP_CRMINRANGE); in match()
[all …]
/external/llvm/utils/unittest/googletest/
DREADME.LLVM5 the actual source code, to minimize the addition to the LLVM distribution.
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
DLevenbergMarquardt.h78 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/openfst/src/include/
DMakefile.am35 fst/script/minimize.h fst/script/print-impl.h fst/script/print.h \
54 fst/union-find.h fst/compact-fst.h fst/expanded-fst.h fst/minimize.h \
DMakefile.in65 fst/minimize.h fst/replace.h fst/union.h fst/compat.h \
110 fst/script/map.h fst/script/minimize.h fst/script/print-impl.h \
301 fst/script/minimize.h fst/script/print-impl.h fst/script/print.h \
320 fst/union-find.h fst/compact-fst.h fst/expanded-fst.h fst/minimize.h \
/external/eigen/unsupported/Eigen/
DNonLinearOptimization96 * 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/
DTODO39 - Schedule instructions to minimize the number of phases. One way is to replace
/external/llvm/docs/
DBitSets.rst21 laying out the globals efficiently to minimize the sizes of the underlying
/external/eigen/test/
DdenseLM.cpp107 info = lm.minimize(uv); in test_minimizeLM()
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dmainpage.dox48 …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/skia/site/dev/testing/
Dfonts.md14 The dm \(Diamond Master\) tool supports flags that minimize or eliminate the
/external/llvm/test/CodeGen/AArch64/
Dconcat_vector-scalar-combine.ll79 ; Also make sure we minimize bitcasts.
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dreadme.txt12 ** Try to minimize other CPU loading throughout the test
/external/jpeg/
Djconfig.doc98 * To minimize application namespace pollution, the symbols won't be
/external/llvm/docs/CommandGuide/
Dlli.rst218 =simple: Simple two pass scheduling: minimize critical path and maximize processor utilization
/external/eigen/doc/
DHiPerformance.dox9 take some care when writing your expressions in order to minimize useless evaluations

1234