HomeSort by relevance Sort by last modified time
    Searched refs:minimize (Results 1 - 25 of 41) sorted by null

1 2

  /external/openfst/src/include/fst/script/
minimize.h 22 #include <fst/minimize.h>
30 void Minimize(MinimizeArgs *args) {
34 Minimize(ofst1, ofst2, args->arg3);
37 void Minimize(MutableFstClass *ofst1, MutableFstClass *ofst2 = 0,
fstscript.h 50 #include <fst/script/minimize.h>
112 REGISTER_FST_OPERATION(Minimize, Arc, MinimizeArgs);
  /external/openfst/src/script/
minimize.cc 19 #include <fst/script/minimize.h>
24 void Minimize(MutableFstClass *ofst1, MutableFstClass *ofst2, float delta) {
25 if (ofst2 && !ArcTypesMatch(*ofst1, *ofst2, "Minimize")) return;
28 Apply<Operation<MinimizeArgs> >("Minimize", ofst1->ArcType(), &args);
31 REGISTER_FST_OPERATION(Minimize, StdArc, MinimizeArgs);
32 REGISTER_FST_OPERATION(Minimize, LogArc, MinimizeArgs);
33 REGISTER_FST_OPERATION(Minimize, Log64Arc, MinimizeArgs);
  /external/openfst/src/bin/
fstminimize.cc 23 #include <fst/script/minimize.h>
60 s::Minimize(fst1, fst2, FLAGS_delta);
  /external/libusb_aah/
Android.mk 17 # minimize duplication between the build rules.
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h 204 virtual void Minimize(bool minimize) {
206 //SDL_PrivateAppActive(minimize, SDL_APPACTIVE);
207 BWindow::Minimize(minimize);
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.h 75 void sort(bool minimize, uint32_t n);
DWARFDebugAranges.cpp 131 void DWARFDebugAranges::sort(bool minimize, uint32_t n) {
139 if (!minimize)
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 205 info = lm.minimize(x);
597 info = lm.minimize(x);
682 info = lm.minimize(x);
703 info = lm.minimize(x);
762 info = lm.minimize(x);
779 info = lm.minimize(x);
848 info = lm.minimize(x);
870 info = lm.minimize(x);
934 info = lm.minimize(x);
951 info = lm.minimize(x)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
TextImpl.java 156 public final TextImpl minimize() { method in class:TextImpl
InnerNodeImpl.java 163 ((TextImpl) node).minimize(); method
DOMConfigurationImpl.java 403 text = text.minimize();
  /external/chromium/chrome/common/extensions/docs/js/
bootstrap.js 24 // Hide body content initially to minimize flashing.
  /external/libffi/
Android.mk 17 # minimize duplication between the build rules.
  /external/openfst/src/include/fst/
fstlib.h 76 #include <fst/minimize.h>
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h 78 LevenbergMarquardtSpace::Status minimize(FVectorType &x);
145 return minimize(x);
151 LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x) function in class:Eigen::LevenbergMarquardt
634 LevenbergMarquardtSpace::Status info = LevenbergMarquardtSpace::Status(lm.minimize(x));
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 215 and $tp,$tp,$i ; minimize TLB usage
ppc-mont.pl 129 and $ovf,$ovf,$tj ; minimize TLB usage
  /dalvik/vm/
Android.mk 20 # minimize duplication.
  /external/quake/quake/src/QW/client/
gl_draw.c 309 int minimize, maximize; member in struct:__anon14138
334 if (gl_filter_min == modes[i].minimize)
354 gl_filter_min = modes[i].minimize;
    [all...]
gl_vidnt.c 124 void AppActivate(BOOL fActive, BOOL minimize);
944 void AppActivate(BOOL fActive, BOOL minimize)
962 Minimized = minimize;
    [all...]
  /external/ceres-solver/docs/
bundleadjustment.tex 6 Given a set of measured image feature locations and correspondences, the goal of bundle adjustment is to find 3D point positions and camera parameters that minimize the reprojection error. This optimization problem is usually formulated as a non-linear least squares problem, where the error is the squared $L_2$ norm of the difference between the observed feature location and the projection of the corresponding 3D point on the image plane of the camera. Ceres has extensive support for solving bundle adjustment problems.
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 645 int minimize, maximize; member in struct:__anon14500
670 if (gl_filter_min == modes[i].minimize)
690 gl_filter_min = modes[i].minimize;
    [all...]
  /external/jpeg/
jmemdosa.asm 16 ; To minimize dependence on the C compiler's register usage conventions,
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 16 ; To minimize dependence on the C compiler's register usage conventions,

Completed in 1966 milliseconds

1 2