/external/eigen/unsupported/test/ |
D | NonLinearOptimization.cpp | 205 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/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_BWin.h | 204 virtual void Minimize(bool minimize) { in Minimize() argument 207 BWindow::Minimize(minimize); in Minimize()
|
/external/openfst/src/script/ |
D | Makefile.am | 8 fst-class.cc info.cc intersect.cc invert.cc map.cc minimize.cc print.cc \
|
D | Makefile.in | 85 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/ |
D | DWARFDebugAranges.cpp | 131 void DWARFDebugAranges::sort(bool minimize, uint32_t n) { in sort() argument 139 if (!minimize) in sort()
|
D | DWARFDebugAranges.h | 75 void sort(bool minimize, uint32_t n);
|
/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 634 LevenbergMarquardtSpace::Status info = LevenbergMarquardtSpace::Status(lm.minimize(x)); in lmdif1()
|
/external/llvm/utils/unittest/googletest/ |
D | README.LLVM | 5 the actual source code, to minimize the addition to the LLVM distribution.
|
/external/llvm/tools/ |
D | CMakeLists.txt | 2 # three small executables. This is done to minimize memory load in parallel
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | floating_bar_backing_view.mm | 44 // a double-click in the blank area should try to minimize, to be consistent
|
/external/openfst/src/include/ |
D | Makefile.am | 35 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 \
|
D | Makefile.in | 65 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/ |
D | NonLinearOptimization | 96 * As an example, the method LevenbergMarquardt::minimize() is 99 * Status LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x, const int mode)
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0003.txt | 14 the build you can minimize the size of this structure. For instance, by removing both Twofish and …
|
/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/quake/quake/src/QW/docs/ |
D | qwcl-readme.txt | 376 screensaver. If you use Alt-Tab to minimize QWCL, the screensaver will 388 Can't minimize window while mouse active 391 there is no easy way to minimize the window, because the system menu 394 manipulate the window because it's controlling QWCL. To minimize, you 395 can disable the mouse for QWCL and use it to minimize the window. Or 397 minimize (this doesn't work on NT, where clicking on the window 403 and press that key to minimize the window. 410 to click on the QWCL system menu control, or the minimize, maximize, or 426 defragging, QWCL is forced to minimize, and when it is brought back up, 779 the commands "vid_windowed; wait; vid_minimize" to minimize QWCL
|
/external/quake/quake/src/WinQuake/ |
D | wqreadme.txt | 377 screensaver. If you use Alt-Tab to minimize WQ, the screensaver will 389 Can't minimize window while mouse active 392 there is no easy way to minimize the window, because the system menu 395 manipulate the window because it's controlling WQ. To minimize, you 396 can disable the mouse for WQ and use it to minimize the window. Or 398 minimize (this doesn't work on NT, where clicking on the window 404 and press that key to minimize the window. 411 to click on the WQ system menu control, or the minimize, maximize, or 427 defragging, WQ is forced to minimize, and when it is brought back up, 792 the commands "vid_windowed; wait; vid_minimize" to minimize WQ
|
D | gl_vidnt.cpp | 124 void AppActivate(BOOL fActive, BOOL minimize); 944 void AppActivate(BOOL fActive, BOOL minimize) in AppActivate() argument 962 Minimized = minimize; in AppActivate()
|
/external/quake/quake/src/QW/client/ |
D | gl_vidnt.c | 124 void AppActivate(BOOL fActive, BOOL minimize); 944 void AppActivate(BOOL fActive, BOOL minimize) in AppActivate() argument 962 Minimized = minimize; in AppActivate()
|
D | gl_draw.c | 309 int minimize, maximize; member 334 if (gl_filter_min == modes[i].minimize) in Draw_TextureMode_f() 354 gl_filter_min = modes[i].minimize; in Draw_TextureMode_f()
|
/external/icu4c/test/perf/howExpensiveIs/ |
D | readme.txt | 12 ** Try to minimize other CPU loading throughout the test
|
/external/ceres-solver/docs/ |
D | bundleadjustment.tex | 6 …dle adjustment is to find 3D point positions and camera parameters that minimize the reprojection …
|
/external/llvm/docs/CommandGuide/ |
D | lli.rst | 224 =simple: Simple two pass scheduling: minimize critical path and maximize processor utilization
|
/external/qemu/distrib/jpeg-6b/ |
D | jconfig.doc | 98 * To minimize application namespace pollution, the symbols won't be
|
/external/jpeg/ |
D | jconfig.doc | 98 * To minimize application namespace pollution, the symbols won't be
|