HomeSort by relevance Sort by last modified time
    Searched refs:decrease (Results 1 - 12 of 12) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar1.java 56 button = (Button) findViewById(R.id.decrease);
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 46 /// Decrease register pressure for each pressure set impacted by this register
50 void decrease(unsigned Reg, const TargetRegisterInfo *TRI,
93 /// amount of increase or decrease in units of pressure.
  /external/libxml2/
xmlcatalog.c 297 printf("\tquiet: decrease the verbosity level\n");
  /external/ceres-solver/docs/
solving.tex 47 Here, $\mu$ is the trust region radius, $D(x)$ is some matrix used to define a metric on the domain of $F(x)$ and $\rho$ measures the quality of the step $\Delta x$, i.e., how well did the linear model predict the decrease in the value of the non-linear objective. The idea is to increase or decrease the radius of the trust region depending on how well the linearization predicts the behavior of the non-linear objective, which in turn is reflected in the value of $\rho$.
115 The key advantage of the Dogleg over Levenberg Marquardt is that if the step computation for a particular choice of $\mu$ does not result in sufficient decrease in the value of the objective function, Levenberg-Marquardt solves the linear approximation from scratch with a smaller value of $\mu$. Dogleg on the other hand, only needs to compute the interpolation between the Gauss-Newton and the Cauchy vectors, as neither of them depend on the value of $\mu$.
474 for relative decrease before a Levenberg-Marquardt step is acceped.
    [all...]
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 39 /// Decrease pressure for each pressure set provided by TargetRegisterInfo.
64 /// Directly decrease pressure only within this RegisterPressure result.
65 void RegisterPressure::decrease(unsigned Reg, const TargetRegisterInfo *TRI, function in class:RegisterPressure
125 /// Simply decrease the current pressure as impacted by these registers.
666 Delta.CurrentMax.UnitIncrease >= 0 && "cannot decrease max pressure");
756 Delta.CurrentMax.UnitIncrease >= 0 && "cannot decrease max pressure");
  /build/core/
main.mk 222 # This may decrease incremental build time dramatically for large Java libraries,
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 152 decrease the maximum \emph{bunch} size. Refer to section~\ref{sec:c-o-M}
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
org-netbeans-api-visual.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 477 /// a list (nil-root tree). num of children can increase or decrease.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 410 milliseconds