Home
last modified time | relevance | path

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

1234

/external/eigen/unsupported/test/
DNonLinearOptimization.cpp205 info = lm.minimize(x); in testLmder()
597 info = lm.minimize(x); in testLmdif()
682 info = lm.minimize(x); in testNistChwirut2()
703 info = lm.minimize(x); in testNistChwirut2()
762 info = lm.minimize(x); in testNistMisra1a()
779 info = lm.minimize(x); in testNistMisra1a()
848 info = lm.minimize(x); in testNistHahn1()
870 info = lm.minimize(x); in testNistHahn1()
934 info = lm.minimize(x); in testNistMisra1d()
951 info = lm.minimize(x); in testNistMisra1d()
[all …]
/external/chromium_org/chrome/browser/resources/feedback/js/
Dtopbar_handlers.js11 chrome.app.window.current().minimize();
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_BWin.h204 virtual void Minimize(bool minimize) { in Minimize() argument
207 BWindow::Minimize(minimize); in Minimize()
/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/llvm/lib/DebugInfo/
DDWARFDebugAranges.cpp131 void DWARFDebugAranges::sort(bool minimize, uint32_t n) { in sort() argument
139 if (!minimize) in sort()
DDWARFDebugAranges.h75 void sort(bool minimize, uint32_t n);
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
Dgoobsdiff.gyp19 # Use -Os to minimize the size of the installer tools.
DREADME.chromium25 patched files. SHA1, rather than CRC-32, is used to minimize the likelihood
/external/chromium_org/chrome/browser/ui/cocoa/
Dfloating_bar_backing_view.mm42 // a double-click in the blank area should try to minimize, to be consistent
/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
634 LevenbergMarquardtSpace::Status info = LevenbergMarquardtSpace::Status(lm.minimize(x)); in lmdif1()
/external/chromium_org/chrome/common/extensions/api/
Dapp_current_window_internal.idl33 static void minimize();
/external/llvm/tools/
DCMakeLists.txt2 # three small executables. This is done to minimize memory load in parallel
/external/chromium/chrome/browser/ui/cocoa/
Dfloating_bar_backing_view.mm44 // a double-click in the blank area should try to minimize, to be consistent
/external/chromium_org/ui/webui/resources/css/apps/
Dtopbutton_bar.css45 .topbutton-bar .minimize-button {
/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/dropbear/libtomcrypt/notes/
Dtech0003.txt14 the build you can minimize the size of this structure. For instance, by removing both Twofish and …
/external/mesa3d/src/gallium/drivers/i915/
DTODO39 - Schedule instructions to minimize the number of phases. One way is to replace
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
DTODO39 - Schedule instructions to minimize the number of phases. One way is to replace
/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/icu4c/test/perf/howExpensiveIs/
Dreadme.txt12 ** Try to minimize other CPU loading throughout the test
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_titlebar_view_cocoa.mm247 // Iniitalize the minimize and restore buttons.
350 // Only one of minimize/restore button is visible at a time so just allow for

1234